Skip to main content

Dependency Graph Resolution Package

Project description

dep_graph

Simple python package to generate dependency graph from given json file.

Run module

python -m dep_graph

By default it reads from /tmp/deps.json

Run module with given path to package dependencie

python -m dep_graph  --path ./some_fir/deps.json

Create dummy dependency json dummy file

python dep_graph/helper/create_dummy_file.py --path ./tests test_file.json

By default it outputs to /tmp/deps.json

Run Tests

python -m unittest discover tests/

Create package build wiih setup.py

python setup.py sdist bdist_wheel

Create Virtual Environment with poetry

poetry install

Create Build for package

poetry build

install pre-commit hooks

pre-commit install

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dep_graph_hassan-0.1.0.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

dep_graph_hassan-0.1.0-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page