Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/Bogdanp/molten
- Owner: Bogdanp
- License: lgpl-3.0
- Archived: true
- Created: 2018-06-10T09:39:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-26T05:41:35.000Z (over 3 years ago)
- Last Synced: 2024-10-08T01:08:47.884Z (28 days ago)
- Topics: api, framework, python, web
- Language: Python
- Homepage: https://moltenframework.com
- Size: 665 KB
- Stars: 978
- Watchers: 24
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: COPYING
Awesome Lists containing this project
- awesome-python-web-frameworks - Molten - A minimal, extensible, fast and productive framework for building HTTP APIs with Python 3.6 and later. (Micro-frameworks / Sync)
- awesome - Bogdanp/molten - A minimal, extensible, fast and productive framework for building HTTP APIs with Python 3.6 and later. (Python)
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