Autogenerate Colander schemas based on SQLAlchemy models.
Project description
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.
On Python < 2.7 install unittest2 manually to run tests.
The branch ‘0.1’ contains the old version of ColanderAlchemy: 0.1x The branch ‘master’ contains the new version of ColanderAlchemy: 0.2x
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.