435e5fa34a6a87129f6922c18fa36e26d60e4e7f
Closes-Bug: #1226813 Change-Id: I1ba149ac00353460065d4cddbe3ccd8782aaa611
Pecan
A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
Installing
$ pip install pecan
...or, for the latest (unstable) tip:
$ git clone https://github.com/stackforge/pecan.git
$ cd pecan && python setup.py install
Running Tests
$ python setup.py test
...or, to run all tests across all supported environments:
$ pip install tox && tox
Viewing Documentation
Available online, or to build manually:
$ cd docs && make html
$ open docs/build/html/index.html
...or:
$ cd docs && make man
$ man docs/build/man/pecan.1
Additional Help/Support
Most Pecan interaction is done via the pecan-dev Mailing List and the #pecanpy channel on FreeNode IRC.
Description
Languages
Python
99%
HTML
0.9%
CSS
0.1%
