.. _doc-index:

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 lightweight and very fast.

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


Feedback
--------
Found a bug, or you have a suggestion for improvement? Please contact me at BitBucket_

.. _BitBucket: https://bitbucket.org/ShabashP/flyforms/issues

.. toctree::
    :glob:
    :maxdepth: 2
    :caption: Contents

    concept.rst
    api.rst
    changes.rst
    indices.rst
