Metadata-Version: 1.0
Name: SAValidation
Version: 0.1
Summary: Active Record like validation on SQLAlchemy declarative model objects
Home-page: http://bitbucket.org/rsyring/sqlalchemy-validation/
Author: Randy Syring
Author-email: rsyring@gmail.com
License: BSD
Description: 
        Introduction
        ---------------------
        
        SAValidation Facilitates Active Record like validation on SQLAlchemy declarative model
        objects.
        
        You can install the `in-development version
        <http://bitbucket.org/rsyring/sqlalchemy-validation/get/tip.gz#egg=savlidation-dev>`_
        of savalidation with ``easy_install savalidation==dev``.
        
        The home page is currently the `bitbucket repository
        <http://bitbucket.org/rsyring/sqlalchemy-validation/>`_.
        
        Questions & Comments
        ---------------------
        
        Please visit: http://groups.google.com/group/blazelibs
        
        Dependencies
        --------------
         * SQLAlchemy
         * FormEncode
         * Nose (if you want to run the tests)
        
        Credits
        ---------
        
        This project borrows code and ideas from:
        
        * `Sqlalchemy Validations <http://code.google.com/p/sqlalchemy-validations/>`_
        * `Elixir <http://elixir.ematia.de/>`_
        
        Current Status
        ---------------
        
        The code itself seems stable, but the API is likely to change in the future.
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
