Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.