Metadata-Version: 1.0
Name: kuvalda
Version: 0.0.1
Summary: Damn Simple Validation Kit.
Home-page: https://github.com/little-arhat/kuvalda
Author: Roma Sokolov
Author-email: sokolov.r.v@gmail.com
License: MIT
Description: Kuvalda -- Damn Simple Validation Kit
        =====================================
        
        About
        -----
        
        Validate dict-like object against schema, using just callables.
        
        Features
        --------
        
        - Allows validating and sanitizing dicts using any callables
        - Provides several useful helpers
        - Easy to use -- no class-bases boilerplate!
        
        API
        ---
        
        ``validate`` function takes any mapping as data and another mapping as scheme
         and check data against scheme. It returns list of errors.
        
        ``sanitize`` function takes any mapping as data and another mapping as scheme
        and converts data according to schema definition.
        
        For more info -- see tests.
        
        Install
        -------
        
        ~/yourvirtualenv/python setup.py install
        
        pip install kuvalda
        
        License
        -------
        
        The MIT License, in LICENSE file.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
