sdmxschemas is a Python package providing the SDMX (Statistical Data and Metadata eXchange) schemas as a Python module for validation and reference. Version 1.0.0 supports SDMX 3.1 schemas. It is a thin wrapper over the official SDMX XSD and JSON schemas, enabling programmatic access to schema locations and content.
pip install sdmxschemasVerified import paths — ran on the pinned version, not inferred.
Initialize SDMXSchema with a version string and explore available schemas.
Use the version as defined by SDMX, e.g., '3.1' for SDMX 3.1.
Always pin your dependency and check changelog for schema version removals.
Use SDMXSchema class methods instead of accessing __file__ or similar.
No dependency data recorded yet.