Metadata-Version: 2.1
Name: molten
Version: 0.7.4
Summary: A minimal, extensible, fast and productive API framework.
Home-page: UNKNOWN
Author: Bogdan Popa
Author-email: bogdan@cleartype.io
License: UNKNOWN
Description: # 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 <br/>
        **Professional Support**: [https://tidelift.com](https://tidelift.com/subscription/pkg/pypi-molten?utm_source=pypi-molten&utm_medium=referral&utm_campaign=readme)
        
        <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
        
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
Provides-Extra: all
Provides-Extra: dev
