Library for working with the nz-ua application.
Project description
Library Information | |
---|---|
Library Documentation | Library in pypi |
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.4.tar.gz
(5.6 kB
view hashes)