Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meyt/sqlalchemy-dict

sqlalchemy extension for interacting models with python dictionary.
https://github.com/meyt/sqlalchemy-dict

Last synced: about 1 month ago
JSON representation

sqlalchemy extension for interacting models with python dictionary.

Awesome Lists containing this project

README

        

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 `_

sqlalchemy extension for interacting models with python dictionary.
It's main idea and source comes from part of `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.