guru/dev-python/pymemcache/metadata.xml
Julien Roy 81746b9c4a
*/*: drop to maintainer-needed
Closes: https://github.com/gentoo/guru/pull/141
Signed-off-by: Julien Roy <julien@jroy.ca>
2024-03-25 12:29:03 -04:00

22 lines
863 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription lang="en">
A comprehensive, fast, pure-Python memcached client.
pymemcache supports the following features:
Complete implementation of the memcached text protocol.
Connections using UNIX sockets, or TCP over IPv4 or IPv6.
Configurable timeouts for socket connect and send/recv calls.
Access to the "noreply" flag, which can significantly increase the speed of writes.
Flexible, modular and simple approach to serialization and deserialization.
The (optional) ability to treat network and memcached errors as cache misses.
</longdescription>
<upstream>
<remote-id type="github">pinterest/pymemcache</remote-id>
<remote-id type="pypi">pymemcache</remote-id>
</upstream>
</pkgmetadata>