mater-ecosystem
Shared standards, governance, and versioned data exchange contracts for the MATER ecosystem.
mater-ecosystem hosts the cross-cutting documentation, architectural decisions,
governance rules, and machine-readable standards shared across MATER projects.
It also publishes mater-interface, the Python package defining the shared data
exchange contract between MATER producers and consumers.
Quick Start
Add mater-interface to a uv-managed project:
uv add mater-interface
To use the optional Parquet serializer:
uv add "mater-interface[parquet]"
Import the public data models and validation functions:
from mater_interface import (
DatasetMetadata,
Derivation,
Observation,
validate_dataset,
validate_dataset_for_publication,
)
mater-interface provides:
- Validated models for Dataset metadata and Observations
- Dataset-level structural validation
- Client-side validation before Dataset publication
- JSON and optional Parquet serialization
- JSON Schemas and executable conformance cases
Documentation
- Detailed Documentation — Ecosystem architecture, standards, governance, and
mater-interfacereference - License — LGPLv3-or-later
Development
Clone the repository:
git clone https://gricad-gitlab.univ-grenoble-alpes.fr/isterre-dynamic-modeling/mater-project/mater-ecosystem.git
cd mater-ecosystem
Install dependencies, including Parquet support:
uv sync --extra parquet
Install just (cross-platform via uv):
uv tool install just-bin
Or download the binary directly from the official releases page.
If you see a PATH warning, run
uv tool update-shelland restart your terminal.
Run common development tasks:
just lint
just fix
just test
just schemas
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mater_interface-0.1.0.tar.gz.
File metadata
- Download URL: mater_interface-0.1.0.tar.gz
- Upload date:
- Size: 28.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e8b9b34a73b94ffaf88982cef8c562533ba3afaab250000d95d8a3c5b58047a
|
|
| MD5 |
2393558868adba7743cd6e6cde6c008b
|
|
| BLAKE2b-256 |
88ff64d6c53e15be7cb7ca82760293fcbbce5ad01d91c2a66da2149f1e10cd9c
|
File details
Details for the file mater_interface-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mater_interface-0.1.0-py3-none-any.whl
- Upload date:
- Size: 43.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.9.22 {"installer":{"name":"uv","version":"0.9.22","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8a667751b9dbbdf68112ef98340f4fcb3c248c5140c493a7b3d5f2afe15ca82
|
|
| MD5 |
131ee2f3db04cf89eb8e0c60a9fca0f4
|
|
| BLAKE2b-256 |
1e2787149286ccd547170abeac20d6161c4fa9c42e4d44c23f68144a2c1f6008
|