maitai

Handy WSGI Middleware Utilities


Keywords
wsgi, middleware, cookies, errors
License
MIT
Install
pip install maitai==0.2

Documentation

Mai Tai - Handy WSGI Utilities

Scott Torborg - Cart Logic

Mai Tai is a collection of useful WSGI middlewares. The goal is to stand alongside the excellent Paste and WebOb libraries and provide tools that are handy for practical WSGI application administration.

Installation

Install with pip:

$ pip install maitai

Documentation

Mai Tai has extensive documentation here.

To Do

Additional tools that may be coming soon:

  • Logging utilities.
  • Request latency timing by request type.

License

Mai Tai is licensed under an MIT license. Please see the LICENSE file for more information.

Code Standards

Mai Tai has a comprehensive test suite with 100% line and branch coverage, as reported by the excellent coverage module. To run the tests, simply run in the top level of the repo:

$ nosetests

There are no PEP8 or Pyflakes warnings in the codebase. To verify that:

$ pip install pep8 pyflakes
$ pep8 .
$ pyflakes .

Any pull requests must maintain the sanctity of these three pillars.