PyPI project
hatch
100+ indexed releases ยท newest sdist 1.17.1 with 325 indexed members
Files in 1.17.1 hatch-1.17.1.tar.gz
- docs/.hooks/expand_blocks.py
- docs/.hooks/inject_version.py
- docs/.hooks/plugin_register.py
- docs/.hooks/render_default_test_env.py
- docs/.hooks/render_ruff_defaults.py
- docs/.hooks/title_from_content.py
- release/macos/build_pkg.py
- release/unix/make_scripts_portable.py
- release/windows/make_scripts_portable.py
- src/hatch/__init__.py
- src/hatch/__main__.py
- src/hatch/_version.py
- src/hatch/cli/__init__.py
- src/hatch/cli/application.py
- src/hatch/cli/build/__init__.py
- src/hatch/cli/check/__init__.py
- src/hatch/cli/check/code.py
- src/hatch/cli/check/fmt.py
- src/hatch/cli/check/types.py
- src/hatch/cli/clean/__init__.py
- src/hatch/cli/config/__init__.py
- src/hatch/cli/dep/__init__.py
- src/hatch/cli/env/__init__.py
- src/hatch/cli/env/create.py
- src/hatch/cli/env/find.py
- src/hatch/cli/env/lock.py
- src/hatch/cli/env/prune.py
- src/hatch/cli/env/remove.py
- src/hatch/cli/env/run.py
- src/hatch/cli/env/show.py
- src/hatch/cli/fmt/__init__.py
- src/hatch/cli/fmt/core.py
- src/hatch/cli/lock_cmd.py
- src/hatch/cli/new/__init__.py
- src/hatch/cli/new/migrate.py
- src/hatch/cli/project/__init__.py
- src/hatch/cli/project/metadata.py
- src/hatch/cli/publish/__init__.py
- src/hatch/cli/python/__init__.py
- src/hatch/cli/python/find.py
- src/hatch/cli/python/install.py
- src/hatch/cli/python/remove.py
- src/hatch/cli/python/show.py
- src/hatch/cli/python/update.py
- src/hatch/cli/run/__init__.py
- src/hatch/cli/self/__init__.py
- src/hatch/cli/self/report.py
- src/hatch/cli/self/restore.py
- src/hatch/cli/self/update.py
- src/hatch/cli/shell/__init__.py
- src/hatch/cli/status/__init__.py
- src/hatch/cli/terminal.py
- src/hatch/cli/test/__init__.py
- src/hatch/cli/test/core.py
- src/hatch/cli/types/__init__.py
- src/hatch/cli/types/core.py
- src/hatch/cli/version/__init__.py
- src/hatch/config/__init__.py
- src/hatch/config/constants.py
- src/hatch/config/model.py
- src/hatch/config/user.py
- src/hatch/config/utils.py
- src/hatch/dep/__init__.py
- src/hatch/dep/core.py
- src/hatch/dep/sync.py
- src/hatch/env/__init__.py
- src/hatch/env/collectors/__init__.py
- src/hatch/env/collectors/custom.py
- src/hatch/env/collectors/default.py
- src/hatch/env/collectors/plugin/__init__.py
- src/hatch/env/collectors/plugin/hooks.py
- src/hatch/env/collectors/plugin/interface.py
- src/hatch/env/context.py
- src/hatch/env/internal/__init__.py
- src/hatch/env/internal/build.py
- src/hatch/env/internal/static_analysis.py
- src/hatch/env/internal/test.py
- src/hatch/env/internal/type_check.py
- src/hatch/env/internal/uv.py
- src/hatch/env/lock.py
- src/hatch/env/lockers/__init__.py
- src/hatch/env/lockers/hooks.py
- src/hatch/env/lockers/interface.py
- src/hatch/env/lockers/pip.py
- src/hatch/env/lockers/uv.py
- src/hatch/env/plugin/__init__.py
- src/hatch/env/plugin/hooks.py
- src/hatch/env/plugin/interface.py
- src/hatch/env/system.py
- src/hatch/env/utils.py
- src/hatch/env/virtual.py
- src/hatch/errors/__init__.py
- src/hatch/index/__init__.py
- src/hatch/index/core.py
- src/hatch/index/errors.py
- src/hatch/index/publish.py
- src/hatch/plugin/__init__.py
- src/hatch/plugin/constants.py
- src/hatch/plugin/manager.py
- src/hatch/plugin/specs.py
- src/hatch/plugin/utils.py
- src/hatch/project/__init__.py
- src/hatch/project/config.py
- src/hatch/project/constants.py
- src/hatch/project/core.py
- src/hatch/project/env.py
- src/hatch/project/frontend/__init__.py
- src/hatch/project/frontend/core.py
- src/hatch/project/frontend/scripts/__init__.py
- src/hatch/project/frontend/scripts/build_deps.py
- src/hatch/project/frontend/scripts/core_metadata.py
- src/hatch/project/frontend/scripts/standard.py
- src/hatch/project/utils.py
- src/hatch/publish/__init__.py
- src/hatch/publish/auth.py
- src/hatch/publish/index.py
- src/hatch/publish/plugin/__init__.py
- src/hatch/publish/plugin/hooks.py
- src/hatch/publish/plugin/interface.py
- src/hatch/python/__init__.py
- src/hatch/python/core.py
- src/hatch/python/distributions.py
- src/hatch/python/resolve.py
- src/hatch/template/__init__.py
- src/hatch/template/default.py
- src/hatch/template/files_default.py
- src/hatch/template/files_feature_ci.py
- src/hatch/template/files_feature_cli.py
- src/hatch/template/files_feature_tests.py
- src/hatch/template/plugin/__init__.py
- src/hatch/template/plugin/hooks.py
- src/hatch/template/plugin/interface.py
- src/hatch/utils/__init__.py
- src/hatch/utils/ci.py
- src/hatch/utils/dep.py
- src/hatch/utils/env.py
- src/hatch/utils/fs.py
- src/hatch/utils/linehaul.py
- src/hatch/utils/metadata.py
- src/hatch/utils/network.py
- src/hatch/utils/platform.py
- src/hatch/utils/runner.py
- src/hatch/utils/shells.py
- src/hatch/utils/structures.py
- src/hatch/utils/toml.py
- src/hatch/venv/__init__.py
- src/hatch/venv/core.py
- src/hatch/venv/utils.py
- tests/__init__.py
- tests/backend/__init__.py
- tests/backend/builders/__init__.py
- tests/backend/builders/hooks/__init__.py
- tests/backend/builders/hooks/test_custom.py
- tests/backend/builders/hooks/test_version.py
- tests/backend/builders/plugin/__init__.py
- tests/backend/builders/plugin/test_interface.py
- tests/backend/builders/test_binary.py
- tests/backend/builders/test_config.py
- tests/backend/builders/test_custom.py
- tests/backend/builders/test_sdist.py
- tests/backend/builders/test_wheel.py
- tests/backend/builders/utils.py
- tests/backend/metadata/__init__.py
- tests/backend/metadata/test_build.py
- tests/backend/metadata/test_core.py
- tests/backend/metadata/test_custom_hook.py
- tests/backend/metadata/test_hatch.py
- tests/backend/metadata/test_spec.py
- tests/backend/test_build.py
- tests/backend/utils/__init__.py
- tests/backend/utils/test_context.py
- tests/backend/utils/test_fs.py
- tests/backend/utils/test_macos.py
- tests/backend/version/__init__.py
- tests/backend/version/scheme/__init__.py
- tests/backend/version/scheme/test_standard.py
- tests/backend/version/source/__init__.py
- tests/backend/version/source/test_code.py
- tests/backend/version/source/test_env.py
- tests/backend/version/source/test_regex.py
- tests/cli/__init__.py
- tests/cli/build/__init__.py
- tests/cli/build/test_build.py
- tests/cli/check/__init__.py
- tests/cli/check/test_check_code.py
- tests/cli/check/test_check_fmt.py
- tests/cli/check/test_check_group.py
- tests/cli/check/test_check_types.py
- tests/cli/clean/__init__.py
- tests/cli/clean/test_clean.py
- tests/cli/config/__init__.py
- tests/cli/config/test_explore.py
- tests/cli/config/test_find.py
- tests/cli/config/test_restore.py
- tests/cli/config/test_set.py
- tests/cli/config/test_show.py
- tests/cli/dep/__init__.py
- tests/cli/dep/show/__init__.py
- tests/cli/dep/show/test_requirements.py
- tests/cli/dep/show/test_table.py
- tests/cli/dep/test_dep_lock.py
- tests/cli/dep/test_hash.py
- tests/cli/env/__init__.py
- tests/cli/env/test_create.py
- tests/cli/env/test_find.py
- tests/cli/env/test_lock.py
- tests/cli/env/test_prune.py
- tests/cli/env/test_remove.py
- tests/cli/env/test_run.py
- tests/cli/env/test_show.py
- tests/cli/fmt/__init__.py
- tests/cli/fmt/test_fmt.py
- tests/cli/new/__init__.py
- tests/cli/new/test_new.py
- tests/cli/project/__init__.py
- tests/cli/project/test_metadata.py
- tests/cli/publish/__init__.py
- tests/cli/publish/test_publish.py
- tests/cli/python/__init__.py
- tests/cli/python/conftest.py
- tests/cli/python/test_find.py
- tests/cli/python/test_install.py
- tests/cli/python/test_remove.py
- tests/cli/python/test_show.py
- tests/cli/python/test_update.py
- tests/cli/run/__init__.py
- tests/cli/run/test_run.py
- tests/cli/self/__init__.py
- tests/cli/self/test_report.py
- tests/cli/self/test_self.py
- tests/cli/status/__init__.py
- tests/cli/status/test_status.py
- tests/cli/test/__init__.py
- tests/cli/test/test_test.py
- tests/cli/test_root.py
- tests/cli/version/__init__.py
- tests/cli/version/test_version.py
- tests/config/__init__.py
- tests/config/test_model.py
- tests/conftest.py
- tests/dep/__init__.py
- tests/dep/test_sync.py
- tests/env/__init__.py
- tests/env/collectors/__init__.py
- tests/env/collectors/test_custom.py
- tests/env/plugin/__init__.py
- tests/env/plugin/test_interface.py
- tests/helpers/__init__.py
- tests/helpers/helpers.py
- tests/helpers/templates/__init__.py
- tests/helpers/templates/licenses/__init__.py
- tests/helpers/templates/new/__init__.py
- tests/helpers/templates/new/basic.py
- tests/helpers/templates/new/default.py
- tests/helpers/templates/new/feature_ci.py
- tests/helpers/templates/new/feature_cli.py
- tests/helpers/templates/new/feature_no_src_layout.py
- tests/helpers/templates/new/licenses_empty.py
- tests/helpers/templates/new/licenses_multiple.py
- tests/helpers/templates/new/projects_urls_empty.py
- tests/helpers/templates/new/projects_urls_space_in_label.py
- tests/helpers/templates/sdist/__init__.py
- tests/helpers/templates/sdist/standard_default.py
- tests/helpers/templates/sdist/standard_default_build_script_artifacts.py
- tests/helpers/templates/sdist/standard_default_build_script_extra_dependencies.py
- tests/helpers/templates/sdist/standard_default_support_legacy.py
- tests/helpers/templates/sdist/standard_default_vcs_git_exclusion_files.py
- tests/helpers/templates/sdist/standard_default_vcs_mercurial_exclusion_files.py
- tests/helpers/templates/sdist/standard_include.py
- tests/helpers/templates/sdist/standard_include_config_file.py
- tests/helpers/templates/wheel/__init__.py
- tests/helpers/templates/wheel/standard_default_build_script.py
- tests/helpers/templates/wheel/standard_default_build_script_artifacts.py
- tests/helpers/templates/wheel/standard_default_build_script_artifacts_with_src_layout.py
- tests/helpers/templates/wheel/standard_default_build_script_configured_build_hooks.py
- tests/helpers/templates/wheel/standard_default_build_script_extra_dependencies.py
- tests/helpers/templates/wheel/standard_default_build_script_force_include.py
- tests/helpers/templates/wheel/standard_default_build_script_force_include_no_duplication.py
- tests/helpers/templates/wheel/standard_default_extra_metadata.py
- tests/helpers/templates/wheel/standard_default_license_multiple.py
- tests/helpers/templates/wheel/standard_default_license_single.py
- tests/helpers/templates/wheel/standard_default_namespace_package.py
- tests/helpers/templates/wheel/standard_default_python_constraint.py
- tests/helpers/templates/wheel/standard_default_python_constraint_three_components.py
- tests/helpers/templates/wheel/standard_default_sbom.py
- tests/helpers/templates/wheel/standard_default_shared_data.py
- tests/helpers/templates/wheel/standard_default_shared_scripts.py
- tests/helpers/templates/wheel/standard_default_single_module.py
- tests/helpers/templates/wheel/standard_default_symlink.py
- tests/helpers/templates/wheel/standard_editable_exact.py
- tests/helpers/templates/wheel/standard_editable_exact_extra_dependencies.py
- tests/helpers/templates/wheel/standard_editable_exact_force_include.py
- tests/helpers/templates/wheel/standard_editable_pth.py
- tests/helpers/templates/wheel/standard_editable_pth_extra_dependencies.py
- tests/helpers/templates/wheel/standard_editable_pth_force_include.py
- tests/helpers/templates/wheel/standard_entry_points.py
- tests/helpers/templates/wheel/standard_no_strict_naming.py
- tests/helpers/templates/wheel/standard_only_packages_artifact_override.py
- tests/helpers/templates/wheel/standard_tests.py
- tests/helpers/templates/wheel/utils.py
- tests/index/__init__.py
- tests/index/test_core.py
- tests/project/__init__.py
- tests/project/test_config.py
- tests/project/test_core.py
- tests/project/test_frontend.py
- tests/project/test_utils.py
- tests/publish/__init__.py
- tests/publish/plugin/__init__.py
- tests/publish/plugin/test_interface.py
- tests/python/__init__.py
- tests/python/test_core.py
- tests/python/test_resolve.py
- tests/utils/__init__.py
- tests/utils/test_auth.py
- tests/utils/test_fs.py
- tests/utils/test_linehaul.py
- tests/utils/test_platform.py
- tests/utils/test_runner.py
- tests/utils/test_structures.py
- tests/venv/__init__.py
- tests/venv/test_core.py
- tests/venv/test_utils.py
- tests/workspaces/__init__.py
- tests/workspaces/test_config.py
Indexed releases
- 1.17.1
hatch-1.17.1.tar.gz325 members - 1.17.0
hatch-1.17.0.tar.gz325 members - 1.16.5
hatch-1.16.5.tar.gz301 members - 1.16.4
hatch-1.16.4.tar.gz301 members - 1.16.3
hatch-1.16.3.tar.gz301 members - 1.16.2
hatch-1.16.2.tar.gz301 members - 1.16.1
hatch-1.16.1.tar.gz301 members - 1.16.0
hatch-1.16.0.tar.gz301 members - 1.15.1
hatch-1.15.1.tar.gz288 members - 1.15.0
hatch-1.15.0.tar.gz288 members - 1.14.2
hatch-1.14.2.tar.gz288 members - 1.14.1
hatch-1.14.1.tar.gz288 members - 1.14.0
hatch-1.14.0.tar.gz288 members - 1.13.0
hatch-1.13.0.tar.gz288 members - 1.12.0
hatch-1.12.0.tar.gz288 members - 1.11.1
hatch-1.11.1.tar.gz287 members - 1.11.0
hatch-1.11.0.tar.gz285 members - 1.10.0
hatch-1.10.0.tar.gz285 members - 1.9.7
hatch-1.9.7.tar.gz266 members - 1.9.4
hatch-1.9.4.tar.gz266 members - 1.9.3
hatch-1.9.3.tar.gz266 members - 1.9.2
hatch-1.9.2.tar.gz266 members - 1.9.1
hatch-1.9.1.tar.gz266 members - 1.9.0
hatch-1.9.0.tar.gz266 members - 1.8.1
hatch-1.8.1.tar.gz266 members - 1.8.0
hatch-1.8.0.tar.gz266 members - 1.7.0
hatch-1.7.0.tar.gz229 members - 1.6.3
hatch-1.6.3.tar.gz224 members - 1.6.2
hatch-1.6.2.tar.gz224 members - 1.6.1
hatch-1.6.1.tar.gz224 members - 1.6.0
hatch-1.6.0.tar.gz223 members - 1.5.0
hatch-1.5.0.tar.gz218 members - 1.4.2
hatch-1.4.2.tar.gz218 members - 1.4.1
hatch-1.4.1.tar.gz218 members - 1.4.0
hatch-1.4.0.tar.gz218 members - 1.3.1
hatch-1.3.1.tar.gz211 members - 1.3.0
hatch-1.3.0.tar.gz211 members - 1.2.1
hatch-1.2.1.tar.gz205 members - 1.2.0
hatch-1.2.0.tar.gz205 members - 1.1.2
hatch-1.1.2.tar.gz204 members - 1.1.1
hatch-1.1.1.tar.gz194 members - 1.1.0
hatch-1.1.0.tar.gz194 members - 1.0.0
hatch-1.0.0.tar.gz191 members - 1.0.0rc18
hatch-1.0.0rc18.tar.gz191 members - 1.0.0rc17
hatch-1.0.0rc17.tar.gz191 members - 1.0.0rc16
hatch-1.0.0rc16.tar.gz183 members - 1.0.0rc15
hatch-1.0.0rc15.tar.gz183 members - 1.0.0rc14
hatch-1.0.0rc14.tar.gz184 members - 1.0.0rc13
hatch-1.0.0rc13.tar.gz179 members - 1.0.0rc12
hatch-1.0.0rc12.tar.gz179 members - 1.0.0rc11
hatch-1.0.0rc11.tar.gz180 members - 1.0.0rc10
hatch-1.0.0rc10.tar.gz179 members - 1.0.0rc9
hatch-1.0.0rc9.tar.gz179 members - 1.0.0rc8
hatch-1.0.0rc8.tar.gz178 members - 1.0.0rc7
hatch-1.0.0rc7.tar.gz178 members - 1rc6
hatch-1rc6.tar.gz177 members - 1rc5
hatch-1rc5.tar.gz177 members - 1rc4
hatch-1rc4.tar.gz177 members - 1rc3
hatch-1rc3.tar.gz70 members - 1rc2
hatch-1rc2.tar.gz70 members - 0.23.1
hatch-0.23.1.tar.gz58 members - 1.17.1
hatch-1.17.1-py3-none-any.whl139 members - 1.17.0
hatch-1.17.0-py3-none-any.whl139 members - 1.16.5
hatch-1.16.5-py3-none-any.whl123 members - 1.16.4
hatch-1.16.4-py3-none-any.whl123 members - 1.16.3
hatch-1.16.3-py3-none-any.whl123 members - 1.16.2
hatch-1.16.2-py3-none-any.whl123 members - 1.16.1
hatch-1.16.1-py3-none-any.whl123 members - 1.16.0
hatch-1.16.0-py3-none-any.whl123 members - 1.15.1
hatch-1.15.1-py3-none-any.whl112 members - 1.15.0
hatch-1.15.0-py3-none-any.whl112 members - 1.14.2
hatch-1.14.2-py3-none-any.whl112 members - 1.14.1
hatch-1.14.1-py3-none-any.whl112 members - 1.14.0
hatch-1.14.0-py3-none-any.whl112 members - 1.13.0
hatch-1.13.0-py3-none-any.whl112 members - 1.12.0
hatch-1.12.0-py3-none-any.whl112 members - 1.11.1
hatch-1.11.1-py3-none-any.whl112 members - 1.11.0
hatch-1.11.0-py3-none-any.whl112 members - 1.10.0
hatch-1.10.0-py3-none-any.whl112 members - 1.9.7
hatch-1.9.7-py3-none-any.whl102 members - 1.9.4
hatch-1.9.4-py3-none-any.whl102 members - 1.9.3
hatch-1.9.3-py3-none-any.whl102 members - 1.9.2
hatch-1.9.2-py3-none-any.whl102 members - 1.9.1
hatch-1.9.1-py3-none-any.whl102 members - 1.9.0
hatch-1.9.0-py3-none-any.whl102 members - 1.8.1
hatch-1.8.1-py3-none-any.whl102 members - 1.8.0
hatch-1.8.0-py3-none-any.whl102 members - 1.7.0
hatch-1.7.0-py3-none-any.whl86 members - 1.6.3
hatch-1.6.3-py3-none-any.whl83 members - 1.6.2
hatch-1.6.2-py3-none-any.whl83 members - 1.6.1
hatch-1.6.1-py3-none-any.whl83 members - 1.6.0
hatch-1.6.0-py3-none-any.whl83 members - 1.5.0
hatch-1.5.0-py3-none-any.whl81 members - 1.4.2
hatch-1.4.2-py3-none-any.whl81 members - 1.4.1
hatch-1.4.1-py3-none-any.whl81 members - 1.4.0
hatch-1.4.0-py3-none-any.whl81 members - 1.3.1
hatch-1.3.1-py3-none-any.whl77 members - 1.3.0
hatch-1.3.0-py3-none-any.whl77 members - 1.2.1
hatch-1.2.1-py3-none-any.whl76 members - 1.2.0
hatch-1.2.0-py3-none-any.whl76 members
and more releases past the first 100