Metadata-Version: 1.1
Name: cellardoor
Version: 0.1.1
Summary: Create ReST APIs how you've always wanted.
Home-page: http://github.com/cooper-software/cellardoor
Author: Elisha Fitch-Cook
Author-email: elisha@cooper.com
License: MIT
Description: CellarDoor
        =======
        
        |Build Status| |Coverage Status|
        
        CellarDoor is a framework for building ReST APIs mostly declaratively. It includes data modeling, data storage, authentication, authorization, serialization and interface protocols. It aims to dramatically reduce the effort involved in creating CRUD APIs without getting in the way of the rest of your application.
        
        
        Acknowledgements
        ~~~~~~~~~~~~~~~~
        This project makes heavy use of `falcon <http://falconframework.org/>`_. Massive credit to that team. As well, `Eve <http://python-eve.org/>`_ was a big inspiration, philosophically and to a lesser extent `flask-mongorest <https://github.com/elasticsales/flask-mongorest>`_.
        
        .. |Build Status| image:: https://travis-ci.org/cooper-software/cellardoor.svg
           :target: https://travis-ci.org/cooper-software/cellardoor
        
        .. |Coverage Status| image:: https://img.shields.io/coveralls/cooper-software/cellardoor.svg
           :target: https://coveralls.io/r/cooper-software/cellardoor
        
Keywords: wsgi web api framework rest http cloud
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Web Environment
Classifier: Natural Language :: English
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
