Metadata-Version: 2.4
Name: whatdeps
Version: 0.1.0
Summary: CLI tool to inspect Python package informations from PyPI and GitHub..
Project-URL: Homepage, https://github.com/EmmanuelNiyonshuti/whatdeps
Project-URL: Repository, https://github.com/EmmanuelNiyonshuti/whatdeps
Project-URL: Issues, https://github.com/EmmanuelNiyonshuti/whatdeps/issues
Author-email: NIYONSHUTI Emmanuel <emmanuelniyonshuti13@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: dependencies,github,health,package,pypi
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.11
Requires-Dist: httpx>=0.27.0
Requires-Dist: orjson>=3.9.0
Requires-Dist: rich>=13.7.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.1.0; extra == 'dev'
Requires-Dist: pytest-mock>=3.12.0; extra == 'dev'
Requires-Dist: pytest>=8.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# whatdeps
[![codecov](https://codecov.io/gh/EmmanuelNiyonshuti/whatdeps/graph/badge.svg?token=6HA3SJLM0F)](https://codecov.io/gh/EmmanuelNiyonshuti/whatdeps)

A small Python tool that scans your project’s dependency files (`pyproject.toml`, `requirements` files) and shows:
- release dates from PyPI
- supported Python versions
- GitHub activity (issues, recent pushes and number of stars)

It only looks at dependencies that are **on PyPI** and **hosted on GitHub**.

---

