Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pylover/nanohttp
A very micro HTTP framework.
https://github.com/pylover/nanohttp
dispatcher http micro-framework python-3 rest
Last synced: 18 days ago
JSON representation
A very micro HTTP framework.
- Host: GitHub
- URL: https://github.com/pylover/nanohttp
- Owner: pylover
- License: other
- Created: 2016-10-30T14:37:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T20:47:49.000Z (about 2 years ago)
- Last Synced: 2024-10-23T02:56:34.171Z (22 days ago)
- Topics: dispatcher, http, micro-framework, python-3, rest
- Language: Python
- Homepage: http://nanohttp.org
- Size: 8.89 MB
- Stars: 46
- Watchers: 14
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nanohttp
A very micro HTTP framework. [documentation](https://pylover.github.io/nanohttp)
[![PyPI](http://img.shields.io/pypi/v/nanohttp.svg)](https://pypi.python.org/pypi/nanohttp)
[![Gitter](https://badges.gitter.im//nanohttp.svg)](https://gitter.im/pylover/nanohttp)
[![Build Status](https://travis-ci.org/pylover/nanohttp.svg?branch=master)](https://travis-ci.org/pylover/nanohttp)
[![Coverage Status](https://coveralls.io/repos/github/pylover/nanohttp/badge.svg?branch=master)](https://coveralls.io/github/pylover/nanohttp?branch=master)## Contribution
### Branching
A new branching model is applied to this repository, which consists of a
master branch and release branches.#### Master branch
The master branch is an integration branch where bug fixes/features are
gathered for compiling and functional testing.#### Release branch
The release branch is where releases are maintained and hot fixes
(with names like release/v2.x.x) are added. Please ensure that all your
production-related work are tracked with the release branches.With this new model, we can push out bug fixes more quickly and achieve
simpler maintenance.