carthorse

View on PyPIReverse Dependencies (1)

2.0.3 carthorse-2.0.3-py3-none-any.whl

Wheel Details

Project: carthorse
Version: 2.0.3
Filename: carthorse-2.0.3-py3-none-any.whl
Download: [link]
Size: 8630
MD5: c9804816d0aab6efcbc9594778f30e37
SHA256: d293d832aeec203441b8a8922326484676bc1758cc8b724e2358185d0e2e6024
Uploaded: 2025-03-20 11:31:40 +0000

dist-info

METADATA

Metadata-Version: 2.2
Name: carthorse
Version: 2.0.3
Summary: Safely creating releases when you change the version number.
Author: Chris Withers
Author-Email: chris[at]withers.org
Home-Page: https://github.com/cjw296/carthorse
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.12
Requires-Dist: pyyaml
Requires-Dist: toml
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: sybil (>=4); extra == "test"
Requires-Dist: testfixtures; extra == "test"
Requires-Dist: twine; extra == "build"
Requires-Dist: wheel; extra == "build"
Provides-Extra: test
Provides-Extra: build
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary
License-File: LICENSE.txt
[Description omitted; length: 7268 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (75.8.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
carthorse/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
carthorse/actions.py sha256=3rl70IJE8zS9AZtVU2u1JMML9ETkiYfEoz1puhk2tvY 1088
carthorse/cli.py sha256=BizqDiYnIiMl91H6ZsryKRvjSaPgZqopi0BWe9xEdPY 1097
carthorse/config.py sha256=5jXnRlhDySJaF_6bQ4yRNbvdz6c13Dcrd6OtUxVCnKw 1899
carthorse/plugins.py sha256=5ZLYgHwuusx8dcH3xixBYjjXVTSfE8ohMNjydu6_Kmc 528
carthorse/version_from.py sha256=p2G6949JjlDE7vAs9A7TuKWxRIClJ_31pNu8nJAFYq8 1218
carthorse/when.py sha256=qd-3dQXrqVaoApZzN2L-satF-gYp6diQhvLNRRyG-Xs 524
carthorse-2.0.3.dist-info/LICENSE.txt sha256=p83JBEdSvP1lsuFx45uBepx3xA0KKS8XtsGBj0YfL1Y 1065
carthorse-2.0.3.dist-info/METADATA sha256=x-PLzV2MheqJOcAWx4kVU5moc5X8lqkhUH4OOSqGRWo 8292
carthorse-2.0.3.dist-info/WHEEL sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8 91
carthorse-2.0.3.dist-info/entry_points.txt sha256=c284mevJOZLh0iD6NEK-bX3H8swj_6SjObsAENiTgjw 618
carthorse-2.0.3.dist-info/top_level.txt sha256=sTxaMWTk5AHzUlKCaE3x1JrCQYLqoWB463vt3DwsTCk 10
carthorse-2.0.3.dist-info/RECORD

top_level.txt

carthorse

entry_points.txt

create-tag = carthorse.actions:create_tag
run = carthorse.actions:run
update-major-tag = carthorse.actions:update_major_tag
env = carthorse.version_from:env
file = carthorse.version_from:file
flit = carthorse.version_from:flit
none = carthorse.version_from:none
poetry = carthorse.version_from:poetry
pyproject = carthorse.version_from:pyproject
setup.py = carthorse.version_from:setup_py
always = carthorse.when:always
never = carthorse.when:never
version-not-tagged = carthorse.when:version_not_tagged
carthorse = carthorse.cli:main