Skip to content

khaeru/dsss

Repository files navigation

dsss: a dead-simple SDMX server

PyPI version badge Documentation status badge Status badge for the "pytest" continuous testing workflow Codecov test coverage badge

A rudimentary implementation of the SDMX REST web service standard.

This code is developed mainly as an aid for prototyping and testing other code that generates SDMX or relies on SDMX REST web services being available. It is not currently intended and likely not ready for production use.

Implementation

The package depends only on:

  • sdmx1 —for the SDMX Information Model, file formats, URLs, URNs, and more.
  • starlette —as a base web service framework.

It provides a Store class and subclasses for storing the structures and data to be served by an instance.

License

Copyright 2014–2024, dsss developers

Licensed under the GNU Affero General Public License, Version 3.0 (the “License”); you may not use these files except in compliance with the License. You may obtain a copy of the License: