Library for working with the nz-ua application.
Project description
| Library Information | |
|---|---|
|
|
|
| More info | ||
|---|---|---|
|
|
|
|
nz-ua.py
Library for working with nz ua servers, below you will see code examples, for more examples see the documentation or the examples folder
Login example
import nz
import asyncio
client = nz.Client()
async def main():
info = await client.login('user_name', 'password')
print(info.json)
if __name__ == '__main__':
loop = asyncio.get_event_loop()
loop.run_until_complete(loop.create_task(main()))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
nz-ua.py-1.1.5.3.tar.gz
(6.6 kB
view details)
File details
Details for the file nz-ua.py-1.1.5.3.tar.gz.
File metadata
- Download URL: nz-ua.py-1.1.5.3.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0428dcb94aaee370eebedbbdc7e8b8a0187dbe0b56c8ff78ee2d57e164735c1
|
|
| MD5 |
311010e8f632f37c5d7915803afaf727
|
|
| BLAKE2b-256 |
1afa6414ab61cd1a0617da0cbf1ca0bc3980fd696c45109efa2664c2a9972d9d
|