pip install /path/to/package
This won’t work until the package has been made public
pip install git+https://github.com/DGermano8/jsf.git
python3 -m unittest discover -s tests
The documentation is generated with Sphinx and can be found in the
source
directory. To build the documentation use the following:
make html
black jsf
mypy jsf