Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 589 Bytes

README.rst

File metadata and controls

21 lines (14 loc) · 589 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 (see also the `user's guide`__).

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

License

This software is made available under the BSD license.