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
import tunet
// do login
options = {
'name': 'user_name',
'pwd': 'user_password'
}
tunet.login(options['name'], options['pwd'])
// Login is successful.
// do logout
tunet.logout()
// Logout is successful.
```
TUNET is a python tool to login and logout Tsinghua University Network (tunet).
To use this do as below:
```python
import tunet
// do login
options = {
'name': 'user_name',
'pwd': 'user_password'
}
tunet.login(options['name'], options['pwd'])
// Login is successful.
// do logout
tunet.logout()
// 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file tunet-2.0.0-py2.py3-none-any.whl.
File metadata
- Download URL: tunet-2.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6aa756779839e5fb640fd0788f31e2d1f9783d66572e3d6aee05f281e66bc07
|
|
| MD5 |
0d71b9c036260146ff4f6e0cd1104a55
|
|
| BLAKE2b-256 |
5f5f1b584743da089714fba4e4bc935f25b47844e39edc012d93a58f2a665f1c
|