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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file davteutil-1.1.17.tar.gz.
File metadata
- Download URL: davteutil-1.1.17.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f059f4b0e1a2147c6ba32ea2f3e1b8a643356349336935019e126e28d61ef54
|
|
| MD5 |
185315cf43b6f2a95005f7e34d4fbec9
|
|
| BLAKE2b-256 |
3606b2249ad883ba10fecc61392c1f4aaf676db2b39f83f204d8b899939a592b
|
File details
Details for the file davteutil-1.1.17-py3-none-any.whl.
File metadata
- Download URL: davteutil-1.1.17-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.0 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d4adfeac29054dd3555a24566862f136f158bb9af15cb604c9fd60252f3af336
|
|
| MD5 |
78a1d01e3b28ff0312dc5b7a0bba9fcd
|
|
| BLAKE2b-256 |
28857db336215457291a322ced37a1c6edcd9f1511d97216636c656c5f78d2fd
|