Metadata-Version: 1.1
Name: py-jsonapi
Version: 0.2.3b0
Summary: A toolkit for building a JSONapi
Home-page: https://github.com/benediktschmitt/py-jsonapi
Author: Benedikt Schmitt
Author-email: benedikt@benediktschmitt.de
License: The MIT License (MIT)

Copyright (c) 2016 Benedikt Schmitt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

Download-URL: https://github.com/benediktschmitt/py-jsonapi/archive/master.zip
Description: py-jsonapi
        ==========
        
        .. note::
        
            **This library is under active development.**
            **If you have any suggestions or found bugs, please create a new issue.**
        
        
        This library is a toolkit for building a http://jsonapi.org/ compliant API. It
        has built in support for many web frameworks and database drivers:
        
        *   flask
        *   tornado
        *   sqlalchemy
        *   mongoengine
        
        Furthermore, it can be extended to work with **all web frameworks and database
        engines**.
        
        But that's not all: We support **blocking and (soon) asynchronous** code.
        
        
        Docs
        ----
        
        Check out the docs for a full introduction at
        https://py-jsonapi.readthedocs.org.
        
        
        License
        -------
        
        This library is licensed under the `MIT License <./LICENSE>`_.
        
        
        Contributions and questions
        ---------------------------
        
        Contributions are always welcome. If you have a question, don't hesitate to
        open a new issue.
        
        
        Version numbers
        ---------------
        
        We will use semantic version numbers, starting with the first release.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
