Metadata-Version: 1.1
Name: sqlalchemy_dict
Version: 0.6.3
Summary: sqlalchemy extension for interacting models with python dictionary.
Home-page: https://github.com/meyt/sqlalchemy-dict
Author: Mahdi Ghane.g
Author-email: UNKNOWN
License: MIT License
Description: sqlalchemy-dict
        ===============
        
        .. image:: https://travis-ci.org/meyt/sqlalchemy-dict.svg?branch=master
            :target: https://travis-ci.org/meyt/sqlalchemy-dict
        
        .. image:: https://coveralls.io/repos/github/meyt/sqlalchemy-dict/badge.svg?branch=master
            :target: https://coveralls.io/github/meyt/sqlalchemy-dict?branch=master
        
        .. image:: https://img.shields.io/pypi/pyversions/sqlalchemy-dict.svg
            :target: https://pypi.python.org/pypi/sqlalchemy_dict
        
        - `Documentation <https://meyt.github.io/sqlalchemy-dict>`_
        
        
        sqlalchemy extension for interacting models with python dictionary.
        It's main idea and source comes from part of `restfulpy <https://github.com/Carrene/restfulpy>`_
        , actually it's orm submodule.
        
        In basic usage sqlalchemy-dict is optimized for web rules and standards but it's flexible
        as possible to work with your own rules.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries
