Metadata-Version: 1.0
Name: python3-memcached
Version: 1.44
Summary: Pure python3 memcached client
Home-page: http://www.tummy.com/Community/software/python-memcached/
Author: Sean Reifschneider
Author-email: jafo@tummy.com
License: UNKNOWN
Download-URL: ftp://ftp.tummy.com/pub/python-memcached/
Description: Python3 port for pure python memcached client library by Eren Güven (https://github.com/eguven/python3-memcached). Below is the original README content.
        
        This package was originally written by Evan Martin of Danga.
        Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.
        
        This software is a 100% Python interface to the memcached memory cache
        daemon.  It is the client side software which allows storing values in one
        or more, possibly remote, memcached servers.  Search google for memcached
        for more information.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Python Software Foundation License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
