Skip to content
/ uberjob Public
forked from twosigma/uberjob

uberjob is a Python package for building and running call graphs.

License

Notifications You must be signed in to change notification settings

tschm/uberjob

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

uberjob is a Python package for building and running call graphs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%