Metadata-Version: 1.1
Name: pyval
Version: 0.0.1
Summary: A library for form processing and validations.
Home-page: https://github.com/hllau/pyval
Author: Lau Hing Lung
Author-email: lung220@gmail.com
License: MIT
Description: pyval
        ==========
        
        A Python library for filtering and validating form input.
        
        Installation
        ============
        
        pip::
        
            pip install pyval
        
        source::
        
            git clone git@github.com:hllau/pyval.git
            cd pyval
            python setup.py install
        
        
Keywords: testing data generation
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
