Metadata-Version: 1.1
Name: jsonapi-orm
Version: 0.1.0
Summary: Quick and dirty ORM that maps JSON:API responses to object attributes.
Home-page: https://github.com/mislavcimpersak/jsonapi-orm
Author: Mislav Cimperšak
Author-email: mislav.cimpersak@gmail.com
License: BSD license
Description: ============
        JSON:API ORM
        ============
        
        
        .. image:: https://img.shields.io/pypi/v/jsonapi_orm.svg
                :target: https://pypi.python.org/pypi/jsonapi_orm
        
        .. image:: https://img.shields.io/travis/mislavcimpersak/jsonapi_orm.svg
                :target: https://travis-ci.org/mislavcimpersak/jsonapi_orm
        
        .. image:: https://readthedocs.org/projects/jsonapi-orm/badge/?version=latest
                :target: https://jsonapi-orm.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Quick and dirty ORM that maps JSON:API responses to object attributes.
        
        
        * Free software: BSD license
        * Documentation: https://jsonapi-orm.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        
        =======
        History
        =======
        
        0.1.0 (2018-03-24)
        ------------------
        
        * First release on PyPI.
        
Keywords: jsonapi-orm
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
