RETIRED, A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
Go to file
Jenkins 97306eda45 Merge "core: optimize renderer computing" 2014-12-31 17:08:02 +00:00
bin Updating script for new command runner 2011-01-07 11:33:20 -05:00
docs Version increment. 2014-12-17 09:59:19 -08:00
pecan Merge "core: optimize renderer computing" 2014-12-31 17:08:02 +00:00
.coveragerc Replace an "invalid syntax" Python test fixture with a generated tempfile. 2013-10-23 10:31:25 -04:00
.gitignore Removing (and ignoring) a .DS_Store file. 2012-03-21 16:44:48 -04:00
.gitreview Add .gitreview file. 2013-08-13 14:47:44 -04:00
AUTHORS Adding myself as an author for docs contribution 2014-03-31 16:13:34 -05:00
CONTRIBUTING.rst Update docs and package metadata to reflect gerrit review process. 2013-08-13 15:40:20 -04:00
LICENSE Adding the license. 2011-09-02 15:15:58 -04:00
MANIFEST.in Include test requirements in sdist tarball 2014-08-20 10:35:43 +02:00
README.rst Some browsers don't like SVG. 2014-04-15 16:05:46 -04:00
requirements.txt color logging support 2014-04-01 11:26:33 -04:00
setup.cfg Add a few py.test options to improve ease of use for the py.test runner. 2014-08-25 17:31:31 -04:00
setup.py Version increment. 2014-12-17 09:59:19 -08:00
tox.ini Don't clone pecan-dependent projects from cgit. 2014-12-16 10:21:37 -08:00

README.rst

Pecan

A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.

Latest PyPI version

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

Contributing

For information on contributing to Pecan, please read our Contributing Guidelines.

Bugs should be filed on Launchpad, not GitHub:

https://bugs.launchpad.net/pecan

Additional Help/Support

Most Pecan interaction is done via the pecan-dev Mailing List and the #pecanpy channel on FreeNode IRC.