https://github.com/onshift/cherrypy
https://github.com/onshift/cherrypy
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onshift/cherrypy
- Owner: OnShift
- Created: 2013-07-17T14:09:52.000Z (almost 13 years ago)
- Default Branch: onshift-2.3
- Last Pushed: 2014-01-10T17:27:46.000Z (over 12 years ago)
- Last Synced: 2025-02-07T09:14:56.315Z (over 1 year ago)
- Language: Python
- Size: 30.5 MB
- Stars: 0
- Watchers: 19
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- Changelog: CHANGELOG.txt
Awesome Lists containing this project
README
* To install, just type (python-2.3 or later needed):
python setup.py install
* To learn how to use it, look at the examples under cherrypy/tutorial/ or go to http://www.cherrypy.org for more info.
* To run the regression tests, just go to the cherrypy/test/ directory and type:
python test.py