Metadata-Version: 1.1
Name: dbix
Version: 0.1.1
Summary: load a perl DBIx::Class schema with python
Home-page: https://github.com/alexbodn/dbix
Author: Alex Bodnaru
Author-email: alexbodn@gmail.com
License: Apache Software License 2.0
Description-Content-Type: UNKNOWN
Description: ====
        dbix
        ====
        
        
        .. image:: https://img.shields.io/pypi/v/dbix.svg
                :target: https://pypi.python.org/pypi/dbix
        
        .. image:: https://img.shields.io/travis/alexbodn/dbix.svg
                :target: https://travis-ci.org/alexbodn/dbix
        
        .. image:: https://readthedocs.org/projects/dbix/badge/?version=latest
                :target: https://dbix.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/alexbodn/dbix/shield.svg
             :target: https://pyup.io/repos/github/alexbodn/dbix/
             :alt: Updates
        
        
        load a perl DBIx::Class schema with python
        
        
        * Free software: Apache Software License 2.0
        * Documentation: https://dbix.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        
        =======
        History
        =======
        
        0.1.0 (2017-10-08)
        ------------------
        
        * First release on PyPI.
        
Keywords: dbix
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
