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 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.2.tar.gz
(12.4 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
davteutil-1.1.2-py3-none-any.whl
(20.8 kB
view details)
File details
Details for the file davteutil-1.1.2.tar.gz.
File metadata
- Download URL: davteutil-1.1.2.tar.gz
- Upload date:
- Size: 12.4 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.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a79d141ae7c21df79f0b6580507cbde2443bd5f540b4e1759cb1f7e0e2c120f
|
|
| MD5 |
9e529ee5d1a5ff3dae691ee2f9dfc4ee
|
|
| BLAKE2b-256 |
dd92e445f2ca9c80ca751ea4463af6ead87765bfd2198cb4c7621c6c38549d3a
|
File details
Details for the file davteutil-1.1.2-py3-none-any.whl.
File metadata
- Download URL: davteutil-1.1.2-py3-none-any.whl
- Upload date:
- Size: 20.8 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.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
485c88fbf3a318eb138c8552e00b2a566cd31c3f6aba5cf0f942f2e37ff6c8d8
|
|
| MD5 |
d220f69a36d293640abae2e5cc67fa7e
|
|
| BLAKE2b-256 |
1e6b41ad8d9af82c6b1e70131ec45ca973c512e267b1be07267c4d39bd7914f4
|