Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 541 Bytes

README.rst

File metadata and controls

19 lines (13 loc) · 541 Bytes

Overview

Otto uses a routes-like syntax_ to map URLs to code and supports object traversal. The WebOb library is supported, but not required (see `using WebOb`_).

You can use the publisher to write web applications. It was designed with both small and large applications in mind. The documentation includes a tutorial and examples which show how to solve common problems.

:mod:`Otto` works with Python 2.6 or newer.

License

This software is made available under the BSD license.