Metadata-Version: 2.4
Name: hyperfast-uv-template
Version: 0.4.1
Summary: Streamlining Python Project Development with a Comprehensive Toolset for Quality, Efficiency, and Maintainability
Project-URL: Homepage, https://hyperfast-uv.entelecheia.ai
Project-URL: Repository, https://github.com/entelecheia/hyperfast-uv-template
Project-URL: Documentation, https://hyperfast-uv.entelecheia.ai
Author-email: Young Joon Lee <entelecheia@hotmail.com>
License-Expression: MIT
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

# Hyperfast UV Template

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


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

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

Streamlining Python Project Development with a Comprehensive Toolset for Quality, Efficiency, and Maintainability

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

The Hyperfast UV Template is a powerful and comprehensive solution designed to accelerate the development and maintenance of high-quality Python projects. By incorporating industry best practices and automating key aspects such as dependency management, releases, code formatting, testing, and documentation, this template streamlines the entire development process. It ensures code quality through continuous integration, coverage reporting, linting, and static type-checking while providing seamless support for Conventional Commits and Semantic Versioning. With the Hyperfast UV Template, developers can efficiently create and manage Python projects, focusing on their core functionality while enjoying a robust, well-organized, and maintainable codebase.

## 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 [MIT License][license-url].
