gitcy

View on PyPIReverse Dependencies (0)

1.0.4 gitcy-1.0.4-py3-none-any.whl

Wheel Details

Project: gitcy
Version: 1.0.4
Filename: gitcy-1.0.4-py3-none-any.whl
Download: [link]
Size: 5526
MD5: 08e2d5032ab2b5dce618fe623c61ebe9
SHA256: 3095c6b9c5359f768f5e69390a7cfe35c510ca36eee91988373b7194a339e12d
Uploaded: 2024-03-09 17:24:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gitcy
Version: 1.0.4
Summary: Some usefull gitcommands to make life easier :)
Author: Andreas Hartl-Bachinger
Author-Email: andreas.hartl-bachinger[at]gmx.at
Home-Page: https://github.com/ahartlba/gitcy
License: MIT
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
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.8,<4.0
Description-Content-Type: text/markdown
[Description omitted; length: 1009 characters]

WHEEL

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

RECORD

Path Digest Size
gitcy/__init__.py sha256=SAaSlU6kz829Txw2ys-Rn6iJbq4pedU_rgp8SfF5FgE 72
gitcy/cli/__init__.py sha256=FVoWKt_otdDk2xqtNjmO6ivGrq-lsSgm5BkU5fWZ_f0 32
gitcy/cli/ctd_.py sha256=gR4xEIBZtfsjxGoOynv8m6MoW77LiKgE6p5Foxtzusg 1890
gitcy/cli/gundo_.py sha256=btudvtoK1EGNN_q66LTboZK2FlLojBTqmY6mZG_cWSc 448
gitcy/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
gitcy/core/add.py sha256=27LdlgVMRYMVRX283b_SBsX01mAC7TiHX3rUeErYiCU 258
gitcy/core/commit.py sha256=lqRpGhJBS2qVfuu31gtOP1hBxOyMOnOWYUOHcq6biuk 471
gitcy/core/push.py sha256=1bzod0Ackc8VAmGUn1AyDCNwG8iKJ-mrJSzP8REMbOc 68
gitcy/core/undo.py sha256=bZLXqDGaGchzZR1XuyKhhtx-WVDob3_Fw-n5bIxpjq4 399
gitcy-1.0.4.dist-info/entry_points.txt sha256=bYjXUNvT_NcVrxqWF0mvdY63jIYv3eDoZeJoFuPAwDU 71
gitcy-1.0.4.dist-info/LICENSE sha256=cctIXQcRmgyi_sMS_EWXhbTJhQgOeKk1Q8l5pFlGZsE 1101
gitcy-1.0.4.dist-info/METADATA sha256=SYqTsN3IBGA9Gcg4tntT1PiuyTblTk9f-lkT7Z0Cugg 1620
gitcy-1.0.4.dist-info/WHEEL sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk 88
gitcy-1.0.4.dist-info/RECORD

entry_points.txt

ctd = gitcy.cli.ctd_:main
gundo = gitcy.cli.gundo_:main