An open API service indexing awesome lists of open source software.

https://github.com/meyt/microhttp


https://github.com/meyt/microhttp

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

microhttp
=========

.. image:: https://img.shields.io/pypi/pyversions/microhttp.svg
:target: https://pypi.python.org/pypi/microhttp

.. image:: https://travis-ci.org/meyt/microhttp.svg?branch=master
:target: https://travis-ci.org/meyt/microhttp

.. image:: https://coveralls.io/repos/github/meyt/microhttp/badge.svg?branch=master
:target: https://coveralls.io/github/meyt/microhttp?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