Metadata-Version: 2.1
Name: molten
Version: 0.5.2
Summary: A minimal, extensible, fast and productive API framework.
Home-page: https://moltenframework.com
License: UNKOWN
Author: Bogdan Popa
Author-email: bogdan@cleartype.io
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Dist: typing-extensions (>=3.6,<4.0)
Requires-Dist: typing-inspect (>=0.3.1,<0.4.0)
Description-Content-Type: text/markdown

# molten

[![Build Status](https://travis-ci.org/Bogdanp/molten.svg?branch=master)](https://travis-ci.org/Bogdanp/molten)
[![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)
[![Reddit](https://img.shields.io/badge/discuss-online-orange.svg)](https://www.reddit.com/r/moltenframework/)

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

<hr/>

**Changelog**: https://moltenframework.com/changelog.html <br/>
**Community**: https://www.reddit.com/r/moltenframework/ <br/>
**Documentation**: https://moltenframework.com

<hr/>


## 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

