Asyncio DataLoader implementation for Python
https://github.com/syrusakbary/aiodataloader
A generic utility to be used as part of your application's
data fetching layer to provide a simplified and consistent API over
various remote data sources such as databases or web services via
batching and caching.
- Developed at devel:languages:python
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/python-aiodataloader && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-aiodataloader-0.4.0.tar.gz | 0000012691 12.4 KB | |
python-aiodataloader.changes | 0000001290 1.26 KB | |
python-aiodataloader.spec | 0000002081 2.03 KB |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1130179
from
Dirk Mueller (dirkmueller)
(revision 4)
- update to 0.4.0: * Fixed typo in `batch_load_fn` TypeError * Removed `None` default value for `key` arg in `DataLoader.load()` * Removed Python 3.6 as a supported target version - update to 0.3.0: * Adds typing * Drops support for Python<3.6 * Adds support for overriding `get_cache_key` in subclasses * Improves README.md and removes README.rst
Comments 0