Skip to main content

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


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.16.tar.gz (12.5 kB view hashes)

Uploaded Source

Built Distribution

davteutil-1.1.16-py3-none-any.whl (20.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page