grimp 3.5
0
Builds a queryable graph of the imports within one or more Python packages.
Contents
Builds a queryable graph of the imports within one or more Python packages.
Stars: 56, Watchers: 56, Forks: 12, Open Issues: 19The seddonym/grimp
repo was created 5 years ago and the last code push was 3 days ago. The project is moderately popular with 56 github stars!
How to Install grimp
You can install grimp using pip
pip install grimp
or add it to a project with poetry
poetry add grimp
Package Details
- Author
- None
- License
- BSD 2-Clause License
- Homepage
- None
- PyPi:
- https://pypi.org/project/grimp/
- Documentation:
- https://grimp.readthedocs.io/
- GitHub Repo:
- https://github.com/seddonym/grimp
Classifiers
- Utilities
Related Packages
Errors
A list of common grimp errors.
Code Examples
Here are some grimp
code examples and snippets.
GitHub Issues
The grimp package has 19 open issues on GitHub
- Improve handling of subpackages passed to
build_graph
- Add namespace packages support (fixes #80)