The CLI tool use Click, Requests to help you login to NAU school network
Install python3 and pip, then
pip install nau_net
nau --help
nau add --username --password
nau remove
nau login
nau logout
nau status
git clone
pip install -r requirement.txt
pip install -e . #install nau_net in editable mode
python setup.py sdist bdist_wheel
twine register dist/mypkg.whl #need ~/.pypirc
twine upload dist/*
Python2.x Compatibility