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