khaeru / sdmx

SDMX information model and client in Python
https://sdmx1.readthedocs.io
Apache License 2.0
24 stars 18 forks source link
sdmx

sdmx: Statistical data and metadata exchange


|pypi| |rtd| |services| |gha| |codecov|

.. |pypi| image:: https://img.shields.io/pypi/v/sdmx1.svg :target: https://pypi.org/project/sdmx1 :alt: PyPI version badge .. |rtd| image:: https://readthedocs.org/projects/sdmx1/badge/?version=latest :target: https://sdmx1.readthedocs.io/en/latest :alt: Documentation status badge .. |services| image:: https://img.shields.io/badge/services-status-informational :target: https://khaeru.github.io/sdmx/ :alt: Status of supported service endpoints .. |gha| image:: https://github.com/khaeru/sdmx/actions/workflows/pytest.yaml/badge.svg :target: https://github.com/khaeru/sdmx/actions :alt: Status badge for the "pytest" continuous integration workflow .. |codecov| image:: https://codecov.io/gh/khaeru/sdmx/branch/main/graph/badge.svg :target: https://codecov.io/gh/khaeru/sdmx :alt: Codecov test coverage badge

Source code @ Github <https://github.com/khaeru/sdmx/>Authors <https://github.com/khaeru/sdmx/graphs/contributors>

sdmx (‘sdmx1’ on PyPI <https://pypi.org/project/sdmx1>) is a Python implementation of the SDMX <http://www.sdmx.org> 2.1 (ISO 17369:2013 <https://www.iso.org/standard/52500.html>_) and 3.0 standards for statistical data and metadata exchange. The SDMX standards are developed and used by national statistical agencies, central banks, and international organisations.

sdmx can be used to:

…and much more.

Documentation

See https://sdmx1.readthedocs.io/en/latest/ for the latest docs per the main branch, or https://sdmx1.readthedocs.io/en/stable/ for the most recent release.

License

Copyright 2014–2024, sdmx1 developers <https://github.com/khaeru/sdmx/graphs/contributors>_

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

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

History

sdmx is a fork of pandaSDMX; in turn a fork of pysdmx. Many people from all over the world have generously contributed code and feedback.

.. _pandaSDMX: https://github.com/dr-leo/pandaSDMX .. _pysdmx: https://github.com/widukind/pysdmx