Python project dependency analysis.
Project description
Dependy
Dependy is a dependency grapher for Python projects. Use this tool to efficiently restructure code and clean up dependencies.
Installation
Install the current PyPI release:
pip install dependy
Or install from source:
pip install git+https://github.com/gregorybchris/dependy
Usage
from dependy.parsing.dependency_parser import DependencyParser parser = DependencyParser('<package-name>', '<path-to-package>') parser.parse()
Future
- [ ] Multi-package support
- [ ] Hierarchical dependency tracking
- [ ] Graph visualization in the browser
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size dependy-0.0.2-py3-none-any.whl (5.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size dependy-0.0.2.tar.gz (1.7 kB) | File type Source | Python version None | Upload date | Hashes View hashes |