pecan

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

pecan Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Jonathan LaCour
  • Publisher web site:
  • http://github.com/dreamhost/

pecan Tags


pecan Description

Pecan is 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/dreamhost/pecan.git -b next cd pecan && python setup.py developRunning Tests python setup.py test...or, to run all tests across all supported environments: pip install tox && toxViewing DocumentationAvailable 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 to PecanTo fix bugs or add features to Pecan, a GitHub account is required.The general practice for contributing is to fork Pecan and make changes in the next branch. When you're finished, send a pull request and the developers will review your patch.All contributions must:- Include accompanying tests.- Include narrative and API documentation if new features are added.- Be (generally) compliant with PEP8.- Not break the test or build. Before issuing a pull request, $ pip install tox && tox from your source to ensure that all tests still pass across multiple versions of Python.- Add your name to the (bottom of the) AUTHORS file.Additional Help/SupportMost Pecan interaction is done via the #pecanpy channel on FreeNode IRC.Product's homepage


pecan Related Software