{"library":"sdmxschemas","title":"SDMX Schemas Python Wrapper","description":"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.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install sdmxschemas"],"cli":null},"imports":["from sdmxschemas import SDMXSchema","from sdmxschemas import get_schema_content"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sdmxschemas import SDMXSchema\n\n# Access schema version 3.1\nschema = SDMXSchema('3.1')\nprint(schema.versions)  # list available versions\nprint(schema.get_schema_names())  # list available schema files","lang":"python","description":"Initialize SDMXSchema with a version string and explore available schemas.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}