Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pecan/pecan
A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
https://github.com/pecan/pecan
Last synced: about 2 months ago
JSON representation
A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies.
- Host: GitHub
- URL: https://github.com/pecan/pecan
- Owner: pecan
- License: bsd-3-clause
- Created: 2015-07-27T19:24:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-01-16T15:35:54.000Z (11 months ago)
- Last Synced: 2024-09-30T19:37:33.199Z (2 months ago)
- Language: Python
- Homepage: http://pecanpy.org
- Size: 2.03 MB
- Stars: 105
- Watchers: 15
- Forks: 38
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- starred-awesome - pecan - A WSGI object-dispatching web framework, designed to be lean and fast with few dependencies. (Python)
README
Pecan
=====A WSGI object-dispatching web framework, designed to be lean and fast with few
dependencies... image:: https://badge.fury.io/py/pecan.png
:target: https://pypi.python.org/pypi/pecan/
:alt: Latest PyPI versionInstalling
----------::
$ pip install pecan
...or, for the latest (unstable) tip::
$ git clone https://github.com/pecan/pecan.git
$ cd pecan && python setup.py installRunning 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.1Contributing
------------
For information on contributing to Pecan, please read our `Contributing
Guidelines `_.Bugs should be reported at:
https://github.com/pecan/pecan/issues/new
Additional Help/Support
-----------------------
Most Pecan interaction is done via the `pecan-dev Mailing List
`_.