Variables
setup Namespace Reference

Variables

string author = 'Andy McCurdy'
string author_email = 'sedrik@gmail.com'
list classifiers
string description = 'Python client for Redis key-value store'
tuple download_url
tuple f = open(os.path.join(os.path.dirname(__file__), 'README.md'))
list keywords = ['Redis', 'key-value store']
string license = 'MIT'
tuple long_description = f.read()
string maintainer = 'Andy McCurdy'
string maintainer_email = 'sedrik@gmail.com'
string name = 'redis'
list packages = ['redis']
string test_suite = 'tests.all_tests'
string url = 'http://github.com/andymccurdy/redis-py'
 version = __version__,

Variable Documentation

string setup::author = 'Andy McCurdy'

Definition at line 23 of file setup.py.

string setup::author_email = 'sedrik@gmail.com'

Definition at line 24 of file setup.py.

Initial value:
00001 [
00002         'Development Status :: 5 - Production/Stable',
00003         'Environment :: Console',
00004         'Intended Audience :: Developers',
00005         'License :: OSI Approved :: MIT License',
00006         'Operating System :: OS Independent',
00007         'Programming Language :: Python',
00008         'Programming Language :: Python :: 2.5',
00009         'Programming Language :: Python :: 2.6',
00010         'Programming Language :: Python :: 2.7',
00011         'Programming Language :: Python :: 3',
00012         'Programming Language :: Python :: 3.2',
00013         'Programming Language :: Python :: 3.3',
00014         ]

Definition at line 31 of file setup.py.

string setup::description = 'Python client for Redis key-value store'

Definition at line 18 of file setup.py.

Initial value:
00001 ('http://cloud.github.com/downloads/andymccurdy/'
00002                   'redis-py/redis-%s.tar.gz' % __version__)

Definition at line 21 of file setup.py.

tuple setup::f = open(os.path.join(os.path.dirname(__file__), 'README.md'))

Definition at line 11 of file setup.py.

list setup::keywords = ['Redis', 'key-value store']

Definition at line 27 of file setup.py.

string setup::license = 'MIT'

Definition at line 28 of file setup.py.

Definition at line 12 of file setup.py.

string setup::maintainer = 'Andy McCurdy'

Definition at line 25 of file setup.py.

string setup::maintainer_email = 'sedrik@gmail.com'

Definition at line 26 of file setup.py.

string setup::name = 'redis'

Definition at line 16 of file setup.py.

list setup::packages = ['redis']

Definition at line 29 of file setup.py.

Definition at line 30 of file setup.py.

string setup::url = 'http://github.com/andymccurdy/redis-py'

Definition at line 20 of file setup.py.

Definition at line 17 of file setup.py.

 All Classes Namespaces Files Functions Variables


redis
Author(s): Daniel Stonier
autogenerated on Sun Dec 23 2012 13:55:35