Metadata-Version: 1.2
Name: roax
Version: 1.0.dev19
Summary: Framework for building resource-oriented Python 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| |PyPI|
        
        Roax (pronounced  /ɹoʊ.æks/) is a lightweight Python framework for building
        resource-oriented applications.
        
        Repository
        ----------
        
        * https://github.com/pbryan/roax
        
        
        .. |Travis| image:: https://travis-ci.org/pbryan/roax.svg?branch=master
           :target: https://travis-ci.org/pbryan/roax
        .. |PyPI| image:: https://img.shields.io/pypi/v/roax.svg
           :target: https://pypi.python.org/pypi/roax
        
Keywords: wsgi http framework resource roa
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Requires-Python: >= 3.4
