Small Python3 module for network scripts.
# build
python3 setup.py build
# install
python3 setup.py install
# run the installed script "hello_world"
/usr/bin/hello_world
Build documentation with Sphinx:
pip3 install .[docs]
Lint tests can install dependencies with:
pip3 install .[lint]
Unit tests can install dependencies with:
pip3 install .[unit]
Use a virtualenv to run all tests.
TODO: Add
tox.ini
file.
pip3 install .[ci]
tox -e py3