Artifact python3-aiomcache_0.8.2-1_all

Metadata
deb_control_files:
- control
- md5sums
- postinst
- prerm
deb_fields:
  Architecture: all
  Depends: python3-typing-extensions | python3-supported-min (>= 3.11), python3:any
  Description: |-
    Minimal pure python memcached client
     memcached client for asyncio
     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", b"other_key")
             print(values)
             await mc.delete(b"another_key")
     .
         asyncio.run(hello_aiomcache())
     .
     .
     Version 0.8 introduces `FlagClient` which allows registering callbacks to
     set or process flags.  See `examples/simple_with_flag_handler.py`
  Homepage: https://github.com/aio-libs/aiomcache/
  Installed-Size: '50'
  Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
  Package: python3-aiomcache
  Priority: optional
  Section: python
  Source: aiomcache
  Version: 0.8.2-1
srcpkg_name: aiomcache
srcpkg_version: 0.8.2-1

File

python3-aiomcache_0.8.2-1_all.deb
Binary file python3-aiomcache_0.8.2-1_all.deb cannot be displayed. you can view it raw or download it instead.

Relations

Relation Direction Type Name
built-using Source package aiomcache_0.8.2-1
built-using Binary package dpkg-dbgsym_1.22.12~1.gbp82cafd_arm64
built-using Binary package dpkg_1.22.12~1.gbp82cafd_arm64
built-using Binary package dselect-dbgsym_1.22.12~1.gbp82cafd_arm64
built-using Binary package dselect_1.22.12~1.gbp82cafd_arm64
built-using Binary package libdpkg-dev_1.22.12~1.gbp82cafd_arm64
built-using Binary package dpkg-dev_1.22.12~1.gbp82cafd_all
built-using Binary package libdpkg-perl_1.22.12~1.gbp82cafd_all
extends Package upload aiomcache_0.8.2-1

binary package System build a package - 1 month, 4 weeks ago 4 weeks, 2 days
BETA