Skip to content

meyt/microhttp

Repository files navigation

microhttp

https://travis-ci.org/meyt/microhttp.svg?branch=master https://coveralls.io/repos/github/meyt/microhttp/badge.svg?branch=master

A tool-chain for web applications based on nanohttp.

Default supported extensions:

  • db - Database support (using sqlalchemy)
  • template - Template support (using mako)
  • log - Python builtin logging wrapper
  • i18n - Internationalization support with builtin gettext
  • email - SMTP wrapper for sending emails