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_worldBuild 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.inifile.
pip3 install .[ci]
tox -e py3