Variables | |
string | author = 'Ian Bicking' |
string | author_email = 'ianb at colorstudy com' |
list | classifiers |
string | description = "Helper to test WSGI applications" |
string | entry_points |
dictionary | extras_require |
include_package_data = True, | |
list | install_requires |
string | keywords = 'wsgi test unit tests web' |
string | license = 'MIT' |
tuple | long_description = open('README.rst') |
string | maintainer = 'Gael Pasgrimaud' |
string | maintainer_email = 'gael@gawel.org' |
tuple | packages |
string | test_suite = 'nose.collector' |
list | tests_require |
string | url = 'http://webtest.pythonpaste.org/' |
string | version = '2.0.18' |
zip_safe = False, |
string setup::author = 'Ian Bicking' |
string setup::author_email = 'ianb at colorstudy com' |
list setup::classifiers |
00001 [ 00002 "Development Status :: 5 - Production/Stable", 00003 "Framework :: Paste", 00004 "Intended Audience :: Developers", 00005 "License :: OSI Approved :: MIT License", 00006 "Topic :: Internet :: WWW/HTTP :: WSGI", 00007 "Topic :: Internet :: WWW/HTTP :: WSGI :: Server", 00008 "Programming Language :: Python :: 2", 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 = "Helper to test WSGI applications" |
string setup::entry_points |
dictionary setup::extras_require |
setup::include_package_data = True, |
string setup::keywords = 'wsgi test unit tests web' |
string setup::license = 'MIT' |
tuple setup::long_description = open('README.rst') |
string setup::maintainer = 'Gael Pasgrimaud' |
string setup::maintainer_email = 'gael@gawel.org' |
tuple setup::packages |
string setup::test_suite = 'nose.collector' |
string setup::url = 'http://webtest.pythonpaste.org/' |
setup::version = '2.0.18' |
setup::zip_safe = False, |