pyroutes

pyroutes is a really small framework (more of a wrapper really) around wsgi for developing small python web apps.

If you’re developing a larger project, I suggest you point your browser to http://djangoproject.com instead :-)

Contributing

The source code is version controlled using git and resides on http://github.com/pyroutes/pyroutes. Feel free to clone it and fix stuff :-) Just remember to check if the test-suite still passes. I will not pull in features if they don’t include documentation, unittest or simply breaks the existing tests. Bugfixes to the tests are always welcome too though.

For the tests to run, you will need some extra packages. Names are by debian/ubuntu package name.

  • python-coverage
  • python-nose

Project Versions

Go to this page on GitHub. (Edit)

Table Of Contents

Next topic

Changelog

This Page