A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
$ pip install pecan
...or, for the latest (unstable) tip:
$ git clone https://github.com/dreamhost/pecan.git -b next $ cd pecan && python setup.py install
$ python setup.py test
...or, to run all tests across all supported environments:
$ pip install tox && tox
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
Most Pecan interaction is done via the #pecanpy channel on FreeNode IRC.