switchbox

View on PyPIReverse Dependencies (0)

0.4.0 switchbox-0.4.0-py3-none-any.whl

Wheel Details

Project: switchbox
Version: 0.4.0
Filename: switchbox-0.4.0-py3-none-any.whl
Download: [link]
Size: 10606
MD5: 5fe70d37073c0179cd94185f257da4ed
SHA256: 721f3b8ad8ead0bfef2df88f1028e4e1025893f35da3d2a6962e2519665d3689
Uploaded: 2024-04-12 13:58:43 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: switchbox
Version: 0.4.0
Summary: Tools for working with Git repositories.
Author: Sam Clements
Author-Email: sam[at]borntyping.co.uk
Home-Page: https://pypi.org/project/switchbox/
Project-Url: Repository, https://github.com/borntyping/switchbox
License: MPL-2.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Version Control
Classifier: Topic :: Software Development :: Version Control :: Git
Requires-Python: >=3.10,<4.0
Requires-Dist: GitPython (<4.0.0,>=3.1.27)
Requires-Dist: PyGithub (<2.0,>=1.55)
Requires-Dist: click (<9.0.0,>=8.1.3)
Requires-Dist: giturl (<0.2.0,>=0.1.3)
Requires-Dist: inflect (<7.0.0,>=6.0.0)
Requires-Dist: rich (<13.0.0,>=12.5.1)
Description-Content-Type: text/markdown
[Description omitted; length: 1755 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry-core 1.8.1
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
switchbox/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
switchbox/__main__.py sha256=QpzrqedKFdWK7R0sv2-824fIyQ0HR-86kY2QtbxXhjs 74
switchbox/app.py sha256=RM24iZTwlXAbvqNhQkMdFeJw-fOIZfWZ7OIYr-ghKSc 8568
switchbox/cli.py sha256=W99dx43KgRwy5ruou8UuKkTMZHt0f_HoaI78H8WL4FU 5009
switchbox/ext/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
switchbox/ext/git.py sha256=xMzT8L599mxrhp2su8pkirTu_AL3a9Xgn-qWvFtumm0 3068
switchbox/repo.py sha256=QPRtjkr3HgKfH2Qv-2_efochdpaTMAdOyjLpGTghiQQ 9331
switchbox/tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
switchbox/tests/test_repo.py sha256=UGfQ8g9pGf1LpoxGdM0ALJyJvAsP9mBzbsduUi_hh4g 328
switchbox-0.4.0.dist-info/METADATA sha256=ZU9iVW3luzbS5ACTaORLgQdn3b5_VZ5O6B8wkHFFlyA 2925
switchbox-0.4.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
switchbox-0.4.0.dist-info/entry_points.txt sha256=h_gExPj-dyXPeLeLtAyEmhXkKXvjDG3qlPYj5j56IKw 81
switchbox-0.4.0.dist-info/RECORD

entry_points.txt

git-switchbox = switchbox.cli:main
switchbox = switchbox.cli:main