Metadata-Version: 1.1
Name: FlyForms
Version: 0.1.1
Summary: FlyForms is flexible and easy to use Python library for data structures defining and validation.
Home-page: https://bitbucket.org/ShabashP/flyforms
Author: Pavel Sizov
Author-email: shabash1991@yandex.ru
License: MIT
Description: **FlyForms**
        ============
        
        FlyForms is flexible and easy to use Python library that provide high-level API for data structures defining and validation.
        There is nothing superfluous, so it is very fast and easy to use.
        
        Installation
        ------------
        
        The easiest way to install FlyForms is using pip:
        
        
            pip install flyforms
        
        You can install FlyForms using setup.py also:
        
        
            python setup.py install
        
        Documentation
        -------------
        
        The latest version of documentation is available at ReadTheDocs_
        
        You can also manually generate the documentation from sources in the docs directory:
        
        
            make html
        
        
        .. _ReadTheDocs: http://flyforms.readthedocs.org/en/latest/
Keywords: validation,structures,form,forms,validator,schema,data
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
