Metadata-Version: 1.1
Name: microhttp
Version: 0.6.0
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
Description-Content-Type: UNKNOWN
Description: microhttp
        =========
        
        .. image:: https://img.shields.io/pypi/pyversions/microhttp.svg
            :target: https://pypi.python.org/pypi/microhttp
        
        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/>`_)
        - session - Session management (using `dogpile.cache <https://dogpilecache.readthedocs.io/>`_)
        - recaptcha - Google ReCaptcha [deprecated]
        - log - Python builtin logging wrapper
        - i18n - Internationalization support with builtin ``gettext``
        - email - ``SMTP`` wrapper for sending emails
        
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 :: Only
Classifier: Topic :: Software Development :: Libraries
