Metadata-Version: 2.1
Name: molten
Version: 1.0.2
Summary: A minimal, extensible, fast and productive API framework.
Home-page: UNKNOWN
Author: Bogdan Popa
Author-email: bogdan@cleartype.io
License: UNKNOWN
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: typing-extensions (<4.0,>=3.6)
Requires-Dist: typing-inspect (<0.7,>=0.3.1)
Provides-Extra: all
Requires-Dist: typing-extensions (<4.0,>=3.6) ; extra == 'all'
Requires-Dist: typing-inspect (<0.7,>=0.3.1) ; extra == 'all'
Provides-Extra: dev
Requires-Dist: typing-extensions (<4.0,>=3.6) ; extra == 'dev'
Requires-Dist: typing-inspect (<0.7,>=0.3.1) ; extra == 'dev'
Requires-Dist: alabaster (>0.7) ; extra == 'dev'
Requires-Dist: sphinx (<1.8) ; extra == 'dev'
Requires-Dist: sphinxcontrib-napoleon ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: flake8-bugbear ; extra == 'dev'
Requires-Dist: flake8-quotes ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: bumpversion (<0.6,>0.5) ; extra == 'dev'
Requires-Dist: dramatiq[rabbitmq] (<2.0,>1.3) ; extra == 'dev'
Requires-Dist: gevent ; extra == 'dev'
Requires-Dist: gunicorn (>19.8) ; extra == 'dev'
Requires-Dist: jinja2 (<3.0,>=2.10) ; extra == 'dev'
Requires-Dist: msgpack (<0.6,>0.5) ; extra == 'dev'
Requires-Dist: prometheus-client (<0.3,>=0.2) ; extra == 'dev'
Requires-Dist: sqlalchemy (<2.0,>1.2) ; extra == 'dev'
Requires-Dist: toml (<0.10,>0.9) ; extra == 'dev'
Requires-Dist: wsgicors (<0.8,>=0.7) ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'

# 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)
[![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


