https://github.com/zhanba/nau_net
https://github.com/zhanba/nau_net
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zhanba/nau_net
- Owner: zhanba
- License: mit
- Archived: true
- Created: 2017-02-22T03:58:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-23T00:40:02.000Z (over 6 years ago)
- Last Synced: 2025-09-01T21:27:21.293Z (10 months ago)
- Language: Python
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# NAU school network CLI
The CLI tool use Click, Requests to help you login to NAU school network
## Install
Install python3 and pip, then
```bash
pip install nau_net
```
## Usage
```bash
nau --help
nau add --username --password
nau remove
nau login
nau logout
nau status
```
## Develop
```bash
git clone
pip install -r requirement.txt
pip install -e . #install nau_net in editable mode
```
## Publish
```bash
python setup.py sdist bdist_wheel
twine register dist/mypkg.whl #need ~/.pypirc
twine upload dist/*
```
[About Python packaging](https://packaging.python.org/current/)
## Plan
- ~~Python2.x Compatibility~~