An open data structure, similar to Ruby OpenStruct, with optional type checking, validation, and JSON mapping.
-
Setup the virtual environment in
.env
directory, i.e.virtualenv .env
. -
This library uses PyBuilder as its primary build tool. Install it using
pip install pybuilder
. -
Run the build script simply by running PyBuilder, i.e.
pyb
. -
See the
build.py
build script for details.