Go to file
Ryan Petrello f20f6bd2da Revert "Import run_cross_tests.sh from oslo-incubator"
This reverts commit 6c0ad7c5f5.

I'd like to wait to see what happens with https://review.openstack.org/#/c/95885/.

Change-Id: I736b632fb568a0c711b3cb0a91c22d74c811edc2
2014-09-10 12:11:09 -04:00
2014-08-28 12:48:37 -04:00
2013-08-13 14:47:44 -04:00
2011-09-02 15:15:58 -04:00
2014-04-15 16:05:46 -04:00
2014-04-01 11:26:33 -04:00
2014-08-28 12:48:37 -04:00
2014-09-08 14:34:18 -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, further work has moved to Debian project infrastructure
Readme 1.6 MiB
Languages
Python 99%
HTML 0.9%
CSS 0.1%