Skip to main content

Async functions to compare with anyio and asyncio, and toolkit to read/write excel with async/await.

Project description

asyncur

LatestVersionInPypi GithubActionResult Coverage Status

Some async functions that using anyio

Requirements

Python 3.11+

Installation

$ pip install "asyncur"
---> 100%
Successfully installed asyncur

Usage

  • Read Excel File
>>> from asycur.xls import load_xls
>>> await load_xls('tests/demo.xlsx')
[{'Column1': 'row1-\\t%c', 'Column2\nMultiLines': 0, 'Column 3': 1, 4: ''}, {'Column1': 'r2c1\n00', 'Column2\nMultiLines': 'r2 c2', 'Column 3': 2, 4: ''}]

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

asyncur-0.2.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

asyncur-0.2.0-py3-none-any.whl (3.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