Metadata-Version: 1.0
Name: ColanderAlchemy
Version: 0.2a1
Summary: Autogenerate Colander schemas based on SQLAlchemy models.
Home-page: https://github.com/stefanofontanelli/ColanderAlchemy
Author: Stefano Fontanelli
Author-email: s.fontanelli@asidev.com
License: MIT
Description: ColanderAlchemy
        ===============
        
        `ColanderAlchemy` helps you to auto-generate `Colander
        <http://docs.pylonsproject.org/projects/colander/en/latest/>`_ schemas
        that are based on `SQLAlchemy <http://www.sqlalchemy.org/>`_ mapped classes.
        
        Such `Colander` schemas can be used with libraries like `Deform
        <http://docs.pylonsproject.org/projects/deform/>`_ and helps remove the 
        need for duplication of schema definitions.
        
        
        Documentation
        -------------
        
        Latest documentation is at: `Read The Docs
        <http://readthedocs.org/docs/colanderalchemy/en/latest/index.html>`_.
        
        
        Installation
        ------------
        
        Using `pip` command::
        
            pip install ColanderAlchemy
        
        
        License
        -------
        
        ColanderAlchemy is distributed under the `MIT license
        <http://www.opensource.org/licenses/mit-license.php>`_.
        
        
        Development version
        -------------------
        
        Fork the development version on
        `GitHub <https://github.com/stefanofontanelli/ColanderAlchemy>`_.
        
        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
        <https://github.com/stefanofontanelli/ColanderAlchemy/issues/new>`_
        for support requests (bug report, feature requests, other kind of help
        requests).
        
        `Follow me on Twitter @stefontanelli
        <https://twitter.com/stefontanelli>`_
        to receive notifications about new releases.
        
Keywords: serialize deserialize validate schema validation colander sqlalchemy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Database
