mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 16:43:17 -04:00
dev-python/pymemcache: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
24
dev-python/pymemcache/metadata.xml
Normal file
24
dev-python/pymemcache/metadata.xml
Normal file
@@ -0,0 +1,24 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>lssndrbarbieri@gmail.com</email>
|
||||
<name>Alessandro Barbieri</name>
|
||||
</maintainer>
|
||||
<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>
|
||||
Reference in New Issue
Block a user