Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Bogdanp/molten

A minimal, extensible, fast and productive framework for building HTTP APIs with Python 3.6 and later.
https://github.com/Bogdanp/molten

api framework python web

Last synced: 2 days ago
JSON representation

A minimal, extensible, fast and productive framework for building HTTP APIs with Python 3.6 and later.

Awesome Lists containing this project

README

        

# molten

[![CI](https://github.com/Bogdanp/molten/workflows/CI/badge.svg)](https://github.com/Bogdanp/molten/actions?query=workflow%3ACI)
[![PyPI version](https://badge.fury.io/py/molten.svg)](https://badge.fury.io/py/molten)
[![Documentation](https://img.shields.io/badge/doc-latest-brightgreen.svg)](https://moltenframework.com)
[![Mailing List](https://img.shields.io/badge/discuss-online-orange.svg)](https://groups.io/g/molten-users)

*A minimal, extensible, fast and productive API framework for Python 3.*


**Changelog**: https://moltenframework.com/changelog.html

**Community**: https://groups.io/g/molten-users

**Documentation**: https://moltenframework.com


## Installation

pip install molten

## Quickstart

Check out the [examples] folder to get a taste of the framework or
read the [user guide]!

## License

molten is licensed under the LGPL. Please see [COPYING] and
[COPYING.LESSER] for licensing details.

[COPYING.LESSER]: https://github.com/Bogdanp/molten/blob/master/COPYING.LESSER
[COPYING]: https://github.com/Bogdanp/molten/blob/master/COPYING
[examples]: https://github.com/Bogdanp/molten/blob/master/examples
[user guide]: https://moltenframework.com/guide.html