https://github.com/meyt/microhttp
https://github.com/meyt/microhttp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/meyt/microhttp
- Owner: meyt
- License: mit
- Created: 2017-04-06T12:52:53.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T16:08:32.000Z (almost 4 years ago)
- Last Synced: 2025-03-25T06:34:22.304Z (2 months ago)
- Language: Python
- Size: 172 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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=masterA 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