Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/stefanofontanelli/ColanderAlchemy

ColanderAlchemy helps you autogenerating Colander schemas based on SQLAlchemy mapped objects.
https://github.com/stefanofontanelli/ColanderAlchemy

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

ColanderAlchemy
===============

.. image:: https://travis-ci.org/stefanofontanelli/ColanderAlchemy.png?branch=master
:target: https://travis-ci.org/stefanofontanelli/ColanderAlchemy

.. image:: https://readthedocs.org/projects/colanderalchemy/badge/
:target: https://colanderalchemy.readthedocs.io

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