https://github.com/stefanofontanelli/ColanderAlchemy
ColanderAlchemy helps you autogenerating Colander schemas based on SQLAlchemy mapped objects.
https://github.com/stefanofontanelli/ColanderAlchemy
Last synced: about 1 year ago
JSON representation
ColanderAlchemy helps you autogenerating Colander schemas based on SQLAlchemy mapped objects.
- Host: GitHub
- URL: https://github.com/stefanofontanelli/ColanderAlchemy
- Owner: stefanofontanelli
- License: other
- Created: 2012-03-24T09:30:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T12:59:38.000Z (almost 3 years ago)
- Last Synced: 2025-04-13T16:53:11.032Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 539 KB
- Stars: 65
- Watchers: 15
- Forks: 32
- Open Issues: 18
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.txt
- Authors: AUTHORS.txt
Awesome Lists containing this project
- awesome-pyramid - ColanderAlchemy - (Forms)
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.