Metadata-Version: 1.1
Name: daybed
Version: 1.0.1
Summary: Form validation and data storage API.
Home-page: https://daybed.readthedocs.org/
Author: Spiral Project
Author-email: spiral-project@lolnet.org
License: BSD
Description: Daybed
        ######
        
            *A Web API providing validation and storage as a service*
        
        
        .. image:: https://travis-ci.org/spiral-project/daybed.png
            :target: https://travis-ci.org/spiral-project/daybed
        
        .. image:: https://coveralls.io/repos/spiral-project/daybed/badge.png?branch=master
          :target: https://coveralls.io/r/spiral-project/daybed?branch=master
        
        
        Highlights
        ==========
        
        * Create REST APIs with no coding
        * Define dynamic models and relations
        * Validate and store records
        * Query and access data
        * Define role-based permissions and policies
        
        *Daybed* is a minimalist, agnostic and generic REST API, built with bullet-proof
        technologies, such as *CouchDB* and *Pyramid*.
        
        Notable features :
        
        * Permissions management
        * Geographical fields
        * Relationships between models
        * Pluggable database engine
        
        
        Resources
        =========
        
        * `Full documentation <http://daybed.rtfd.org>`_
        * `Roadmap and notes <https://github.com/spiral-project/daybed/wiki>`_
        * `GitHub issues <https://github.com/spiral-project/daybed/issues>`_
        * `Contributors <https://github.com/spiral-project/daybed/graphs/contributors>`_
        
        
        License
        =======
        
        *Daybed* is released under the BSD license - Copyright 2012-2014.
        
Keywords: web cornice couchdb colander pyramid pylons api form angular backbone storage
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Framework :: Pyramid
