Metadata-Version: 2.4
Name: sdmx1
Version: 2.23.1rc1
Summary: Statistical Data and Metadata eXchange (SDMX)
Project-URL: Homepage, https://github.com/khaeru/sdmx
Project-URL: Repository, https://github.com/khaeru/sdmx
Project-URL: Documentation, https://sdmx1.readthedocs.io/en/latest
Author: SDMX Python developers
Maintainer-email: Paul Natsuo Kishimoto <mail@paul.kishimoto.name>
License-File: LICENSE
Keywords: SDMX,data,economics,pandas,science,statistics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.9
Requires-Dist: lxml>=3.6
Requires-Dist: pandas>=1.0
Requires-Dist: platformdirs>=4.1
Requires-Dist: python-dateutil
Requires-Dist: requests>=2.7
Provides-Extra: cache
Requires-Dist: requests-cache; extra == 'cache'
Provides-Extra: docs
Requires-Dist: furo; extra == 'docs'
Requires-Dist: ipython; extra == 'docs'
Requires-Dist: sphinx>=8; extra == 'docs'
Provides-Extra: tests
Requires-Dist: filelock; extra == 'tests'
Requires-Dist: gitpython; extra == 'tests'
Requires-Dist: jinja2; extra == 'tests'
Requires-Dist: pytest-cov; extra == 'tests'
Requires-Dist: pytest-rerunfailures; extra == 'tests'
Requires-Dist: pytest-xdist; extra == 'tests'
Requires-Dist: pytest>=5; extra == 'tests'
Requires-Dist: requests-cache; extra == 'tests'
Requires-Dist: responses; extra == 'tests'
Description-Content-Type: text/x-rst

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:

- Explore and retrieve data available from SDMX-REST `web services <https://sdmx1.rtfd.io/en/latest/sources.html>`_
  operated by providers including the World Bank, International Monetary Fund, Eurostat, OECD, and United Nations;
- Read and write data and metadata in file formats including SDMX-ML (XML), SDMX-JSON, and SDMX-CSV;
- Convert data and metadata into `pandas <https://pandas.pydata.org>`_ objects,
  for use with the analysis, plotting, and other tools in the Python data science ecosystem;
- Apply the `SDMX information model <https://sdmx1.rtfd.io/en/latest/implementation.html#im>`_ to structure and publish your own data;

…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–2025, `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:

- from the file LICENSE included with the source code, or
- at http://www.apache.org/licenses/LICENSE-2.0

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
