Module trase.tools.data_release_package

Tooling for data release packages.

trase.tools.data_release_package.validate checks that a local folder adheres to the specification, and trase.tools.data_release_package.snapshot ingests it into the PostgreSQL database. See doc/Data-Release-Package.md for the specification itself, and trase.tools.data_release_package.spec for the parts of it these two share.

Sub-modules

trase.tools.data_release_package.export

Build the files of a data release package …

trase.tools.data_release_package.snapshot

Snapshots a data release package into the PostgreSQL database …

trase.tools.data_release_package.spec

The data release package specification (doc/Data-Release-Package.md), as constants and the handful of functions that read a package folder, shared …

trase.tools.data_release_package.validate

Validates that a local folder adheres to the data release package specification …