# 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
Hatch logo | | | | --- | --- | | CI/CD | [![CI - Test](https://github.com/pypa/hatch/actions/workflows/test.yml/badge.svg)](https://github.com/pypa/hatch/actions/workflows/test.yml) [![CD - Build Hatch](https://github.com/pypa/hatch/actions/workflows/build-hatch.yml/badge.svg)](https://github.com/pypa/hatch/actions/workflows/build-hatch.yml) [![CD - Build Hatchling](https://github.com/pypa/hatch/actions/workflows/build-hatchling.yml/badge.svg)](https://github.com/pypa/hatch/actions/workflows/build-hatchling.yml) | | Docs | [![Docs - Release](https://github.com/pypa/hatch/actions/workflows/docs-release.yml/badge.svg)](https://github.com/pypa/hatch/actions/workflows/docs-release.yml) [![Docs - Dev](https://github.com/pypa/hatch/actions/workflows/docs-dev.yml/badge.svg)](https://github.com/pypa/hatch/actions/workflows/docs-dev.yml) | | Package | [![PyPI - Version](https://img.shields.io/pypi/v/hatch.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/hatch/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/hatch.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/hatch/) [![PyPI - Installs](https://img.shields.io/pypi/dm/hatchling.svg?color=blue&label=Installs&logo=pypi&logoColor=gold)](https://pypi.org/project/hatch/) [![Release - Downloads](https://img.shields.io/github/downloads/pypa/hatch/total?label=Downloads)](https://github.com/pypa/hatch/releases) | | Meta | [![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch) [![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy) [![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/) [![GitHub Sponsors](https://img.shields.io/github/sponsors/ofek?logo=GitHub%20Sponsors&style=social)](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.