switchbox

View on PyPIReverse Dependencies (0)

0.5.0 switchbox-0.5.0-py3-none-any.whl

Wheel Details

Project: switchbox
Version: 0.5.0
Filename: switchbox-0.5.0-py3-none-any.whl
Download: [link]
Size: 10633
MD5: 01dc677d03907e9b25cfce53aecd7ec6
SHA256: 1283e153a733ef2870a2250f51fbf60673220d46b001a54bb2a92fc41bef2199
Uploaded: 2024-05-16 15:44:28 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: switchbox
Version: 0.5.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=PE3xMVNbsZIqDzguqiLpoQeF-kag3G204gVLnM6-LKw 5335
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.5.0.dist-info/METADATA sha256=SuB0HLOOOlXz4URiGtaoOH7tZrruQDTLNnUzP63xHAE 2925
switchbox-0.5.0.dist-info/WHEEL sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4 88
switchbox-0.5.0.dist-info/entry_points.txt sha256=h_gExPj-dyXPeLeLtAyEmhXkKXvjDG3qlPYj5j56IKw 81
switchbox-0.5.0.dist-info/RECORD

entry_points.txt

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