async_lru: Simple LRU cache for asyncio¶
Description¶
Simple LRU cache for asyncio
License¶
MIT License
Upstream Contact¶
Type¶
standard
Dependencies¶
Version Information¶
package-version.txt:
2.0.5
version_requirements.txt:
async-lru
Installation commands¶
$ pip install async-lru
$ sage -i async_lru
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then
./configure
will check if the system package can be used.