Go to file
Jim Rollenhagen 2227b15247 Pass arbitrary keyword args to load_test_app
Applications can be written with arbitrary keyword arguments
in `setup_app`. The test app builder should support this by
allowing arbitrary keyword args to be passed to `load_test_app`,
and pass those along to `load_app`.

Change-Id: Icb3d5c39d0bf147c1e58732be3199a30a7539f6f
2014-03-18 16:16:26 -07:00
2014-02-19 12:44:22 -05:00
2013-08-13 14:47:44 -04:00
2012-12-05 13:30:50 -08:00
2011-09-02 15:15:58 -04:00
2014-03-18 14:03:06 -07:00

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.

Description
RETIRED, A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
Readme 3.1 MiB