/jsf

Primary LanguagePythonMIT LicenseMIT

Installation

From local copy

pip install /path/to/package

From GitHub

This won’t work until the package has been made public

pip install git+https://github.com/DGermano8/jsf.git

Testing

python3 -m unittest discover -s tests

Documentation

The documentation is generated with Sphinx and can be found in the source directory. To build the documentation use the following:

make html

Housekeeping

black jsf
mypy jsf