Metadata-Version: 2.4
Name: hyperfast-course-template
Version: 0.2.1
Summary: Multilingual course creation template with interactive documentation support for international audiences
Project-URL: Homepage, https://hypercourse.entelecheia.ai
Project-URL: Repository, https://github.com/entelecheia/hyperfast-course-template
Project-URL: Documentation, https://hypercourse.entelecheia.ai
Author-email: Young Joon Lee <entelecheia@hotmail.com>
License-Expression: CC-BY-4.0
License-File: LICENSE
Keywords: python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: <4.0,>=3.9
Requires-Dist: click>=8.1.7
Description-Content-Type: text/markdown

# Course Template Internationalization

[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![license-image]][license-url]
[![codecov][codecov-image]][codecov-url]
[![jupyter-book-image]][docs-url]

<!-- Links: -->
[codecov-image]: https://codecov.io/gh/entelecheia/hyperfast-course-template/branch/main/graph/badge.svg?token=c9wCeiRNH7
[codecov-url]: https://codecov.io/gh/entelecheia/hyperfast-course-template
[pypi-image]: https://img.shields.io/pypi/v/hyperfast-course-template
[license-image]: https://img.shields.io/github/license/entelecheia/hyperfast-course-template
[license-url]: https://github.com/entelecheia/hyperfast-course-template/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/hyperfast-course-template?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/hyperfast-course-template
[release-url]: https://github.com/entelecheia/hyperfast-course-template/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg

[repo-url]: https://github.com/entelecheia/hyperfast-course-template
[pypi-url]: https://pypi.org/project/hyperfast-course-template
[docs-url]: https://hypercourse.entelecheia.ai
[changelog]: https://github.com/entelecheia/hyperfast-course-template/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/entelecheia/hyperfast-course-template/blob/main/CONTRIBUTING.md
<!-- Links: -->

Multilingual course creation template with interactive documentation support for international audiences

- Documentation: [https://hypercourse.entelecheia.ai][docs-url]
- GitHub: [https://github.com/entelecheia/hyperfast-course-template][repo-url]
- PyPI: [https://pypi.org/project/hyperfast-course-template][pypi-url]

This project provides a comprehensive and flexible template for creating and managing multilingual online courses. It leverages GitHub for version control and Jupyter Book for interactive content delivery, enabling educators to easily develop, maintain, and share their educational materials across different languages and cultures.

## Changelog

See the [CHANGELOG] for more information.

## Contributing

Contributions are welcome! Please see the [contributing guidelines] for more information.

## License

This project is released under the [CC-BY-4.0 License][license-url].
