Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stefanofontanelli/ColanderAlchemy
- Owner: stefanofontanelli
- License: other
- Created: 2012-03-24T09:30:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T12:59:38.000Z (over 1 year ago)
- Last Synced: 2024-07-14T19:28:52.290Z (4 months ago)
- Language: Python
- Homepage:
- Size: 539 KB
- Stars: 64
- Watchers: 16
- Forks: 33
- Open Issues: 19
-
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.3xSupport
-------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.