simple-git-versioning 0.2.14__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- simple_git_versioning-0.3.0/.cache/pip/http-v2/8/e/8/6/0/8e86042eb4d70eb94fd001c6700f7d8736d4b31ff83108eda8fb3df1 +0 -0
- simple_git_versioning-0.3.0/.cache/pip/http-v2/8/e/8/6/0/8e86042eb4d70eb94fd001c6700f7d8736d4b31ff83108eda8fb3df1.body +352 -0
- simple_git_versioning-0.3.0/.cache/pip/http-v2/a/0/f/e/a/a0feaee6cce5a053f2ece103e4acf3126e2045923f48c38668034b8e +0 -0
- simple_git_versioning-0.3.0/.cache/pip/http-v2/a/0/f/e/a/a0feaee6cce5a053f2ece103e4acf3126e2045923f48c38668034b8e.body +0 -0
- simple_git_versioning-0.3.0/.cache/pip/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a +0 -0
- simple_git_versioning-0.3.0/.cache/pip/http-v2/a/1/9/5/3/a19537d3cf37c122db841d6fe4cd322bc10d1a558bb00d146b85cb9a.body +0 -0
- simple_git_versioning-0.3.0/.cache/pip/http-v2/a/d/e/e/f/adeef5b9611702687bbddade5f7c0af65110caf98ba1a0070c9d116e +0 -0
- simple_git_versioning-0.3.0/.cache/pip/http-v2/a/d/e/e/f/adeef5b9611702687bbddade5f7c0af65110caf98ba1a0070c9d116e.body +0 -0
- simple_git_versioning-0.3.0/.cache/pip/selfcheck/fe300af6f7d708c14827daac3afc81fbb8306b73de8dd6e3f1f8ea3b +1 -0
- simple_git_versioning-0.3.0/.cache/uv/.gitignore +1 -0
- simple_git_versioning-0.3.0/.cache/uv/CACHEDIR.TAG +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/__about__.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/__main__.py +6 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/bridge/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/bridge/app.py +111 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/build.py +144 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/app.py +20 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/binary.py +199 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/config.py +862 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/constants.py +43 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/custom.py +54 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/hooks/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/hooks/custom.py +41 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/hooks/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/hooks/plugin/hooks.py +15 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/hooks/plugin/interface.py +148 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/hooks/version.py +71 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/macos.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/plugin/hooks.py +18 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/plugin/interface.py +441 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/sdist.py +356 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/utils.py +127 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/wheel.py +822 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/cli/__init__.py +28 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/cli/dep/__init__.py +37 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/cli/dep/core.py +132 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/cli/metadata/__init__.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/cli/version/__init__.py +51 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/dep/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/dep/core.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/licenses/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/licenses/supported.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/core.py +1621 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/custom.py +41 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/plugin/hooks.py +14 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/plugin/interface.py +66 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/spec.py +598 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/metadata/utils.py +66 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/ouroboros.py +52 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/plugin/__init__.py +3 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/plugin/exceptions.py +2 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/plugin/manager.py +111 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/plugin/specs.py +23 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/plugin/utils.py +48 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/utils/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/utils/constants.py +6 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/utils/context.py +170 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/utils/fs.py +26 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/core.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/scheme/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/scheme/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/scheme/plugin/hooks.py +14 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/scheme/plugin/interface.py +85 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/scheme/standard.py +98 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/source/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/source/code.py +64 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/source/env.py +29 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/source/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/source/plugin/hooks.py +16 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/source/plugin/interface.py +69 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/version/source/regex.py +29 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling-1.27.0.dist-info/METADATA +80 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling-1.27.0.dist-info/RECORD +73 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling-1.27.0.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling-1.27.0.dist-info/entry_points.txt +2 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling-1.27.0.dist-info/licenses/LICENSE.txt +9 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/__init__.py +76 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/_meta.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/gitignore.py +157 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/pathspec.py +394 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/pattern.py +213 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/patterns/__init__.py +11 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/patterns/gitwildmatch.py +421 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/py.typed +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec/util.py +792 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec-0.12.1.dist-info/LICENSE +373 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec-0.12.1.dist-info/METADATA +647 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec-0.12.1.dist-info/RECORD +13 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/4fHKWbhKI_LwNPXEyVDOZ/pathspec-0.12.1.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/__init__.py +24 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/astroid_compat.py +18 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/asttokens.py +471 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/line_numbers.py +76 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/mark_tokens.py +505 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/util.py +484 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens/version.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens-2.4.1.dist-info/LICENSE +201 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens-2.4.1.dist-info/METADATA +124 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens-2.4.1.dist-info/RECORD +13 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens-2.4.1.dist-info/WHEEL +6 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/U8KBN-UnRYrp5Ps_GAyzc/asttokens-2.4.1.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/_7zCfY0X1BNHBX7gJAmjL/typing_extensions-4.12.2.dist-info/LICENSE +279 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/_7zCfY0X1BNHBX7gJAmjL/typing_extensions-4.12.2.dist-info/METADATA +67 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/_7zCfY0X1BNHBX7gJAmjL/typing_extensions-4.12.2.dist-info/RECORD +5 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/_7zCfY0X1BNHBX7gJAmjL/typing_extensions-4.12.2.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/_7zCfY0X1BNHBX7gJAmjL/typing_extensions.py +3641 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/__init__.py +15 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/_elffile.py +110 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/_manylinux.py +263 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/_musllinux.py +85 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/_parser.py +354 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/_structures.py +61 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/_tokenizer.py +194 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/licenses/__init__.py +145 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/licenses/_spdx.py +759 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/markers.py +331 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/metadata.py +863 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/requirements.py +91 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/specifiers.py +1020 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/tags.py +617 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/utils.py +163 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging/version.py +582 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging-24.2.dist-info/LICENSE +3 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging-24.2.dist-info/LICENSE.APACHE +177 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging-24.2.dist-info/LICENSE.BSD +23 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging-24.2.dist-info/METADATA +102 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging-24.2.dist-info/RECORD +23 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/eSm_6cpCWjS3ViE1kHR2S/packaging-24.2.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/hrmykWFEDNcIi64YobeDB/sh-2.2.1.dist-info/LICENSE.txt +19 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/hrmykWFEDNcIi64YobeDB/sh-2.2.1.dist-info/METADATA +114 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/hrmykWFEDNcIi64YobeDB/sh-2.2.1.dist-info/RECORD +5 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/hrmykWFEDNcIi64YobeDB/sh-2.2.1.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/hrmykWFEDNcIi64YobeDB/sh.py +3681 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/__init__.py +52 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/_checkers.py +1303 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/_decorators.py +517 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/_globals.py +32 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/_metaclass.py +440 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/_recompute.py +1111 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/_represent.py +630 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/_types.py +170 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/errors.py +5 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract/py.typed +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract-2.7.1.dist-info/LICENSE.txt +21 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract-2.7.1.dist-info/METADATA +274 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract-2.7.1.dist-info/RECORD +15 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract-2.7.1.dist-info/WHEEL +5 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/lZhe_PR-5olE5yCb0mKOi/icontract-2.7.1.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.2.14/PKG-INFO → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m/simple_git_versioning-0.2.15.dist-info/METADATA +1 -1
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m/simple_git_versioning-0.2.15.dist-info/RECORD +13 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m/simple_git_versioning-0.2.15.dist-info/WHEEL +5 -0
- {simple_git_versioning-0.2.14/simple_git_versioning.egg-info → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m/simple_git_versioning-0.2.15.dist-info}/entry_points.txt +1 -1
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/__init__.py +37 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/_callers.py +182 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/_hooks.py +715 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/_manager.py +528 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/_result.py +104 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/_tracing.py +73 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/_version.py +16 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/_warnings.py +27 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy-1.5.0.dist-info/LICENSE +21 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy-1.5.0.dist-info/METADATA +155 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy-1.5.0.dist-info/RECORD +14 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy-1.5.0.dist-info/WHEEL +5 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/rVeA2dp6brOPBgBu8HDzO/pluggy-1.5.0.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers/__init__.py +889 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers/__main__.py +4 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers-2025.1.15.22.dist-info/LICENSE +201 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers-2025.1.15.22.dist-info/METADATA +81 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers-2025.1.15.22.dist-info/RECORD +8 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers-2025.1.15.22.dist-info/WHEEL +5 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/sGhgV__B5RwpRrfIpiJsf/trove_classifiers-2025.1.15.22.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/wzS6xV6cqxIwSJXTNOPoj/six-1.17.0.dist-info/LICENSE +18 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/wzS6xV6cqxIwSJXTNOPoj/six-1.17.0.dist-info/METADATA +43 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/wzS6xV6cqxIwSJXTNOPoj/six-1.17.0.dist-info/RECORD +6 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/wzS6xV6cqxIwSJXTNOPoj/six-1.17.0.dist-info/WHEEL +6 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/wzS6xV6cqxIwSJXTNOPoj/six-1.17.0.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/archive-v0/wzS6xV6cqxIwSJXTNOPoj/six.py +1003 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/.gitignore +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/CACHEDIR.TAG +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/activate +116 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/activate.bat +59 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/activate.csh +76 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/activate.fish +124 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/activate.nu +117 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/activate.ps1 +82 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/activate_this.py +59 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/deactivate.bat +39 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/hatchling +10 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/pep440 +10 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/pydoc.bat +22 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/python +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/python3 +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/python3.11 +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/bin/semver2 +10 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/get_requires_for_build_sdist.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/_virtualenv.pth +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/_virtualenv.py +101 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/__init__.py +24 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/astroid_compat.py +18 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/asttokens.py +471 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/line_numbers.py +76 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/mark_tokens.py +505 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/util.py +484 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens/version.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens-2.4.1.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens-2.4.1.dist-info/LICENSE +201 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens-2.4.1.dist-info/METADATA +124 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens-2.4.1.dist-info/RECORD +15 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens-2.4.1.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens-2.4.1.dist-info/WHEEL +6 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/asttokens-2.4.1.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/__about__.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/__main__.py +6 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/bridge/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/bridge/app.py +111 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/build.py +144 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/app.py +20 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/binary.py +199 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/config.py +862 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/constants.py +43 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/custom.py +54 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/hooks/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/hooks/custom.py +41 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/hooks.py +15 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/hooks/plugin/interface.py +148 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/hooks/version.py +71 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/macos.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/plugin/hooks.py +18 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/plugin/interface.py +441 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/sdist.py +356 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/utils.py +127 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/builders/wheel.py +822 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/cli/__init__.py +28 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/cli/dep/__init__.py +37 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/cli/dep/core.py +132 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/cli/metadata/__init__.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/cli/version/__init__.py +51 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/dep/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/dep/core.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/licenses/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/licenses/supported.py +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/core.py +1621 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/custom.py +41 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/plugin/hooks.py +14 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/plugin/interface.py +66 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/spec.py +598 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/metadata/utils.py +66 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/ouroboros.py +52 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/plugin/__init__.py +3 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/plugin/exceptions.py +2 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/plugin/manager.py +111 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/plugin/specs.py +23 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/plugin/utils.py +48 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/utils/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/utils/constants.py +6 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/utils/context.py +170 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/utils/fs.py +26 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/core.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/scheme/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/scheme/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/scheme/plugin/hooks.py +14 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/scheme/plugin/interface.py +85 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/scheme/standard.py +98 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/source/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/source/code.py +64 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/source/env.py +29 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/source/plugin/__init__.py +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/source/plugin/hooks.py +16 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/source/plugin/interface.py +69 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling/version/source/regex.py +29 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling-1.27.0.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling-1.27.0.dist-info/METADATA +80 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling-1.27.0.dist-info/RECORD +76 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling-1.27.0.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling-1.27.0.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling-1.27.0.dist-info/entry_points.txt +2 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/hatchling-1.27.0.dist-info/licenses/LICENSE.txt +9 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/__init__.py +52 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/_checkers.py +1303 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/_decorators.py +517 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/_globals.py +32 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/_metaclass.py +440 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/_recompute.py +1111 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/_represent.py +630 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/_types.py +170 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/errors.py +5 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract/py.typed +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract-2.7.1.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract-2.7.1.dist-info/LICENSE.txt +21 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract-2.7.1.dist-info/METADATA +274 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract-2.7.1.dist-info/RECORD +17 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract-2.7.1.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract-2.7.1.dist-info/WHEEL +5 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/icontract-2.7.1.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/__init__.py +15 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/_elffile.py +110 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/_manylinux.py +263 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/_musllinux.py +85 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/_parser.py +354 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/_structures.py +61 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/_tokenizer.py +194 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/licenses/__init__.py +145 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/licenses/_spdx.py +759 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/markers.py +331 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/metadata.py +863 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/requirements.py +91 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/specifiers.py +1020 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/tags.py +617 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/utils.py +163 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging/version.py +582 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/LICENSE +3 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/LICENSE.APACHE +177 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/LICENSE.BSD +23 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/METADATA +102 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/RECORD +25 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/packaging-24.2.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/__init__.py +76 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/_meta.py +58 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/gitignore.py +157 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/pathspec.py +394 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/pattern.py +213 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/patterns/__init__.py +11 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/patterns/gitwildmatch.py +421 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/py.typed +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec/util.py +792 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec-0.12.1.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec-0.12.1.dist-info/LICENSE +373 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec-0.12.1.dist-info/METADATA +647 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec-0.12.1.dist-info/RECORD +15 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec-0.12.1.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pathspec-0.12.1.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/__init__.py +37 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/_callers.py +182 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/_hooks.py +715 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/_manager.py +528 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/_result.py +104 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/_tracing.py +73 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/_version.py +16 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/_warnings.py +27 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy-1.5.0.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy-1.5.0.dist-info/LICENSE +21 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy-1.5.0.dist-info/METADATA +155 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy-1.5.0.dist-info/RECORD +16 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy-1.5.0.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy-1.5.0.dist-info/WHEEL +5 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/pluggy-1.5.0.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/sh-2.2.1.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/sh-2.2.1.dist-info/LICENSE.txt +19 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/sh-2.2.1.dist-info/METADATA +114 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/sh-2.2.1.dist-info/RECORD +7 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/sh-2.2.1.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/sh-2.2.1.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/sh.py +3681 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/simple_git_versioning-0.2.15.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.2.14/simple_git_versioning.egg-info/PKG-INFO → simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/simple_git_versioning-0.2.15.dist-info/METADATA +1 -1
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/simple_git_versioning-0.2.15.dist-info/RECORD +17 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/simple_git_versioning-0.2.15.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/simple_git_versioning-0.2.15.dist-info/WHEEL +5 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/simple_git_versioning-0.2.15.dist-info/entry_points.txt +12 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/simple_git_versioning-0.2.15.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six-1.17.0.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six-1.17.0.dist-info/LICENSE +18 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six-1.17.0.dist-info/METADATA +43 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six-1.17.0.dist-info/RECORD +8 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six-1.17.0.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six-1.17.0.dist-info/WHEEL +6 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six-1.17.0.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/six.py +1003 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers/__init__.py +889 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers/__main__.py +4 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers/py.typed +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers-2025.1.15.22.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers-2025.1.15.22.dist-info/LICENSE +201 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers-2025.1.15.22.dist-info/METADATA +81 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers-2025.1.15.22.dist-info/RECORD +10 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers-2025.1.15.22.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers-2025.1.15.22.dist-info/WHEEL +5 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/trove_classifiers-2025.1.15.22.dist-info/top_level.txt +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/INSTALLER +1 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/LICENSE +279 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/METADATA +67 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/RECORD +7 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/REQUESTED +0 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/typing_extensions-4.12.2.dist-info/WHEEL +4 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/typing_extensions.py +3641 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/__init__.py +25 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/hatchling.py +39 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/pep440.py +520 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/poetry.py +53 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/project.py +263 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/semver2.py +321 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/setuptools.py +78 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/lib/python3.11/site-packages/versioning/version.py +69 -0
- simple_git_versioning-0.3.0/.cache/uv/builds-v0/.tmprmqVPS/pyvenv.cfg +5 -0
- simple_git_versioning-0.3.0/.cache/uv/interpreter-v4/x86_64/503c359a16c7b4b8.msgpack +1 -0
- simple_git_versioning-0.3.0/.cache/uv/sdists-v8/.git +0 -0
- simple_git_versioning-0.3.0/.cache/uv/sdists-v8/.gitignore +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/asttokens.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/hatchling.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/icontract.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/packaging.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/pathspec.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/pluggy.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/sh.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/simple-git-versioning.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/six.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/trove-classifiers.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/simple-v15/pypi/typing-extensions.rkyv +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/asttokens/asttokens-2.4.1-py2.py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/asttokens/asttokens-2.4.1-py2.py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/hatchling/hatchling-1.27.0-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/hatchling/hatchling-1.27.0-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/icontract/icontract-2.7.1-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/icontract/icontract-2.7.1-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/packaging/packaging-24.2-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/packaging/packaging-24.2-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/pathspec/pathspec-0.12.1-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/pathspec/pathspec-0.12.1-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/pluggy/pluggy-1.5.0-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/pluggy/pluggy-1.5.0-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/sh/sh-2.2.1-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/sh/sh-2.2.1-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/simple-git-versioning/simple_git_versioning-0.2.15-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/simple-git-versioning/simple_git_versioning-0.2.15-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/six/six-1.17.0-py2.py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/six/six-1.17.0-py2.py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/trove-classifiers/trove_classifiers-2025.1.15.22-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/trove-classifiers/trove_classifiers-2025.1.15.22-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/typing-extensions/typing_extensions-4.12.2-py3-none-any.http +0 -0
- simple_git_versioning-0.3.0/.cache/uv/wheels-v4/pypi/typing-extensions/typing_extensions-4.12.2-py3-none-any.msgpack +0 -0
- simple_git_versioning-0.3.0/.gitignore +13 -0
- simple_git_versioning-0.3.0/.gitlab-ci.yml +113 -0
- simple_git_versioning-0.3.0/.pre-commit-config.yaml +32 -0
- simple_git_versioning-0.3.0/LICENSE +21 -0
- simple_git_versioning-0.3.0/PKG-INFO +195 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0}/README.md +10 -11
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0}/pyproject.toml +11 -9
- simple_git_versioning-0.3.0/tests/__init__.py +15 -0
- simple_git_versioning-0.3.0/tests/unit/__init__.py +247 -0
- simple_git_versioning-0.3.0/tests/unit/test_cli.py +28 -0
- simple_git_versioning-0.3.0/tests/unit/test_pep440.py +380 -0
- simple_git_versioning-0.3.0/tests/unit/test_project.py +424 -0
- simple_git_versioning-0.3.0/tests/unit/test_semver2.py +114 -0
- simple_git_versioning-0.3.0/tests/unit/test_version.py +111 -0
- simple_git_versioning-0.3.0/uv.lock +2234 -0
- simple_git_versioning-0.3.0/versioning/__init__.py +25 -0
- simple_git_versioning-0.3.0/versioning/hatchling.py +45 -0
- simple_git_versioning-0.3.0/versioning/pep440.py +520 -0
- simple_git_versioning-0.3.0/versioning/poetry.py +49 -0
- simple_git_versioning-0.3.0/versioning/project.py +263 -0
- simple_git_versioning-0.3.0/versioning/semver2.py +321 -0
- simple_git_versioning-0.3.0/versioning/setuptools.py +81 -0
- simple_git_versioning-0.3.0/versioning/version.py +69 -0
- simple_git_versioning-0.2.14/setup.cfg +0 -4
- simple_git_versioning-0.2.14/simple_git_versioning.egg-info/SOURCES.txt +0 -16
- simple_git_versioning-0.2.14/simple_git_versioning.egg-info/dependency_links.txt +0 -1
- simple_git_versioning-0.2.14/simple_git_versioning.egg-info/requires.txt +0 -14
- {simple_git_versioning-0.2.14/simple_git_versioning.egg-info → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m/simple_git_versioning-0.2.15.dist-info}/top_level.txt +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/__init__.py +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/hatchling.py +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/pep440.py +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/poetry.py +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/project.py +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/semver2.py +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/setuptools.py +0 -0
- {simple_git_versioning-0.2.14 → simple_git_versioning-0.3.0/.cache/uv/archive-v0/ouT9-mkEwdCh54QrFi40m}/versioning/version.py +0 -0
|
Binary file
|
|
@@ -0,0 +1,352 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: uv
|
|
3
|
+
Version: 0.6.0
|
|
4
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
5
|
+
Classifier: Environment :: Console
|
|
6
|
+
Classifier: Intended Audience :: Developers
|
|
7
|
+
Classifier: Operating System :: OS Independent
|
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
9
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
10
|
+
Classifier: Programming Language :: Python
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
17
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
18
|
+
Classifier: Topic :: Software Development :: Quality Assurance
|
|
19
|
+
Classifier: Topic :: Software Development :: Testing
|
|
20
|
+
Classifier: Topic :: Software Development :: Libraries
|
|
21
|
+
License-File: LICENSE-APACHE
|
|
22
|
+
License-File: LICENSE-MIT
|
|
23
|
+
Summary: An extremely fast Python package and project manager, written in Rust.
|
|
24
|
+
Keywords: uv,requirements,packaging
|
|
25
|
+
Home-Page: https://pypi.org/project/uv/
|
|
26
|
+
Author: uv
|
|
27
|
+
Author-email: "Astral Software Inc." <hey@astral.sh>
|
|
28
|
+
License: MIT OR Apache-2.0
|
|
29
|
+
Requires-Python: >=3.8
|
|
30
|
+
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
|
|
31
|
+
Project-URL: Repository, https://github.com/astral-sh/uv
|
|
32
|
+
Project-URL: Documentation, https://docs.astral.sh/uv
|
|
33
|
+
Project-URL: Changelog, https://github.com/astral-sh/uv/blob/main/CHANGELOG.md
|
|
34
|
+
Project-URL: Releases, https://github.com/astral-sh/uv/releases
|
|
35
|
+
Project-URL: Discord, https://discord.gg/astral-sh
|
|
36
|
+
|
|
37
|
+
# uv
|
|
38
|
+
|
|
39
|
+
[](https://github.com/astral-sh/uv)
|
|
40
|
+
[](https://pypi.python.org/pypi/uv)
|
|
41
|
+
[](https://pypi.python.org/pypi/uv)
|
|
42
|
+
[](https://pypi.python.org/pypi/uv)
|
|
43
|
+
[](https://github.com/astral-sh/uv/actions)
|
|
44
|
+
[](https://discord.gg/astral-sh)
|
|
45
|
+
|
|
46
|
+
An extremely fast Python package and project manager, written in Rust.
|
|
47
|
+
|
|
48
|
+
<p align="center">
|
|
49
|
+
<img alt="Shows a bar chart with benchmark results." src="https://github.com/astral-sh/uv/assets/1309177/629e59c0-9c6e-4013-9ad4-adb2bcf5080d">
|
|
50
|
+
</p>
|
|
51
|
+
|
|
52
|
+
<p align="center">
|
|
53
|
+
<i>Installing <a href="https://trio.readthedocs.io/">Trio</a>'s dependencies with a warm cache.</i>
|
|
54
|
+
</p>
|
|
55
|
+
|
|
56
|
+
## Highlights
|
|
57
|
+
|
|
58
|
+
- 🚀 A single tool to replace `pip`, `pip-tools`, `pipx`, `poetry`, `pyenv`, `twine`, `virtualenv`,
|
|
59
|
+
and more.
|
|
60
|
+
- ⚡️ [10-100x faster](https://github.com/astral-sh/uv/blob/main/BENCHMARKS.md) than `pip`.
|
|
61
|
+
- 🗂️ Provides [comprehensive project management](https://github.com/astral-sh/uv/blob/0.6.0/README.md#projects), with a
|
|
62
|
+
[universal lockfile](https://docs.astral.sh/uv/concepts/projects/layout#the-lockfile).
|
|
63
|
+
- ❇️ [Runs scripts](https://github.com/astral-sh/uv/blob/0.6.0/README.md#scripts), with support for
|
|
64
|
+
[inline dependency metadata](https://docs.astral.sh/uv/guides/scripts#declaring-script-dependencies).
|
|
65
|
+
- 🐍 [Installs and manages](https://github.com/astral-sh/uv/blob/0.6.0/README.md#python-versions) Python versions.
|
|
66
|
+
- 🛠️ [Runs and installs](https://github.com/astral-sh/uv/blob/0.6.0/README.md#tools) tools published as Python packages.
|
|
67
|
+
- 🔩 Includes a [pip-compatible interface](https://github.com/astral-sh/uv/blob/0.6.0/README.md#the-pip-interface) for a performance boost with a
|
|
68
|
+
familiar CLI.
|
|
69
|
+
- 🏢 Supports Cargo-style [workspaces](https://docs.astral.sh/uv/concepts/projects/workspaces) for
|
|
70
|
+
scalable projects.
|
|
71
|
+
- 💾 Disk-space efficient, with a [global cache](https://docs.astral.sh/uv/concepts/cache) for
|
|
72
|
+
dependency deduplication.
|
|
73
|
+
- ⏬ Installable without Rust or Python via `curl` or `pip`.
|
|
74
|
+
- 🖥️ Supports macOS, Linux, and Windows.
|
|
75
|
+
|
|
76
|
+
uv is backed by [Astral](https://astral.sh), the creators of
|
|
77
|
+
[Ruff](https://github.com/astral-sh/ruff).
|
|
78
|
+
|
|
79
|
+
## Installation
|
|
80
|
+
|
|
81
|
+
Install uv with our standalone installers:
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
# On macOS and Linux.
|
|
85
|
+
curl -LsSf https://astral.sh/uv/install.sh | sh
|
|
86
|
+
```
|
|
87
|
+
|
|
88
|
+
```bash
|
|
89
|
+
# On Windows.
|
|
90
|
+
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
Or, from [PyPI](https://pypi.org/project/uv/):
|
|
94
|
+
|
|
95
|
+
```bash
|
|
96
|
+
# With pip.
|
|
97
|
+
pip install uv
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
```bash
|
|
101
|
+
# Or pipx.
|
|
102
|
+
pipx install uv
|
|
103
|
+
```
|
|
104
|
+
|
|
105
|
+
If installed via the standalone installer, uv can update itself to the latest version:
|
|
106
|
+
|
|
107
|
+
```bash
|
|
108
|
+
uv self update
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
See the [installation documentation](https://docs.astral.sh/uv/getting-started/installation/) for
|
|
112
|
+
details and alternative installation methods.
|
|
113
|
+
|
|
114
|
+
## Documentation
|
|
115
|
+
|
|
116
|
+
uv's documentation is available at [docs.astral.sh/uv](https://docs.astral.sh/uv).
|
|
117
|
+
|
|
118
|
+
Additionally, the command line reference documentation can be viewed with `uv help`.
|
|
119
|
+
|
|
120
|
+
## Features
|
|
121
|
+
|
|
122
|
+
### Projects
|
|
123
|
+
|
|
124
|
+
uv manages project dependencies and environments, with support for lockfiles, workspaces, and more,
|
|
125
|
+
similar to `rye` or `poetry`:
|
|
126
|
+
|
|
127
|
+
```console
|
|
128
|
+
$ uv init example
|
|
129
|
+
Initialized project `example` at `/home/user/example`
|
|
130
|
+
|
|
131
|
+
$ cd example
|
|
132
|
+
|
|
133
|
+
$ uv add ruff
|
|
134
|
+
Creating virtual environment at: .venv
|
|
135
|
+
Resolved 2 packages in 170ms
|
|
136
|
+
Built example @ file:///home/user/example
|
|
137
|
+
Prepared 2 packages in 627ms
|
|
138
|
+
Installed 2 packages in 1ms
|
|
139
|
+
+ example==0.1.0 (from file:///home/user/example)
|
|
140
|
+
+ ruff==0.5.0
|
|
141
|
+
|
|
142
|
+
$ uv run ruff check
|
|
143
|
+
All checks passed!
|
|
144
|
+
|
|
145
|
+
$ uv lock
|
|
146
|
+
Resolved 2 packages in 0.33ms
|
|
147
|
+
|
|
148
|
+
$ uv sync
|
|
149
|
+
Resolved 2 packages in 0.70ms
|
|
150
|
+
Audited 1 package in 0.02ms
|
|
151
|
+
```
|
|
152
|
+
|
|
153
|
+
See the [project documentation](https://docs.astral.sh/uv/guides/projects/) to get started.
|
|
154
|
+
|
|
155
|
+
uv also supports building and publishing projects, even if they're not managed with uv. See the
|
|
156
|
+
[publish guide](https://docs.astral.sh/uv/guides/publish/) to learn more.
|
|
157
|
+
|
|
158
|
+
### Scripts
|
|
159
|
+
|
|
160
|
+
uv manages dependencies and environments for single-file scripts.
|
|
161
|
+
|
|
162
|
+
Create a new script and add inline metadata declaring its dependencies:
|
|
163
|
+
|
|
164
|
+
```console
|
|
165
|
+
$ echo 'import requests; print(requests.get("https://astral.sh"))' > example.py
|
|
166
|
+
|
|
167
|
+
$ uv add --script example.py requests
|
|
168
|
+
Updated `example.py`
|
|
169
|
+
```
|
|
170
|
+
|
|
171
|
+
Then, run the script in an isolated virtual environment:
|
|
172
|
+
|
|
173
|
+
```console
|
|
174
|
+
$ uv run example.py
|
|
175
|
+
Reading inline script metadata from: example.py
|
|
176
|
+
Installed 5 packages in 12ms
|
|
177
|
+
<Response [200]>
|
|
178
|
+
```
|
|
179
|
+
|
|
180
|
+
See the [scripts documentation](https://docs.astral.sh/uv/guides/scripts/) to get started.
|
|
181
|
+
|
|
182
|
+
### Tools
|
|
183
|
+
|
|
184
|
+
uv executes and installs command-line tools provided by Python packages, similar to `pipx`.
|
|
185
|
+
|
|
186
|
+
Run a tool in an ephemeral environment using `uvx` (an alias for `uv tool run`):
|
|
187
|
+
|
|
188
|
+
```console
|
|
189
|
+
$ uvx pycowsay 'hello world!'
|
|
190
|
+
Resolved 1 package in 167ms
|
|
191
|
+
Installed 1 package in 9ms
|
|
192
|
+
+ pycowsay==0.0.0.2
|
|
193
|
+
"""
|
|
194
|
+
|
|
195
|
+
------------
|
|
196
|
+
< hello world! >
|
|
197
|
+
------------
|
|
198
|
+
\ ^__^
|
|
199
|
+
\ (oo)\_______
|
|
200
|
+
(__)\ )\/\
|
|
201
|
+
||----w |
|
|
202
|
+
|| ||
|
|
203
|
+
```
|
|
204
|
+
|
|
205
|
+
Install a tool with `uv tool install`:
|
|
206
|
+
|
|
207
|
+
```console
|
|
208
|
+
$ uv tool install ruff
|
|
209
|
+
Resolved 1 package in 6ms
|
|
210
|
+
Installed 1 package in 2ms
|
|
211
|
+
+ ruff==0.5.0
|
|
212
|
+
Installed 1 executable: ruff
|
|
213
|
+
|
|
214
|
+
$ ruff --version
|
|
215
|
+
ruff 0.5.0
|
|
216
|
+
```
|
|
217
|
+
|
|
218
|
+
See the [tools documentation](https://docs.astral.sh/uv/guides/tools/) to get started.
|
|
219
|
+
|
|
220
|
+
### Python versions
|
|
221
|
+
|
|
222
|
+
uv installs Python and allows quickly switching between versions.
|
|
223
|
+
|
|
224
|
+
Install multiple Python versions:
|
|
225
|
+
|
|
226
|
+
```console
|
|
227
|
+
$ uv python install 3.10 3.11 3.12
|
|
228
|
+
Searching for Python versions matching: Python 3.10
|
|
229
|
+
Searching for Python versions matching: Python 3.11
|
|
230
|
+
Searching for Python versions matching: Python 3.12
|
|
231
|
+
Installed 3 versions in 3.42s
|
|
232
|
+
+ cpython-3.10.14-macos-aarch64-none
|
|
233
|
+
+ cpython-3.11.9-macos-aarch64-none
|
|
234
|
+
+ cpython-3.12.4-macos-aarch64-none
|
|
235
|
+
```
|
|
236
|
+
|
|
237
|
+
Download Python versions as needed:
|
|
238
|
+
|
|
239
|
+
```console
|
|
240
|
+
$ uv venv --python 3.12.0
|
|
241
|
+
Using Python 3.12.0
|
|
242
|
+
Creating virtual environment at: .venv
|
|
243
|
+
Activate with: source .venv/bin/activate
|
|
244
|
+
|
|
245
|
+
$ uv run --python pypy@3.8 -- python --version
|
|
246
|
+
Python 3.8.16 (a9dbdca6fc3286b0addd2240f11d97d8e8de187a, Dec 29 2022, 11:45:30)
|
|
247
|
+
[PyPy 7.3.11 with GCC Apple LLVM 13.1.6 (clang-1316.0.21.2.5)] on darwin
|
|
248
|
+
Type "help", "copyright", "credits" or "license" for more information.
|
|
249
|
+
>>>>
|
|
250
|
+
```
|
|
251
|
+
|
|
252
|
+
Use a specific Python version in the current directory:
|
|
253
|
+
|
|
254
|
+
```console
|
|
255
|
+
$ uv python pin 3.11
|
|
256
|
+
Pinned `.python-version` to `3.11`
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
See the [Python installation documentation](https://docs.astral.sh/uv/guides/install-python/) to get
|
|
260
|
+
started.
|
|
261
|
+
|
|
262
|
+
### The pip interface
|
|
263
|
+
|
|
264
|
+
uv provides a drop-in replacement for common `pip`, `pip-tools`, and `virtualenv` commands.
|
|
265
|
+
|
|
266
|
+
uv extends their interfaces with advanced features, such as dependency version overrides,
|
|
267
|
+
platform-independent resolutions, reproducible resolutions, alternative resolution strategies, and
|
|
268
|
+
more.
|
|
269
|
+
|
|
270
|
+
Migrate to uv without changing your existing workflows — and experience a 10-100x speedup — with the
|
|
271
|
+
`uv pip` interface.
|
|
272
|
+
|
|
273
|
+
Compile requirements into a platform-independent requirements file:
|
|
274
|
+
|
|
275
|
+
```console
|
|
276
|
+
$ uv pip compile docs/requirements.in \
|
|
277
|
+
--universal \
|
|
278
|
+
--output-file docs/requirements.txt
|
|
279
|
+
Resolved 43 packages in 12ms
|
|
280
|
+
```
|
|
281
|
+
|
|
282
|
+
Create a virtual environment:
|
|
283
|
+
|
|
284
|
+
```console
|
|
285
|
+
$ uv venv
|
|
286
|
+
Using Python 3.12.3
|
|
287
|
+
Creating virtual environment at: .venv
|
|
288
|
+
Activate with: source .venv/bin/activate
|
|
289
|
+
```
|
|
290
|
+
|
|
291
|
+
Install the locked requirements:
|
|
292
|
+
|
|
293
|
+
```console
|
|
294
|
+
$ uv pip sync docs/requirements.txt
|
|
295
|
+
Resolved 43 packages in 11ms
|
|
296
|
+
Installed 43 packages in 208ms
|
|
297
|
+
+ babel==2.15.0
|
|
298
|
+
+ black==24.4.2
|
|
299
|
+
+ certifi==2024.7.4
|
|
300
|
+
...
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
See the [pip interface documentation](https://docs.astral.sh/uv/pip/index/) to get started.
|
|
304
|
+
|
|
305
|
+
## Platform support
|
|
306
|
+
|
|
307
|
+
See uv's [platform support](https://docs.astral.sh/uv/reference/platforms/) document.
|
|
308
|
+
|
|
309
|
+
## Versioning policy
|
|
310
|
+
|
|
311
|
+
See uv's [versioning policy](https://docs.astral.sh/uv/reference/versioning/) document.
|
|
312
|
+
|
|
313
|
+
## Contributing
|
|
314
|
+
|
|
315
|
+
We are passionate about supporting contributors of all levels of experience and would love to see
|
|
316
|
+
you get involved in the project. See the
|
|
317
|
+
[contributing guide](https://github.com/astral-sh/uv/blob/main/CONTRIBUTING.md) to get started.
|
|
318
|
+
|
|
319
|
+
## Acknowledgements
|
|
320
|
+
|
|
321
|
+
uv's dependency resolver uses [PubGrub](https://github.com/pubgrub-rs/pubgrub) under the hood. We're
|
|
322
|
+
grateful to the PubGrub maintainers, especially [Jacob Finkelman](https://github.com/Eh2406), for
|
|
323
|
+
their support.
|
|
324
|
+
|
|
325
|
+
uv's Git implementation is based on [Cargo](https://github.com/rust-lang/cargo).
|
|
326
|
+
|
|
327
|
+
Some of uv's optimizations are inspired by the great work we've seen in [pnpm](https://pnpm.io/),
|
|
328
|
+
[Orogene](https://github.com/orogene/orogene), and [Bun](https://github.com/oven-sh/bun). We've also
|
|
329
|
+
learned a lot from Nathaniel J. Smith's [Posy](https://github.com/njsmith/posy) and adapted its
|
|
330
|
+
[trampoline](https://github.com/njsmith/posy/tree/main/src/trampolines/windows-trampolines/posy-trampoline)
|
|
331
|
+
for Windows support.
|
|
332
|
+
|
|
333
|
+
## License
|
|
334
|
+
|
|
335
|
+
uv is licensed under either of
|
|
336
|
+
|
|
337
|
+
- Apache License, Version 2.0, ([LICENSE-APACHE](https://github.com/astral-sh/uv/blob/0.6.0/LICENSE-APACHE) or
|
|
338
|
+
<https://www.apache.org/licenses/LICENSE-2.0>)
|
|
339
|
+
- MIT license ([LICENSE-MIT](https://github.com/astral-sh/uv/blob/0.6.0/LICENSE-MIT) or <https://opensource.org/licenses/MIT>)
|
|
340
|
+
|
|
341
|
+
at your option.
|
|
342
|
+
|
|
343
|
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in uv
|
|
344
|
+
by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any
|
|
345
|
+
additional terms or conditions.
|
|
346
|
+
|
|
347
|
+
<div align="center">
|
|
348
|
+
<a target="_blank" href="https://astral.sh" style="background:none">
|
|
349
|
+
<img src="https://raw.githubusercontent.com/astral-sh/uv/main/assets/svg/Astral.svg" alt="Made by Astral">
|
|
350
|
+
</a>
|
|
351
|
+
</div>
|
|
352
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"key":"/usr/local","last_check":"2025-02-17T00:19:01.611652+00:00","pypi_version":"25.0.1"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
*
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Signature: 8a477f597d28d172789f06886806bc55
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = '1.27.0'
|
|
File without changes
|
simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/bridge/__init__.py
ADDED
|
File without changes
|
simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/bridge/app.py
ADDED
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import os
|
|
4
|
+
import sys
|
|
5
|
+
from typing import Any
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class Application:
|
|
9
|
+
"""
|
|
10
|
+
The way output is displayed can be [configured](../config/hatch.md#terminal) by users.
|
|
11
|
+
|
|
12
|
+
!!! important
|
|
13
|
+
Never import this directly; Hatch judiciously decides if a type of plugin requires
|
|
14
|
+
the capabilities herein and will grant access via an attribute.
|
|
15
|
+
"""
|
|
16
|
+
|
|
17
|
+
def __init__(self) -> None:
|
|
18
|
+
self.__verbosity = int(os.environ.get('HATCH_VERBOSE', '0')) - int(os.environ.get('HATCH_QUIET', '0'))
|
|
19
|
+
|
|
20
|
+
@property
|
|
21
|
+
def verbosity(self) -> int:
|
|
22
|
+
"""
|
|
23
|
+
The verbosity level of the application, with 0 as the default.
|
|
24
|
+
"""
|
|
25
|
+
return self.__verbosity
|
|
26
|
+
|
|
27
|
+
@staticmethod
|
|
28
|
+
def display(message: str = '', **kwargs: Any) -> None: # noqa: ARG004
|
|
29
|
+
# Do not document
|
|
30
|
+
_display(message, always=True)
|
|
31
|
+
|
|
32
|
+
def display_info(self, message: str = '', **kwargs: Any) -> None: # noqa: ARG002
|
|
33
|
+
"""
|
|
34
|
+
Meant to be used for messages conveying basic information.
|
|
35
|
+
"""
|
|
36
|
+
if self.__verbosity >= 0:
|
|
37
|
+
_display(message)
|
|
38
|
+
|
|
39
|
+
def display_waiting(self, message: str = '', **kwargs: Any) -> None: # noqa: ARG002
|
|
40
|
+
"""
|
|
41
|
+
Meant to be used for messages shown before potentially time consuming operations.
|
|
42
|
+
"""
|
|
43
|
+
if self.__verbosity >= 0:
|
|
44
|
+
_display(message)
|
|
45
|
+
|
|
46
|
+
def display_success(self, message: str = '', **kwargs: Any) -> None: # noqa: ARG002
|
|
47
|
+
"""
|
|
48
|
+
Meant to be used for messages indicating some positive outcome.
|
|
49
|
+
"""
|
|
50
|
+
if self.__verbosity >= 0:
|
|
51
|
+
_display(message)
|
|
52
|
+
|
|
53
|
+
def display_warning(self, message: str = '', **kwargs: Any) -> None: # noqa: ARG002
|
|
54
|
+
"""
|
|
55
|
+
Meant to be used for messages conveying important information.
|
|
56
|
+
"""
|
|
57
|
+
if self.__verbosity >= -1:
|
|
58
|
+
_display(message)
|
|
59
|
+
|
|
60
|
+
def display_error(self, message: str = '', **kwargs: Any) -> None: # noqa: ARG002
|
|
61
|
+
"""
|
|
62
|
+
Meant to be used for messages indicating some unrecoverable error.
|
|
63
|
+
"""
|
|
64
|
+
if self.__verbosity >= -2: # noqa: PLR2004
|
|
65
|
+
_display(message)
|
|
66
|
+
|
|
67
|
+
def display_debug(self, message: str = '', level: int = 1, **kwargs: Any) -> None: # noqa: ARG002
|
|
68
|
+
"""
|
|
69
|
+
Meant to be used for messages that are not useful for most user experiences.
|
|
70
|
+
The `level` option must be between 1 and 3 (inclusive).
|
|
71
|
+
"""
|
|
72
|
+
if not 1 <= level <= 3: # noqa: PLR2004
|
|
73
|
+
error_message = 'Debug output can only have verbosity levels between 1 and 3 (inclusive)'
|
|
74
|
+
raise ValueError(error_message)
|
|
75
|
+
|
|
76
|
+
if self.__verbosity >= level:
|
|
77
|
+
_display(message)
|
|
78
|
+
|
|
79
|
+
def display_mini_header(self, message: str = '', **kwargs: Any) -> None: # noqa: ARG002
|
|
80
|
+
if self.__verbosity >= 0:
|
|
81
|
+
_display(f'[{message}]')
|
|
82
|
+
|
|
83
|
+
def abort(self, message: str = '', code: int = 1, **kwargs: Any) -> None: # noqa: ARG002
|
|
84
|
+
"""
|
|
85
|
+
Terminate the program with the given return code.
|
|
86
|
+
"""
|
|
87
|
+
if message and self.__verbosity >= -2: # noqa: PLR2004
|
|
88
|
+
_display(message)
|
|
89
|
+
|
|
90
|
+
sys.exit(code)
|
|
91
|
+
|
|
92
|
+
def get_safe_application(self) -> SafeApplication:
|
|
93
|
+
return SafeApplication(self)
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
class SafeApplication:
|
|
97
|
+
def __init__(self, app: Application) -> None:
|
|
98
|
+
self.abort = app.abort
|
|
99
|
+
self.verbosity = app.verbosity
|
|
100
|
+
self.display = app.display
|
|
101
|
+
self.display_info = app.display_info
|
|
102
|
+
self.display_error = app.display_error
|
|
103
|
+
self.display_success = app.display_success
|
|
104
|
+
self.display_waiting = app.display_waiting
|
|
105
|
+
self.display_warning = app.display_warning
|
|
106
|
+
self.display_debug = app.display_debug
|
|
107
|
+
self.display_mini_header = app.display_mini_header
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
def _display(message: str, *, always: bool = False) -> None:
|
|
111
|
+
print(message, file=None if always else sys.stderr)
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
import os
|
|
4
|
+
from typing import Any
|
|
5
|
+
|
|
6
|
+
__all__ = [
|
|
7
|
+
'build_editable',
|
|
8
|
+
'build_sdist',
|
|
9
|
+
'build_wheel',
|
|
10
|
+
'get_requires_for_build_editable',
|
|
11
|
+
'get_requires_for_build_sdist',
|
|
12
|
+
'get_requires_for_build_wheel',
|
|
13
|
+
]
|
|
14
|
+
__all__ += ['__all__']
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def get_requires_for_build_sdist(config_settings: dict[str, Any] | None = None) -> list[str]: # noqa: ARG001
|
|
18
|
+
"""
|
|
19
|
+
https://peps.python.org/pep-0517/#get-requires-for-build-sdist
|
|
20
|
+
"""
|
|
21
|
+
from hatchling.builders.sdist import SdistBuilder
|
|
22
|
+
|
|
23
|
+
builder = SdistBuilder(os.getcwd())
|
|
24
|
+
return builder.config.dependencies
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def build_sdist(sdist_directory: str, config_settings: dict[str, Any] | None = None) -> str: # noqa: ARG001
|
|
28
|
+
"""
|
|
29
|
+
https://peps.python.org/pep-0517/#build-sdist
|
|
30
|
+
"""
|
|
31
|
+
from hatchling.builders.sdist import SdistBuilder
|
|
32
|
+
|
|
33
|
+
builder = SdistBuilder(os.getcwd())
|
|
34
|
+
return os.path.basename(next(builder.build(directory=sdist_directory, versions=['standard'])))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
def get_requires_for_build_wheel(config_settings: dict[str, Any] | None = None) -> list[str]: # noqa: ARG001
|
|
38
|
+
"""
|
|
39
|
+
https://peps.python.org/pep-0517/#get-requires-for-build-wheel
|
|
40
|
+
"""
|
|
41
|
+
from hatchling.builders.wheel import WheelBuilder
|
|
42
|
+
|
|
43
|
+
builder = WheelBuilder(os.getcwd())
|
|
44
|
+
return builder.config.dependencies
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def build_wheel(
|
|
48
|
+
wheel_directory: str,
|
|
49
|
+
config_settings: dict[str, Any] | None = None, # noqa: ARG001
|
|
50
|
+
metadata_directory: str | None = None, # noqa: ARG001
|
|
51
|
+
) -> str:
|
|
52
|
+
"""
|
|
53
|
+
https://peps.python.org/pep-0517/#build-wheel
|
|
54
|
+
"""
|
|
55
|
+
from hatchling.builders.wheel import WheelBuilder
|
|
56
|
+
|
|
57
|
+
builder = WheelBuilder(os.getcwd())
|
|
58
|
+
return os.path.basename(next(builder.build(directory=wheel_directory, versions=['standard'])))
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def get_requires_for_build_editable(config_settings: dict[str, Any] | None = None) -> list[str]: # noqa: ARG001
|
|
62
|
+
"""
|
|
63
|
+
https://peps.python.org/pep-0660/#get-requires-for-build-editable
|
|
64
|
+
"""
|
|
65
|
+
from hatchling.builders.constants import EDITABLES_REQUIREMENT
|
|
66
|
+
from hatchling.builders.wheel import WheelBuilder
|
|
67
|
+
|
|
68
|
+
builder = WheelBuilder(os.getcwd())
|
|
69
|
+
return [*builder.config.dependencies, EDITABLES_REQUIREMENT]
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
def build_editable(
|
|
73
|
+
wheel_directory: str,
|
|
74
|
+
config_settings: dict[str, Any] | None = None, # noqa: ARG001
|
|
75
|
+
metadata_directory: str | None = None, # noqa: ARG001
|
|
76
|
+
) -> str:
|
|
77
|
+
"""
|
|
78
|
+
https://peps.python.org/pep-0660/#build-editable
|
|
79
|
+
"""
|
|
80
|
+
from hatchling.builders.wheel import WheelBuilder
|
|
81
|
+
|
|
82
|
+
builder = WheelBuilder(os.getcwd())
|
|
83
|
+
return os.path.basename(next(builder.build(directory=wheel_directory, versions=['editable'])))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
# Any builder that has build-time hooks like Hatchling and setuptools cannot technically keep PEP 517's identical
|
|
87
|
+
# metadata promise e.g. C extensions would require different tags in the `WHEEL` file. Therefore, we consider the
|
|
88
|
+
# methods as mostly being for non-frontend tools like tox and dependency updaters. So Hatchling only writes the
|
|
89
|
+
# `METADATA` file to the metadata directory and continues to ignore that directory itself.
|
|
90
|
+
#
|
|
91
|
+
# An issue we encounter by supporting this metadata-only access is that for installations with pip the required
|
|
92
|
+
# dependencies of the project are read at this stage. This means that build hooks that add to the `dependencies`
|
|
93
|
+
# build data or modify the built wheel have no effect on what dependencies are or are not installed.
|
|
94
|
+
#
|
|
95
|
+
# There are legitimate use cases in which this is required, so we only define these when no pip build is detected.
|
|
96
|
+
# See: https://github.com/pypa/pip/blob/22.2.2/src/pip/_internal/operations/build/build_tracker.py#L41-L51
|
|
97
|
+
# Example use case: https://github.com/pypa/hatch/issues/532
|
|
98
|
+
if 'PIP_BUILD_TRACKER' not in os.environ:
|
|
99
|
+
__all__ += ['prepare_metadata_for_build_editable', 'prepare_metadata_for_build_wheel']
|
|
100
|
+
|
|
101
|
+
def prepare_metadata_for_build_wheel(
|
|
102
|
+
metadata_directory: str,
|
|
103
|
+
config_settings: dict[str, Any] | None = None, # noqa: ARG001
|
|
104
|
+
) -> str:
|
|
105
|
+
"""
|
|
106
|
+
https://peps.python.org/pep-0517/#prepare-metadata-for-build-wheel
|
|
107
|
+
"""
|
|
108
|
+
from hatchling.builders.wheel import WheelBuilder
|
|
109
|
+
|
|
110
|
+
builder = WheelBuilder(os.getcwd())
|
|
111
|
+
|
|
112
|
+
directory = os.path.join(metadata_directory, f'{builder.artifact_project_id}.dist-info')
|
|
113
|
+
if not os.path.isdir(directory):
|
|
114
|
+
os.mkdir(directory)
|
|
115
|
+
|
|
116
|
+
with open(os.path.join(directory, 'METADATA'), 'w', encoding='utf-8') as f:
|
|
117
|
+
f.write(builder.config.core_metadata_constructor(builder.metadata))
|
|
118
|
+
|
|
119
|
+
return os.path.basename(directory)
|
|
120
|
+
|
|
121
|
+
def prepare_metadata_for_build_editable(
|
|
122
|
+
metadata_directory: str,
|
|
123
|
+
config_settings: dict[str, Any] | None = None, # noqa: ARG001
|
|
124
|
+
) -> str:
|
|
125
|
+
"""
|
|
126
|
+
https://peps.python.org/pep-0660/#prepare-metadata-for-build-editable
|
|
127
|
+
"""
|
|
128
|
+
from hatchling.builders.constants import EDITABLES_REQUIREMENT
|
|
129
|
+
from hatchling.builders.wheel import WheelBuilder
|
|
130
|
+
|
|
131
|
+
builder = WheelBuilder(os.getcwd())
|
|
132
|
+
|
|
133
|
+
directory = os.path.join(metadata_directory, f'{builder.artifact_project_id}.dist-info')
|
|
134
|
+
if not os.path.isdir(directory):
|
|
135
|
+
os.mkdir(directory)
|
|
136
|
+
|
|
137
|
+
extra_dependencies = []
|
|
138
|
+
if not builder.config.dev_mode_dirs and builder.config.dev_mode_exact:
|
|
139
|
+
extra_dependencies.append(EDITABLES_REQUIREMENT)
|
|
140
|
+
|
|
141
|
+
with open(os.path.join(directory, 'METADATA'), 'w', encoding='utf-8') as f:
|
|
142
|
+
f.write(builder.config.core_metadata_constructor(builder.metadata, extra_dependencies=extra_dependencies))
|
|
143
|
+
|
|
144
|
+
return os.path.basename(directory)
|
|
File without changes
|
simple_git_versioning-0.3.0/.cache/uv/archive-v0/25s_vFjIMINLsGd4W9rxh/hatchling/builders/app.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
from __future__ import annotations
|
|
2
|
+
|
|
3
|
+
from typing import Any
|
|
4
|
+
|
|
5
|
+
from hatchling.builders.binary import BinaryBuilder
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
class AppBuilder(BinaryBuilder):
|
|
9
|
+
PLUGIN_NAME = 'app'
|
|
10
|
+
|
|
11
|
+
def build_bootstrap(
|
|
12
|
+
self,
|
|
13
|
+
directory: str,
|
|
14
|
+
**build_data: Any,
|
|
15
|
+
) -> str:
|
|
16
|
+
self.app.display_warning(
|
|
17
|
+
'The `app` build target is deprecated and will be removed in a future release. '
|
|
18
|
+
'Use the `binary` build target instead.'
|
|
19
|
+
)
|
|
20
|
+
return super().build_bootstrap(directory, **build_data)
|