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()
from dependy.visualization.config import VisualizationConfig from dependy.visualization.visualizer import Visualizer config = VisualizationConfig() v = Visualizer(config) v.start()
Complete
- [x] Graph visualization in the browser
Future
- [ ] Multi-package support
- [ ] Hierarchical dependency tracking
- [ ] Set up Vue app to be interactive
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.1.2-py3-none-any.whl (13.0 kB) | File type Wheel | Python version py3 | Upload date | Hashes View hashes |
Filename, size dependy-0.1.2.tar.gz (275.8 kB) | File type Source | Python version None | Upload date | Hashes View hashes |