gh-echo

View on PyPIReverse Dependencies (0)

1.0.0 gh_echo-1.0.0-py3-none-any.whl

Wheel Details

Project: gh-echo
Version: 1.0.0
Filename: gh_echo-1.0.0-py3-none-any.whl
Download: [link]
Size: 18553
MD5: 032d53ccf0d9d3d0fc3d9163f8b2de51
SHA256: 92c329fb1c845cb2a52164d6257ccee8f40f3a949e54a1141af375988eb35f8a
Uploaded: 2024-11-17 22:33:40 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: gh-echo
Version: 1.0.0
Summary: A command-line tool built to obtain in-depth, actionable information about GitHub repositories.
Author: Aryan Khurana
Author-Email: aryankhurana1511[at]gmail.com
Home-Page: https://pypi.org/project/gh-echo/o
Project-Url: Documentation, https://github.com/AryanK1511/github-echo/blob/main/README.md
Project-Url: Repository, https://github.com/AryanK1511/github-echo
License: MIT
Keywords: GitHub,GenAI,Python3,CLI
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
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.13
Requires-Python: >=3.9,<4.0
Requires-Dist: coverage (<8.0.0,>=7.6.4)
Requires-Dist: google-generativeai (<0.9.0,>=0.8.0)
Requires-Dist: groq (<0.12.0,>=0.11.0)
Requires-Dist: grpcio (<2.0.0,>=1.68.0)
Requires-Dist: httpx (<0.28.0,>=0.27.2)
Requires-Dist: pre-commit (<5.0.0,>=4.0.1)
Requires-Dist: pytest (<9.0.0,>=8.3.3)
Requires-Dist: pytest-watch (<5.0.0,>=4.2.0)
Requires-Dist: python-dotenv (<2.0.0,>=1.0.1)
Requires-Dist: ruff (<0.7.0,>=0.6.4)
Requires-Dist: single-source (<0.5.0,>=0.4.0)
Requires-Dist: toml (<0.11.0,>=0.10.2)
Requires-Dist: typer (<0.13.0,>=0.12.5)
Description-Content-Type: text/markdown
[Description omitted; length: 8605 characters]

WHEEL

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

RECORD

Path Digest Size
_config.py sha256=TKb9503GNB46fcTRqMoGu3zZTIOXheZjIvkbWpKVI84 745
_constants.py sha256=wE-NtbAfj3ob2xLgvGMtv31zic-9ZMbe5TFw_9ZbYTE 219
_main.py sha256=Qa27HthGueBIFxjgxn4d1gWCK44PCbz4u6sW5n6ri7I 4748
application/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
application/core/github_api.py sha256=57ZDyt8yu6vcgi0-k2UDivU0lYawjLpPvlkZ4HMx64s 9772
application/core/models/gemini_model.py sha256=CIJ1rdSjIIh1XhuQvqEiglAMJH2QYt5l-DmFbyNnMV8 1429
application/core/models/groq_model.py sha256=XSabgZP4lLbQJZCkh95vooV2HFlRMBdSOthMtNGUows 1461
application/utils/api.py sha256=xGXS0c-ZNN5i1CVuYLOV8mibl9swXyTJEn1_oqvVZaA 631
application/utils/helpers.py sha256=yIJRNuRDgvHXm23ZsM_JlqgPJ7Xg60lBU08sv-1rJyg 6005
application/utils/model_config.py sha256=CDf9q_ssRAvGdVPUYsMrLoBbLYQEObUUiu4A0tdC4-Y 5112
application/utils/parser.py sha256=6XbG_TctZNtVPtx2BYGxZvuuMkJYlF3l2XWxsYhIoxo 2269
application/utils/validation.py sha256=vsX-54hok8kxttUL2ctUl5BoBgp9b4ONB-zN8p8qnhg 2082
pyproject.toml sha256=HICk7QXkKEi7dBvALqFEwJbycH2WffgwzAb1Gp3TGUs 1678
gh_echo-1.0.0.dist-info/LICENSE sha256=VK4-it_RycA-W5EZmcwS5W7VioofukyDh2ThV3CMZ94 1070
gh_echo-1.0.0.dist-info/METADATA sha256=usS_esoTuc10j0UKC6zxtRzMaH04jnSDYlFNAb6Q2Fo 10091
gh_echo-1.0.0.dist-info/WHEEL sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs 88
gh_echo-1.0.0.dist-info/entry_points.txt sha256=c9GgIZoIzFQuHMqwRKwxSEdvfvgRJMuMh6qTpZV7l0k 470
gh_echo-1.0.0.dist-info/RECORD

entry_points.txt

format = _scripts:format_code
gh-echo = _main:app
lint = _scripts:lint
lint-and-format = _scripts:lint_and_format
run-coverage = _scripts:run_coverage
run-coverage-html = _scripts:run_coverage_html
run-coverage-report = _scripts:run_coverage_report
run-tests = _scripts:run_tests
run-tests-on-classes = _scripts:run_tests_on_classes
run-tests-on-files = _scripts:run_tests_on_files
watch-tests = _scripts:watch_tests
watch-tests-coverage = _scripts:watch_tests_with_coverage