Metadata-Version: 1.2
Name: roax
Version: 1.0b27
Summary: Lightweight framework for building resource-oriented applications.
Home-page: https://github.com/pbryan/roax
Author: Paul Bryan
Author-email: pbryan@anode.ca
License: Mozilla Public License 2.0
Description: Roax
        ====
        
        |Travis| |Codecov| |PyPI| |Status| |License|
        
        Ro·ax
        /ɹoʊ.æks/
        A lightweight Python resource-oriented framework. 
        
        Repository
        ----------
        
        * https://github.com/pbryan/roax
        
        .. |Travis| image:: https://travis-ci.org/pbryan/roax.svg?branch=master
           :target: https://travis-ci.org/pbryan/roax
        .. |Codecov| image:: https://codecov.io/gh/pbryan/roax/branch/master/graph/badge.svg
           :target: https://codecov.io/gh/pbryan/roax
        .. |PyPI| image:: https://img.shields.io/pypi/v/roax.svg
           :target: https://pypi.org/project/roax/
        .. |Status| image:: https://img.shields.io/pypi/status/roax.svg
        .. |License| image:: https://img.shields.io/github/license/pbryan/roax.svg
           :target: https://github.com/pbryan/roax/blob/master/LICENSE
        
Keywords: wsgi http framework resource roa
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >= 3.5
