Metadata-Version: 1.1
Name: baldr
Version: 0.4.5
Summary: Odin integration to Django
Home-page: https://github.com/timsavage/baldr
Author: Tim Savage
Author-email: tim.savage@poweredbypenguins.org
License: LICENSE
Description: ############################
        Odin integration with Django
        ############################
        
        Includes mapping of Django Models to Odin resources, and RESTful API implementation for Django using Odin resources.
        
        .. image:: https://pypip.in/license/baldr/badge.png
            :target: https://pypi.python.org/pypi/baldr/
            :alt: License
        
        .. image:: https://pypip.in/v/baldr/badge.png
            :target: https://pypi.python.org/pypi/baldr/
        
        .. image:: https://travis-ci.org/timsavage/baldr.png?branch=master
            :target: https://travis-ci.org/timsavage/baldr
            :alt: Travis CI Status
        
        .. image:: https://coveralls.io/repos/timsavage/baldr/badge.png?branch=master
            :target: https://coveralls.io/r/timsavage/baldr?branch=master
            :alt: Coveralls
        
        .. image:: https://requires.io/github/timsavage/baldr/requirements.png?branch=master
            :target: https://requires.io/github/timsavage/baldr/requirements/?branch=master
            :alt: Requirements Status
        
        
        Quick links
        *********** 
        
        * `Documentation <https://odin.readthedocs.org/en/development/integration/django>`_
        * `Project home <https://github.com/timsavage/baldr>`_ 
        * `Issue tracker <https://github.com/timsavage/baldr/issues>`_
        
        
        Requires
        ********
        
        * six
        * odin >= 0.4.3
        * django >= 1.5
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
