Variables
setup Namespace Reference

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,

Variable Documentation

string setup::author = 'Ian Bicking'

Definition at line 46 of file setup.py.

string setup::author_email = 'ianb at colorstudy com'

Definition at line 47 of file setup.py.

Initial value:
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       ]

Definition at line 31 of file setup.py.

string setup::description = "Helper to test WSGI applications"

Definition at line 29 of file setup.py.

Initial value:
00001 """
00002       [paste.app_factory]
00003       debug = webtest.debugapp:make_debug_app
00004       """

Definition at line 67 of file setup.py.

Initial value:
00001 {
00002           'tests': tests_require,
00003       }

Definition at line 64 of file setup.py.

Definition at line 59 of file setup.py.

Initial value:
00001 [
00002     'six',
00003     'WebOb>=1.2',
00004     'waitress>=0.8.5',
00005     'beautifulsoup4',
00006 ]

Definition at line 10 of file setup.py.

string setup::keywords = 'wsgi test unit tests web'

Definition at line 45 of file setup.py.

string setup::license = 'MIT'

Definition at line 51 of file setup.py.

tuple setup::long_description = open('README.rst')

Definition at line 30 of file setup.py.

string setup::maintainer = 'Gael Pasgrimaud'

Definition at line 48 of file setup.py.

string setup::maintainer_email = 'gael@gawel.org'

Definition at line 49 of file setup.py.

Initial value:
00001 find_packages(exclude=[
00002           'ez_setup',
00003           'examples',
00004           'tests',
00005           'bootstrap',
00006           'bootstrap-py3k',
00007       ])

Definition at line 52 of file setup.py.

string setup::test_suite = 'nose.collector'

Definition at line 62 of file setup.py.

Initial value:
00001 [
00002     'nose<1.3.0', 'coverage', 'mock',
00003     'PasteDeploy', 'WSGIProxy2', 'pyquery'
00004 ]

Definition at line 17 of file setup.py.

string setup::url = 'http://webtest.pythonpaste.org/'

Definition at line 50 of file setup.py.

setup::version = '2.0.18'

Definition at line 8 of file setup.py.

setup::zip_safe = False,

Definition at line 60 of file setup.py.



webtest
Author(s): AlexV
autogenerated on Sat Jun 8 2019 20:32:07