Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help

The search service can find package by either name (apache), provides(webserver), absolute file names (/usr/bin/apache), binaries (gprof) or shared libraries (libXm.so.2) in standard path. It does not support multiple arguments yet...

The System and Arch are optional added filters, for example System could be "redhat", "redhat-7.2", "mandrake" or "gnome", Arch could be "i386" or "src", etc. depending on your system.

System Arch

RPM resource python3-aiomcache

memcached client for asyncio asyncio (PEP 3156) library to work with memcached. Getting started The API looks very similar to the other memcache clients:.. code:: python import asyncio import aiomcache async def hello_aiomcache(): mc aiomcache.Client("127.0.0.1", 11211) await mc.set(b"some_key", b"Some value") value await mc.get(b"some_key") print(value) values await mc.multi_get(b"some_key",...

Found 1 sites for python3-aiomcache

Found 8 RPM for python3-aiomcache

PackageSummaryDistributionDownload
python3-aiomcache-0.8.2-2.mga10.noarch.htmlMinimal pure python memcached clientMageia Cauldron for armv7hlpython3-aiomcache-0.8.2-2.mga10.noarch.rpm
python3-aiomcache-0.8.2-2.mga10.noarch.htmlMinimal pure python memcached clientMageia Cauldron for i686python3-aiomcache-0.8.2-2.mga10.noarch.rpm
python3-aiomcache-0.8.2-2.mga10.noarch.htmlMinimal pure python memcached clientMageia Cauldron for x86_64python3-aiomcache-0.8.2-2.mga10.noarch.rpm
python3-aiomcache-0.8.2-2.mga10.noarch.htmlMinimal pure python memcached clientMageia Cauldron for aarch64python3-aiomcache-0.8.2-2.mga10.noarch.rpm
python3-aiomcache-0.8.2-1.mga9.noarch.htmlMinimal pure python memcached clientMageia 9 for i586python3-aiomcache-0.8.2-1.mga9.noarch.rpm
python3-aiomcache-0.8.2-1.mga9.noarch.htmlMinimal pure python memcached clientMageia 9 for armv7hlpython3-aiomcache-0.8.2-1.mga9.noarch.rpm
python3-aiomcache-0.8.2-1.mga9.noarch.htmlMinimal pure python memcached clientMageia 9 for x86_64python3-aiomcache-0.8.2-1.mga9.noarch.rpm
python3-aiomcache-0.8.2-1.mga9.noarch.htmlMinimal pure python memcached clientMageia 9 for aarch64python3-aiomcache-0.8.2-1.mga9.noarch.rpm

Generated by rpm2html 1.6

Fabrice Bellet