Metadata-Version: 2.1
Name: reqmap
Version: 0.2.0
Summary: A package / CLI for mapping the dependencies of python projects
Home-page: https://www.github.com/peder2911/reqmap
Author: peder2911
Author-email: pglandsverk@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: GitPython (>=3.1.26,<4.0.0)
Requires-Dist: click (>=8.0.3,<9.0.0)
Requires-Dist: networkx (>=2.6.3,<3.0.0)
Requires-Dist: pydot (>=1.4.2,<2.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: toolz (>=0.11.2,<0.12.0)
Description-Content-Type: text/markdown


# Reqmap

A package / CLI for mapping Python project dependencies, specifically by making
it easier to convert them to Networkx / dot format for visualization.

```
pip install
reqmap graph my_project out.dot
```

