uberjob is a Python package for building and running call graphs.
Project description
uberjob
uberjob is a Python package for building and running call graphs.
Documentation
https://uberjob.readthedocs.io/
Installation
pip install uberjob
Development
This repository uses Poetry and Nox to manage the development environment and builds.
To list all Nox sessions:
python -m nox --list-sessions
To run the black code formatter:
python -m nox -rs black
To lint using flake8:
python -m nox -rs lint
To run the test suite:
python -m nox -rs tests
To build the documentation:
python -m nox -rs docs
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uberjob-1.0.0.tar.gz
(33.9 kB
view hashes)
Built Distribution
uberjob-1.0.0-py3-none-any.whl
(68.9 kB
view hashes)