Metadata-Version: 1.1
Name: dbix
Version: 0.1.2
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
        
        WHAT IS DBIx::Class ?
        
        DBIx::Class (also known as DBIC) is an extensible and 
        flexible Object/Relational Mapper (ORM) written in Perl. 
        ORMs speed development, abstract data and make it pole, 
        allow you to represent your business rules through OO code 
        and generate boilerplate code for CRUD operations.
        
        see http://www.dbix-class.org/
        
        since perl syntax is quite complex, 
        the input schema might need a few adjustments.
        
        this code does correctly convert the examples 
        included in the tests/schema and tests/example, 
        both original schemas taken from the wild.
        
        psycopg2 is needed for postgresql databases.
        MySQL-python is needed for mysql databases.
        
        * 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
