Metadata-Version: 1.1
Name: cellardoor
Version: 0.3.4
Summary: Create CRUD 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
        ==========
        
        |PyPI| |Build Status| |Coverage Status|
        
        CellarDoor is a framework for building CRUD APIs mostly declaratively. It includes data modeling, data storage, authentication, authorization, serialization and interface protocols. It aims to dramatically reduce repetitive effort without getting in the way of the interesting bits of your application.
        
        
        .. |PyPI| image:: https://pypip.in/version/cellardoor/badge.svg?style=flat
           :target: https://pypi.python.org/pypi/cellardoor/
        
        .. |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
