Go to file
Ryan Petrello b61e022115 Fix a PY3-bug when using `transcational` as a class decorator.
Previously this was using ``inspect.ismethod``, which doesn't have the same meaning in Python3.
2013-04-30 17:25:25 -04:00
2013-04-25 12:15:21 -04:00
2013-04-25 10:13:02 -04:00
2012-12-05 13:30:50 -08:00
2011-09-02 15:15:58 -04:00

Pecan

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

travis_

Installing

$ 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

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 #pecanpy channel on FreeNode IRC.

Description
RETIRED, further work has moved to Debian project infrastructure
Readme 1.6 MiB
Languages
Python 99%
HTML 0.9%
CSS 0.1%