Metadata-Version: 2.1
Name: nz-ua.py
Version: 1.1.4
Summary: Library for working with the nz-ua application.
Home-page: https://github.com/xXxCLOTIxXx/nz-ua.py
Author: Xsarz
Author-email: xsarzy@gmail.com
License: MIT
Download-URL: https://github.com/xXxCLOTIxXx/nz-ua.py/archive/refs/heads/main.zip
Description: <body>
        	<table align="center">
        		<tr> <th colspan="3">Library Information</th> </tr>
        		<tr>
        			<td>
        				<a href='https://nz-uapy.readthedocs.io/en/latest/'><img src="https://pbs.twimg.com/profile_images/525686734760067072/OhsWgbsr_400x400.png" height="30px">
        				 Library Documentation</a>
        			</td>
        			<td>
        				<a href='https://pypi.org/project/nz-ua.py/'><img src="https://raw.githubusercontent.com/github/explore/666de02829613e0244e9441b114edb85781e972c/topics/pip/pip.png" height="60px">
        				 Library in pypi</a>
        			</td>
        	</table>
        	<table align="center">
        		</tr>
        		<tr> <th colspan="3">More info</th> </tr>
        		<tr>
        			<td>
        				<a href="https://t.me/DxsarzUnion"><img src="https://upload.wikimedia.org/wikipedia/commons/8/82/Telegram_logo.svg" height="30px">
        				 Telegram Channel</a>
        			</td>
        			<td>
        				<a href="https://www.youtube.com/channel/UCNKEgQmAvt6dD7jeMLpte9Q"><img src="https://upload.wikimedia.org/wikipedia/commons/0/09/YouTube_full-color_icon_%282017%29.svg" height="30px">
        				 YouTube channel</a>
        			</td>
        			<td>
        				<a href="https://discord.gg/GtpUnsHHT4"><img src="https://www.svgrepo.com/show/353655/discord-icon.svg" height="30px">
        				 Discord Server</a>
        			</td>
        		</tr>
        	</table>
        <h1 align="center">nz-ua.py</h1>
        <p align="center">Library for working with nz ua servers, below you will see code examples, for more examples see the documentation or the examples folder</p>
        <h1 align="center">Login example</h1>
        
        ```python
        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()))
        ```
        
        </body>
        
Keywords: nz,nz.py,nz-ua,nz-ua.py,asyncapi,python,python3,python3.x,xsarz,official
Platform: UNKNOWN
Description-Content-Type: text/markdown
