Skip to content

Commit fa2e538

Browse files
Initial commit
0 parents  commit fa2e538

6,545 files changed

Lines changed: 1573022 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
215 KB
Binary file not shown.
413 KB
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Metadata-Version: 1.0
2+
Name: CherryPy
3+
Version: 3.2.0rc1
4+
Summary: Object-Oriented HTTP framework
5+
Home-page: http://www.cherrypy.org
6+
Author: CherryPy Team
7+
Author-email: team@cherrypy.org
8+
License: BSD
9+
Download-URL: http://download.cherrypy.org/cherrypy/3.2.0/
10+
Description: CherryPy is a pythonic, object-oriented HTTP framework
11+
Platform: UNKNOWN
12+
Classifier: Development Status :: 4 - Beta
13+
Classifier: Environment :: Web Environment
14+
Classifier: Intended Audience :: Developers
15+
Classifier: License :: Freely Distributable
16+
Classifier: Operating System :: OS Independent
17+
Classifier: Programming Language :: Python
18+
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
19+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,131 @@
1+
README.txt
2+
ez_setup.py
3+
make-sdist
4+
setup.py
5+
CherryPy.egg-info/PKG-INFO
6+
CherryPy.egg-info/SOURCES.txt
7+
CherryPy.egg-info/dependency_links.txt
8+
CherryPy.egg-info/top_level.txt
9+
cherrypy/LICENSE.txt
10+
cherrypy/__init__.py
11+
cherrypy/_cpchecker.py
12+
cherrypy/_cpconfig.py
13+
cherrypy/_cpdispatch.py
14+
cherrypy/_cperror.py
15+
cherrypy/_cplogging.py
16+
cherrypy/_cpmodpy.py
17+
cherrypy/_cpnative_server.py
18+
cherrypy/_cpreqbody.py
19+
cherrypy/_cprequest.py
20+
cherrypy/_cpserver.py
21+
cherrypy/_cpthreadinglocal.py
22+
cherrypy/_cptools.py
23+
cherrypy/_cptree.py
24+
cherrypy/_cpwsgi.py
25+
cherrypy/_cpwsgi_server.py
26+
cherrypy/cherryd
27+
cherrypy/favicon.ico
28+
cherrypy/lib/__init__.py
29+
cherrypy/lib/auth.py
30+
cherrypy/lib/auth_basic.py
31+
cherrypy/lib/auth_digest.py
32+
cherrypy/lib/caching.py
33+
cherrypy/lib/covercp.py
34+
cherrypy/lib/cptools.py
35+
cherrypy/lib/encoding.py
36+
cherrypy/lib/http.py
37+
cherrypy/lib/httpauth.py
38+
cherrypy/lib/httputil.py
39+
cherrypy/lib/jsontools.py
40+
cherrypy/lib/profiler.py
41+
cherrypy/lib/reprconf.py
42+
cherrypy/lib/sessions.py
43+
cherrypy/lib/static.py
44+
cherrypy/lib/xmlrpc.py
45+
cherrypy/process/__init__.py
46+
cherrypy/process/plugins.py
47+
cherrypy/process/servers.py
48+
cherrypy/process/win32.py
49+
cherrypy/process/wspbus.py
50+
cherrypy/scaffold/__init__.py
51+
cherrypy/scaffold/apache-fcgi.conf
52+
cherrypy/scaffold/example.conf
53+
cherrypy/scaffold/site.conf
54+
cherrypy/scaffold/static/made_with_cherrypy_small.png
55+
cherrypy/test/__init__.py
56+
cherrypy/test/benchmark.py
57+
cherrypy/test/checkerdemo.py
58+
cherrypy/test/fcgi.conf
59+
cherrypy/test/helper.py
60+
cherrypy/test/logtest.py
61+
cherrypy/test/modfcgid.py
62+
cherrypy/test/modpy.py
63+
cherrypy/test/modwsgi.py
64+
cherrypy/test/py25.py
65+
cherrypy/test/sessiondemo.py
66+
cherrypy/test/style.css
67+
cherrypy/test/test.pem
68+
cherrypy/test/test.py
69+
cherrypy/test/test_auth_basic.py
70+
cherrypy/test/test_auth_digest.py
71+
cherrypy/test/test_bus.py
72+
cherrypy/test/test_caching.py
73+
cherrypy/test/test_config.py
74+
cherrypy/test/test_config_server.py
75+
cherrypy/test/test_conn.py
76+
cherrypy/test/test_core.py
77+
cherrypy/test/test_dynamicobjectmapping.py
78+
cherrypy/test/test_encoding.py
79+
cherrypy/test/test_etags.py
80+
cherrypy/test/test_http.py
81+
cherrypy/test/test_httpauth.py
82+
cherrypy/test/test_httplib.py
83+
cherrypy/test/test_json.py
84+
cherrypy/test/test_logging.py
85+
cherrypy/test/test_mime.py
86+
cherrypy/test/test_misc_tools.py
87+
cherrypy/test/test_objectmapping.py
88+
cherrypy/test/test_proxy.py
89+
cherrypy/test/test_refleaks.py
90+
cherrypy/test/test_request_obj.py
91+
cherrypy/test/test_routes.py
92+
cherrypy/test/test_session.py
93+
cherrypy/test/test_sessionauthenticate.py
94+
cherrypy/test/test_states.py
95+
cherrypy/test/test_states_demo.py
96+
cherrypy/test/test_static.py
97+
cherrypy/test/test_tools.py
98+
cherrypy/test/test_tutorials.py
99+
cherrypy/test/test_virtualhost.py
100+
cherrypy/test/test_wsgi_ns.py
101+
cherrypy/test/test_wsgi_vhost.py
102+
cherrypy/test/test_wsgiapps.py
103+
cherrypy/test/test_xmlrpc.py
104+
cherrypy/test/webtest.py
105+
cherrypy/test/static/dirback.jpg
106+
cherrypy/test/static/index.html
107+
cherrypy/tutorial/README.txt
108+
cherrypy/tutorial/__init__.py
109+
cherrypy/tutorial/bonus-sqlobject.py
110+
cherrypy/tutorial/custom_error.html
111+
cherrypy/tutorial/pdf_file.pdf
112+
cherrypy/tutorial/tut01_helloworld.py
113+
cherrypy/tutorial/tut02_expose_methods.py
114+
cherrypy/tutorial/tut03_get_and_post.py
115+
cherrypy/tutorial/tut04_complex_site.py
116+
cherrypy/tutorial/tut05_derived_objects.py
117+
cherrypy/tutorial/tut06_default_method.py
118+
cherrypy/tutorial/tut07_sessions.py
119+
cherrypy/tutorial/tut08_generators_and_yield.py
120+
cherrypy/tutorial/tut09_files.py
121+
cherrypy/tutorial/tut10_http_errors.py
122+
cherrypy/tutorial/tutorial.conf
123+
cherrypy/wsgiserver/__init__.py
124+
cherrypy/wsgiserver/ssl_builtin.py
125+
cherrypy/wsgiserver/ssl_pyopenssl.py
126+
docs/cherryd.1
127+
visuals/cherrypy_logo_big.png
128+
visuals/cherrypy_logo_small.jpg
129+
visuals/favicon.ico
130+
visuals/made_with_cherrypy_big.png
131+
visuals/made_with_cherrypy_small.png
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
cherrypy
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Metadata-Version: 1.0
2+
Name: CherryPy
3+
Version: 3.2.0rc1
4+
Summary: Object-Oriented HTTP framework
5+
Home-page: http://www.cherrypy.org
6+
Author: CherryPy Team
7+
Author-email: team@cherrypy.org
8+
License: BSD
9+
Download-URL: http://download.cherrypy.org/cherrypy/3.2.0/
10+
Description: CherryPy is a pythonic, object-oriented HTTP framework
11+
Platform: UNKNOWN
12+
Classifier: Development Status :: 4 - Beta
13+
Classifier: Environment :: Web Environment
14+
Classifier: Intended Audience :: Developers
15+
Classifier: License :: Freely Distributable
16+
Classifier: Operating System :: OS Independent
17+
Classifier: Programming Language :: Python
18+
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
19+
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
* To install, change to the directory where setup.py is located and type (python-2.3 or later needed):
2+
3+
python setup.py install
4+
5+
* To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info.
6+
7+
* To run the regression tests, just go to the cherrypy/test/ directory and type:
8+
9+
python test.py
10+
11+
Or to run individual tests type:
12+
13+
python test.py --test_foo --test_bar
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Copyright (c) 2004-2009, CherryPy Team (team@cherrypy.org)
2+
All rights reserved.
3+
4+
Redistribution and use in source and binary forms, with or without modification,
5+
are permitted provided that the following conditions are met:
6+
7+
* Redistributions of source code must retain the above copyright notice,
8+
this list of conditions and the following disclaimer.
9+
* Redistributions in binary form must reproduce the above copyright notice,
10+
this list of conditions and the following disclaimer in the documentation
11+
and/or other materials provided with the distribution.
12+
* Neither the name of the CherryPy Team nor the names of its contributors
13+
may be used to endorse or promote products derived from this software
14+
without specific prior written permission.
15+
16+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
17+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
18+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
19+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE
20+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
22+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
23+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
25+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

0 commit comments

Comments
 (0)