Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.
/ struct-model Public archive

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

License

Notifications You must be signed in to change notification settings

pursultani/struct-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages