Metadata-Version: 2.1
Name: molten
Version: 0.4.2
Summary: An experimental web framework for Python 3.6+.
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)
[![Maintainability](https://api.codeclimate.com/v1/badges/f7ab5fdd188fda33c3e1/maintainability)](https://codeclimate.com/github/Bogdanp/molten/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/f7ab5fdd188fda33c3e1/test_coverage)](https://codeclimate.com/github/Bogdanp/molten/test_coverage)
[![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)

**molten** is an experimental web framework for Python 3.6+.  It's
meant to be minimal, extensible, fast and productive.  Check out the
[examples] for a taste or start reading the [user guide]!


## Installation

    pip install molten


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

