Metadata-Version: 2.1
Name: microhttp
Version: 0.14.6
Summary: A tool-chain for creating web application based on nanohttp
Home-page: http://github.com/meyt/microhttp
Author: Mahdi Ghane.g
Author-email: UNKNOWN
License: MIT
Keywords: nanohttp microhttp web tool-chain
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: nanohttp (==1.11.1)
Requires-Dist: pymlconf (==1.2.*)
Requires-Dist: sqlalchemy
Requires-Dist: mako

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 <https://github.com/pylover/nanohttp>`_.


Default supported extensions:

- db - Database support (using `sqlalchemy <https://www.sqlalchemy.org>`_)
- template - Template support (using `mako <http://www.makotemplates.org/>`_)
- log - Python builtin logging wrapper
- i18n - Internationalization support with builtin ``gettext``
- email - ``SMTP`` wrapper for sending emails


