devpair

View on PyPIReverse Dependencies (0)

1.1.18 devpair-1.1.18-py3-none-any.whl

Wheel Details

Project: devpair
Version: 1.1.18
Filename: devpair-1.1.18-py3-none-any.whl
Download: [link]
Size: 8916
MD5: c6e5f4d2eea2a9a61fe53e951153ce69
SHA256: e495eac7d8723d4ea524f82ad747d361aa3797158b47ea5dc2966fbcaa2b67c9
Uploaded: 2022-11-25 00:43:19 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: devpair
Version: 1.1.18
Summary: Pair script that manage a pair programming session using git.
Author: raphael.kieling
Author-Email: raphael.kieling[at]telus.com
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7,<4.0
Requires-Dist: GitPython (<4.0.0,>=3.1.29)
Requires-Dist: click (<9.0.0,>=8.0.4)
Requires-Dist: coveralls (<4.0.0,>=3.3.1)
Requires-Dist: cowsay (<6.0,>=5.0)
Requires-Dist: loguru (<0.7.0,>=0.6.0)
Requires-Dist: python-dateutil (<3.0.0,>=2.8.2)
Description-Content-Type: text/markdown
[Description omitted; length: 4878 characters]

WHEEL

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

RECORD

Path Digest Size
app/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
app/cli.py sha256=SMER14IDSYU21jUG4YLaqBmaRuDPl49Ry4jvIfz9xK8 2100
app/logger.py sha256=YxI52wQ-pGVJ6UPC5d2QGBVvbRGZoG0G7245NK6IckQ 970
app/main.py sha256=h08dXpLOh-cDgkffPwmGZGMKdLXlV_pY61SU843TVsc 96
app/manager.py sha256=Eg-F1BHqclRHToT5AY1VsYqXcG6kbmlbyYgG_HNHwQM 8687
app/timer.py sha256=aMCmWmp9jcwiC0LHbzlVs4enmGj5uisClc2mTHy0QAU 842
devpair-1.1.18.dist-info/entry_points.txt sha256=nXCbcGWXkwHmJ2buLFShk-q2dc4wTgultXIXHzORHtk 71
devpair-1.1.18.dist-info/LICENSE sha256=ACwmltkrXIz5VsEQcrqljq-fat6ZXAMepjXGoe40KtE 1069
devpair-1.1.18.dist-info/WHEEL sha256=vxFmldFsRN_Hx10GDvsdv1wroKq8r5Lzvjp6GZ4OO8c 88
devpair-1.1.18.dist-info/METADATA sha256=c8JAAs1Pu-J9hpHhROF48iL4J-VFUbI0hKFyZKoSqNc 5743
devpair-1.1.18.dist-info/RECORD

entry_points.txt

devpair = app:main.exec_cli
devtest = app:main.exec_cli