# hatch
**Repository Path**: anydev/hatch
## Basic Information
- **Project Name**: hatch
- **Description**: Python 项目及依赖管理工具,主要使用在现代化项目管理和版本控制,包含项目模板、环境管理、版本控制、依赖管理、灵活的插件系统
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-08-30
- **Last Updated**: 2024-09-01
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# Hatch

| | |
| --- | --- |
| CI/CD | [](https://github.com/pypa/hatch/actions/workflows/test.yml) [](https://github.com/pypa/hatch/actions/workflows/build-hatch.yml) [](https://github.com/pypa/hatch/actions/workflows/build-hatchling.yml) |
| Docs | [](https://github.com/pypa/hatch/actions/workflows/docs-release.yml) [](https://github.com/pypa/hatch/actions/workflows/docs-dev.yml) |
| Package | [](https://pypi.org/project/hatch/) [](https://pypi.org/project/hatch/) [](https://pypi.org/project/hatch/) [](https://github.com/pypa/hatch/releases) |
| Meta | [](https://github.com/pypa/hatch) [](https://github.com/astral-sh/ruff) [](https://github.com/python/mypy) [](https://spdx.org/licenses/) [](https://github.com/sponsors/ofek) |
-----
Hatch is a modern, extensible Python project manager.
## Features
- Standardized [build system](https://hatch.pypa.io/latest/config/build/#build-system) with reproducible builds by default
- Robust [environment management](https://hatch.pypa.io/latest/environment/) with support for custom scripts and UV
- Configurable [Python distribution management](https://hatch.pypa.io/latest/tutorials/python/manage/)
- [Test execution](https://hatch.pypa.io/latest/tutorials/testing/overview/) with known best practices
- [Static analysis](https://hatch.pypa.io/latest/config/static-analysis/) with sane defaults
- Built-in Python [script runner](https://hatch.pypa.io/latest/how-to/run/python-scripts/)
- Easy [publishing](https://hatch.pypa.io/latest/publish/) to PyPI or other indices
- [Version](https://hatch.pypa.io/latest/version/) management
- Best practice [project generation](https://hatch.pypa.io/latest/config/project-templates/)
- Responsive [CLI](https://hatch.pypa.io/latest/cli/about/), ~2-3x [faster](https://github.com/pypa/hatch/actions/workflows/cli.yml) than equivalent tools
See the [Why Hatch?](https://hatch.pypa.io/latest/why/) page for more information.
## Documentation
The [documentation](https://hatch.pypa.io/) is made with [Material for MkDocs](https://github.com/squidfunk/mkdocs-material) and is hosted by [GitHub Pages](https://docs.github.com/en/pages).
## License
Hatch is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.