Skip to main content

Tsinghua University Network (tunet) login and logout tools

Project description

# TUNET

TUNET is a python tool to login and logout Tsinghua University Network (tunet).

To use this do as below:

```python
# install from pip
pip install tunet

# import tunet package
import tunet

# set login/logout options
options = {
'name': 'user_name', # required, 'user_name' and 'user_name@tsinghua' are for access public internet and tunet, respectively
'pwd': 'user_password', # required, password for tunet account 'user_name'
'ip': '192.168.1.1' # optional, the ip you want to authenticate, and default is the client ip
}

# do login
tunet.login(options['name'], options['pwd'], options['ip'])
# Login is successful.

# do logout
tunet.logout(options['name'], options['ip'])
# Logout is successful.
```


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

tunet-2.0.2-py2.py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page