GetGist

View on PyPIReverse Dependencies (0)

0.2.2 getgist-0.2.2-py3-none-any.whl

Wheel Details

Project: GetGist
Version: 0.2.2
Filename: getgist-0.2.2-py3-none-any.whl
Download: [link]
Size: 11664
MD5: 24321f4acfa5e350dc56428f816bdbd3
SHA256: 44818b1fb6a041f3632d2456761a1a84a0d8f79e93fdc821f82cb2ad1bf95bac
Uploaded: 2021-06-14 14:19:41 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: getgist
Version: 0.2.2
Summary: CLI to update local and remote files from GitHub Gists.
Author: Eduardo Cuducos
Author-Email: cuducos[at]users.noreply.github.com
Home-Page: http://github.com/cuducos/getgist
Project-Url: Repository, http://github.com/cuducos/getgist
License: MIT
Keywords: gist,cli,github
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Requires-Python: >=3.6,<4.0
Requires-Dist: click (>=6.6)
Requires-Dist: requests (>=2.18.1)
Requires-Dist: tabulate (>=0.8.7)
Description-Content-Type: text/markdown
[Description omitted; length: 5180 characters]

WHEEL

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

RECORD

Path Digest Size
getgist/__init__.py sha256=FwIfnxBhiju_Ncws4H8YDsaW6y1PPoBMv9Y1S0XT6xQ 1693
getgist/__main__.py sha256=T9-IWhAHErFNl7nlW0Ry9eVZwFCakE005WiosD8Bn_Y 6308
getgist/github.py sha256=dLbfnr5KprYbwyDZsxREcp1shm1bMQeXLCI6cfZd0Ls 12189
getgist/local.py sha256=K1E84mOR56qv84bfz6fyUQncyIVOFxnmqJw_CA6ugAM 2630
getgist/request.py sha256=7pL7TzRlv70zRs-tqg20FGZVgfT8anVX8uiVBLsOjAU 1237
getgist-0.2.2.dist-info/entry_points.txt sha256=pM-Al0t9sKoVVjYE5WsMpmHYfbyazBJ2Dhy2oT-awNg 196
getgist-0.2.2.dist-info/LICENSE sha256=aJMUODAyn9R898TWNn86ciK35BUYrzJGcQUUWwnLSKQ 1059
getgist-0.2.2.dist-info/WHEEL sha256=SrtnPGVTMeYWttls9xnWA01eUhCZ3ufFdJUYb1J3r-U 83
getgist-0.2.2.dist-info/METADATA sha256=kXh8DfAmgPoGknr95qFe7VIewgAwAV3XhVwwOlZL_c8 6102
getgist-0.2.2.dist-info/RECORD

entry_points.txt

getgist = getgist.__main__:run_getgist
getmy = getgist.__main__:run_getmy
lsgists = getgist.__main__:run_lsgists
putgist = getgist.__main__:run_putgist
putmy = getgist.__main__:run_putmy