uralbash / ColanderAlchemy

ColanderAlchemy helps you autogenerating Colander schemas based on SQLAlchemy mapped objects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ColanderAlchemy

https://travis-ci.org/stefanofontanelli/ColanderAlchemy.png?branch=master https://readthedocs.org/projects/colanderalchemy/badge/

ColanderAlchemy helps you to auto-generate Colander schemas that are based on SQLAlchemy mapped classes.

Such Colander schemas can be used with libraries like Deform and helps remove the need for duplication of schema definitions.

Documentation

Latest documentation is at: Read The Docs.

Installation

Using pip command:

pip install ColanderAlchemy

License

ColanderAlchemy is distributed under the MIT license.

Development version

Fork the development version on GitHub.

The branch '0.1' contains the old version of ColanderAlchemy: 0.1x The branch 'master' contains the new version of ColanderAlchemy: 0.3x

Support

Please use Github Issue System for support requests (bug report, feature requests, other kind of help requests).

Follow me on Twitter @stefontanelli to receive notifications about new releases.

About

ColanderAlchemy helps you autogenerating Colander schemas based on SQLAlchemy mapped objects.

License:Other


Languages

Language:Python 87.7%Language:Makefile 6.5%Language:Shell 5.9%