SlackBuilds Repository

15.0 > Python > python3-async-lru (2.0.4)

This package is a port of Python's built-in functools.lru_cache function
for asyncio. To better handle async behaviour, it also ensures multiple
concurrent calls will only result in 1 call to the wrapped function,
with all awaits receiving the result of that call when it completes.

This requires: python3-typing-extensions

Maintained by: Isaac Yu
Keywords: asyncio,LRU cache
ChangeLog: python3-async-lru

Homepage:
https://github.com/aio-libs/async-lru

Source Downloads:
async-lru-2.0.4.tar.gz (cd57e4d7f51bcbe2b940c523a5851b40)

Download SlackBuild:
python3-async-lru.tar.gz
python3-async-lru.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2025 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds