9642f1901805519b5eb512a2b55d9eb8a7251dc3
Since 9358e59af8, we cannot expose
staticmethod anymore because the pecan.util.getargspec is now looking
for the content of __closure__ that is None is this case.
This changes fixed that
Change-Id: Iabba8310cc58e155c6aeefc481e118de84c58734
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
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.
Description
Languages
Python
99%
HTML
0.9%
CSS
0.1%
