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