git-remote-get

View on PyPIReverse Dependencies (1)

0.3.1 git_remote_get-0.3.1-py3-none-any.whl

Wheel Details

Project: git-remote-get
Version: 0.3.1
Filename: git_remote_get-0.3.1-py3-none-any.whl
Download: [link]
Size: 10123
MD5: 57f5458cb8f5e51859c89276cf8710ba
SHA256: 69a7d7c25d554bc8c14c004c645d4df520ce545b4a300d56eb49d906ab7d6600
Uploaded: 2024-05-09 15:36:25 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: git-remote-get
Version: 0.3.1
Summary: Download single files or directories from a git remote repository without cloning its entire contents.
Author: 01Joseph-Hwang10
Author-Email: joseph95501[at]gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: >=3.8.1,<4.0
Requires-Dist: click (<9.0.0,>=8.1.7)
Requires-Dist: pygithub (<3.0.0,>=2.2.0)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.0)
Description-Content-Type: text/markdown
[Description omitted; length: 4041 characters]

WHEEL

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

RECORD

Path Digest Size
gget/__init__.py sha256=9trLCc7Bq9Vl9FlXxgyn2o2JTdBoHce6tCoOqGbApvk 68
gget/__main__.py sha256=8hDtWlaFZK24KhfNq_ZKgtXqYHsDQDetukOCMlsbW0Q 59
gget/_get_remote_file.py sha256=tvPVj4V6HpeeTh_0hUWsI_6jgWLXAwe5eX3dzOdf5yM 1001
gget/cli.py sha256=llC5CCwO3D3McEGqMaiq1xuazk1N6x8UiAcranJdCG8 2529
gget/platform/__init__.py sha256=-qVzykgLxJGxcR1K56VejkXDgnPs3JBvJrnb5baZ-OU 185
gget/platform/_dirent.py sha256=jU_UqhtKaTXdvZCSLcsBw5PndtuZSU4UVnVAj6r_Jfc 504
gget/platform/_get_provider.py sha256=UamBm4VCr2ofYf5zGoBcJeMoRgasF3uH0sq5_WKNvWY 399
gget/platform/_provider.py sha256=aR8lNFXnyeFg9GZwbq-rCZPU4U2J0kfYu5q0ucrLufs 203
gget/platform/_repository.py sha256=ogrqVodOls91yb5d0yRcOkei0pg1TAabrcl15nIb4us 196
gget/platform/github/__init__.py sha256=zvfjQs2c1_NGyzea3itGb2dTa6Rq2viqm_e_7pZKswg 165
gget/platform/github/_dirent.py sha256=2jSaWz6w_WQqnF7qYTL8oLReu-EsdeVsDlfFpNVUBvU 2659
gget/platform/github/_provider.py sha256=f9MbBC6bEcoNyZ9oyXEAOl5vcc_GGJGpUY-VAXH6Ffc 575
gget/platform/github/_repository.py sha256=DrxNG0KwOnAowricoZ_fTNXIDI1hdyCq4oJTQyhdx4k 1163
gget/writer/__init__.py sha256=gNQNR01OS1K0vglA9pEnpm-SeGrud_LHj0eMkWOQuY8 56
gget/writer/_writer.py sha256=XEW8gWsKDLB8lNiXbKAurx1A4ippBoQ5IXJs7QevrqI 1048
git_remote_get-0.3.1.dist-info/LICENSE sha256=bSUDdkULSj3QQeQat1p-HsX2GzoEn8-R6Z16yq1P8WU 1056
git_remote_get-0.3.1.dist-info/METADATA sha256=pH75gnt_2PTKVQ1Nb_dz_PxfmefFu-P8vnw7yJQ8cao 5367
git_remote_get-0.3.1.dist-info/WHEEL sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg 88
git_remote_get-0.3.1.dist-info/entry_points.txt sha256=8YTqxuJOwU0RQTfgbLDYuSAIugxbEtdZBs9Ms1_kcs8 75
git_remote_get-0.3.1.dist-info/RECORD

entry_points.txt

gget = gget.__main__:cli
git-remote-get = gget.__main__:cli