gituser/test_manylinux/: python-memcached-1.58+ata6 metadata and description

Homepage Simple index

Pure python memcached client

author Evan Martin
author_email martine@danga.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • License :: OSI Approved :: Python Software Foundation License
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Topic :: Internet
  • Topic :: Software Development :: Libraries :: Python Modules
  • Programming Language :: Python
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.6
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.2
  • Programming Language :: Python :: 3.3
  • Programming Language :: Python :: 3.4
download_url ftp://ftp.tummy.com/pub/python-memcached/
maintainer Sean Reifschneider
maintainer_email jafo@tummy.com
requires_dist
  • six (>=1.4.0)
File Tox results History
python_memcached-1.58+ata6-py2.py3-none-any.whl
Size
16 KB
Type
Python Wheel
Python
2.7

[![Build Status](https://travis-ci.org/linsomniac/python-memcached.svg)](https://travis-ci.org/linsomniac/python-memcached)

## Overview

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.

This package was originally written by Evan Martin of Danga. Please do not contact Evan about maintenance. Sean Reifschneider of tummy.com, ltd. has taken over maintenance of it.

Please report issues and submit code changes to the github repository at:

https://github.com/linsomniac/python-memcached

For changes prior to 2013-03-26, see the old Launchpad repository at:

Historic issues: https://launchpad.net/python-memcached

## Testing

Test patches locally and easily by running tox:

pip install tox tox -e py27

Test for style by running tox:

tox -e pep8