Skip to content

twosigma/uberjob

Repository files navigation

uberjob

PyPI Status Tests Documentation Status Codecov

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