sdmx1


Namesdmx1 JSON
Version 2.14.0 PyPI version JSON
download
home_page
SummaryStatistical Data and Metadata eXchange (SDMX)
upload_time2024-02-20 10:43:50
maintainer
docs_urlNone
authorSDMX Python developers
requires_python>=3.8
license
keywords statistics sdmx pandas data economics science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            sdmx: Statistical data and metadata exchange
********************************************

.. 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
.. image:: https://codecov.io/gh/khaeru/sdmx/branch/main/graph/badge.svg
   :target: https://codecov.io/gh/khaeru/sdmx
   :alt: Codecov test coverage badge
.. image:: https://readthedocs.org/projects/sdmx1/badge/?version=latest
   :target: https://sdmx1.readthedocs.io/en/latest
   :alt: Documentation status badge
.. image:: https://img.shields.io/pypi/v/sdmx1.svg
   :target: https://pypi.org/project/sdmx1
   :alt: PyPI version badge
.. image:: https://img.shields.io/badge/services-status-informational
   :target: https://khaeru.github.io/sdmx/
   :alt: Status of supported service endpoints

`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/api.rst#api-model>`_ 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–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:

- 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

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sdmx1",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Paul Natsuo Kishimoto <mail@paul.kishimoto.name>",
    "keywords": "statistics,SDMX,pandas,data,economics,science",
    "author": "SDMX Python developers",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/45/18/538af2d91e34b942b9b96a3bcd2aca11d1956cb054062b5aaa3cd36c67ce/sdmx1-2.14.0.tar.gz",
    "platform": null,
    "description": "sdmx: Statistical data and metadata exchange\n********************************************\n\n.. image:: https://github.com/khaeru/sdmx/actions/workflows/pytest.yaml/badge.svg\n   :target: https://github.com/khaeru/sdmx/actions\n   :alt: Status badge for the \"pytest\" continuous integration workflow\n.. image:: https://codecov.io/gh/khaeru/sdmx/branch/main/graph/badge.svg\n   :target: https://codecov.io/gh/khaeru/sdmx\n   :alt: Codecov test coverage badge\n.. image:: https://readthedocs.org/projects/sdmx1/badge/?version=latest\n   :target: https://sdmx1.readthedocs.io/en/latest\n   :alt: Documentation status badge\n.. image:: https://img.shields.io/pypi/v/sdmx1.svg\n   :target: https://pypi.org/project/sdmx1\n   :alt: PyPI version badge\n.. image:: https://img.shields.io/badge/services-status-informational\n   :target: https://khaeru.github.io/sdmx/\n   :alt: Status of supported service endpoints\n\n`Source code @ Github <https://github.com/khaeru/sdmx/>`_ \u2014\n`Authors <https://github.com/khaeru/sdmx/graphs/contributors>`_\n\n``sdmx`` (`\u2018sdmx1\u2019 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**.\nThe SDMX standards are developed and used by national statistical agencies, central banks, and international organisations.\n\n``sdmx`` can be used to:\n\n- 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;\n- Read and write data and metadata in file formats including SDMX-ML (XML), SDMX-JSON, and SDMX-CSV;\n- 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;\n- Apply the `SDMX information model <https://sdmx1.rtfd.io/en/latest/api.rst#api-model>`_ to structure and publish your own data;\n\n\u2026and much more.\n\n\nDocumentation\n-------------\n\nSee 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.\n\n\nLicense\n-------\n\nCopyright 2014\u20132024, `sdmx1 developers <https://github.com/khaeru/sdmx/graphs/contributors>`_\n\nLicensed under the Apache License, Version 2.0 (the \u201cLicense\u201d); you may not use these files except in compliance with the License.\nYou may obtain a copy of the License:\n\n- from the file LICENSE included with the source code, or\n- at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \u201cAS IS\u201d BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and limitations under the License.\n\n\nHistory\n-------\n\n`sdmx` is a fork of pandaSDMX_; in turn a fork of pysdmx_.\nMany people from all over the world have generously contributed code and feedback.\n\n.. _pandaSDMX: https://github.com/dr-leo/pandaSDMX\n.. _pysdmx: https://github.com/widukind/pysdmx\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Statistical Data and Metadata eXchange (SDMX)",
    "version": "2.14.0",
    "project_urls": {
        "documentation": "https://sdmx1.readthedocs.io/en/latest",
        "homepage": "https://github.com/khaeru/sdmx",
        "repository": "https://github.com/khaeru/sdmx"
    },
    "split_keywords": [
        "statistics",
        "sdmx",
        "pandas",
        "data",
        "economics",
        "science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d0ce02cf9817a1183b9bc07a5f50dbc93664c12d653aec9d545a0bd4798825f6",
                "md5": "9f582d10177e5cbe5e49bdd57df557ad",
                "sha256": "41b63b99b5779f6a452ae46f4aae26b5142e370e107c7f29113a3fbed2094cbc"
            },
            "downloads": -1,
            "filename": "sdmx1-2.14.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9f582d10177e5cbe5e49bdd57df557ad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 267681,
            "upload_time": "2024-02-20T10:43:47",
            "upload_time_iso_8601": "2024-02-20T10:43:47.813761Z",
            "url": "https://files.pythonhosted.org/packages/d0/ce/02cf9817a1183b9bc07a5f50dbc93664c12d653aec9d545a0bd4798825f6/sdmx1-2.14.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4518538af2d91e34b942b9b96a3bcd2aca11d1956cb054062b5aaa3cd36c67ce",
                "md5": "17f7268597fd83a070f1b9b0b90139f7",
                "sha256": "80de3b658e2030e75dfa15fd57c8e2c5ae596ff0d409fc51f1df938be9284265"
            },
            "downloads": -1,
            "filename": "sdmx1-2.14.0.tar.gz",
            "has_sig": false,
            "md5_digest": "17f7268597fd83a070f1b9b0b90139f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 221913,
            "upload_time": "2024-02-20T10:43:50",
            "upload_time_iso_8601": "2024-02-20T10:43:50.532402Z",
            "url": "https://files.pythonhosted.org/packages/45/18/538af2d91e34b942b9b96a3bcd2aca11d1956cb054062b5aaa3cd36c67ce/sdmx1-2.14.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 10:43:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "khaeru",
    "github_project": "sdmx",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sdmx1"
}
        
Elapsed time: 0.19879s