Useful general purpose functions and classes, used by Davte.
Project description
davteutil
This project provides convenient general-purpose functions, used by Davte in his projects.
Please note that you need Python3.5+ to run async code
Project folders
Usage
import asyncio
from davteutil.utilities import async_get, async_post
async def main():
url = 'http://www.google.com'
result = await async_get(url, mode='html')
print(result)
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
davteutil-1.1.17.tar.gz
(12.5 kB
view hashes)
Built Distribution
davteutil-1.1.17-py3-none-any.whl
(20.9 kB
view hashes)
Close
Hashes for davteutil-1.1.17-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d4adfeac29054dd3555a24566862f136f158bb9af15cb604c9fd60252f3af336 |
|
MD5 | 78a1d01e3b28ff0312dc5b7a0bba9fcd |
|
BLAKE2b-256 | 28857db336215457291a322ced37a1c6edcd9f1511d97216636c656c5f78d2fd |