Library for working with the nz-ua application.
Project description
Library Information | |
---|---|
Library Documentation | GitHub |
More info | ||
---|---|---|
Telegram Channel | YouTube channel | Discord Server |
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.tar.gz
(6.5 kB
view details)
File details
Details for the file nz-ua.py-1.1.5.tar.gz
.
File metadata
- Download URL: nz-ua.py-1.1.5.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f7968183aa0cf8d2c3859d945174d9ced1781c3c0afbc3a73377ee72bb6277a1 |
|
MD5 | a5320f449c1ed4b2faefbc844846eb9c |
|
BLAKE2b-256 | 75c34544b19839d76cd114eef497659dceb930e636b5a56613d6f3c8f94e0aed |