Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

zhanba/nau_net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAU school network CLI

The CLI tool use Click, Requests to help you login to NAU school network

Install

Install python3 and pip, then

pip install nau_net

Usage

nau --help
nau add --username --password
nau remove
nau login
nau logout
nau status

Develop

git clone
pip install -r requirement.txt
pip install -e . #install nau_net in editable mode

Publish

python setup.py sdist bdist_wheel
twine register dist/mypkg.whl #need ~/.pypirc
twine upload dist/*

About Python packaging

Plan

  • Python2.x Compatibility

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages