Skip to content
This repository was archived by the owner on May 18, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 582 Bytes

File metadata and controls

17 lines (12 loc) · 582 Bytes

StructModel: Structured Data Model

An open data structure, similar to Ruby OpenStruct, with optional type checking, validation, and JSON mapping.

Development

  1. Setup the virtual environment in .env directory, i.e. virtualenv .env.

  2. This library uses PyBuilder as its primary build tool. Install it using pip install pybuilder.

  3. Run the build script simply by running PyBuilder, i.e. pyb.

  4. See the build.py build script for details.