pandaSDMX


NamepandaSDMX JSON
Version 1.9.0 PyPI version JSON
download
home_pagehttps://github.com/dr-leo/pandasdmx
SummaryStatistical Data and Metadata eXchange (SDMX) for the Python data ecosystem
upload_time2022-02-23 10:51:06
maintainer
docs_urlNone
authordr-leo
requires_python>=3.7.8,<3.11
license
keywords statistics sdmx pandas data economics science
VCS
bugtrack_url
requirements codecov pytest-cov
Travis-CI No Travis.
coveralls test coverage
            pandaSDMX: Statistical Data and Metadata eXchange
=================================================

.. image:: https://github.com/dr-leo/pandasdmx/workflows/Python%20package/badge.svg
   :target: https://github.com/dr-leo/pandaSDMX/actions
   :alt: Github actions CI status
.. image:: https://codecov.io/gh/dr-leo/pandaSDMX/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/dr-leo/pandaSDMX
   :alt: Codecov status
.. image:: https://readthedocs.org/projects/pandasdmx/badge/?version=latest
   :target: https://pandasdmx.readthedocs.io/en/latest
   :alt: Documentation Status
.. image:: https://img.shields.io/pypi/v/pandaSDMX.svg
   :target: https://pypi.org/project/pandaSDMX
   :alt: PyPI
.. image:: https://img.shields.io/conda/dn/conda-forge/pandasdmx.svg
   :target: https://github.com/conda-forge/pandasdmx-feedstock
   :alt: conda-forge

`Source code @ Github <https://github.com/dr-leo/pandasdmx/>`_ —
`Authors <AUTHORS>`_

**pandaSDMX** is an `Apache 2.0-licensed <LICENSE>`_ Python package that
implements `SDMX <http://www.sdmx.org>`_ 2.1 (`ISO 17369:2013
<https://www.iso.org/standard/52500.html>`_), a format for exchange of
**statistical data and metadata** used by national statistical agencies,
central banks, and international organisations.

**pandaSDMX** can be used to:

- explore the data available from `data providers
  <https://pandasdmx.readthedocs.io/en/latest/sources.html>`_
  such as the World Bank, ILO, BIS, ECB, Eurostat, OECD, UNICEF and United Nations;
- parse data and metadata in SDMX-ML (XML) or SDMX-JSON formats—either:

  - from local and remote files, or
  - retrieved from pandasdmx web services, with query validation and caching;

- 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://pandasdmx.readthedocs.io/en/latest/im.html>`_ to your own data;

…and much more.


Documentation
-------------

* stable: https://pandasdmx.readthedocs.io/ 
* latest: https://pandasdmx.readthedocs.io/en/latest  or
* v0.9: https://pandasdmx.readthedocs.io/en/v0.9 for the 0.9 release.


License
-------

Copyright 2014–2020, `pandaSDMX developers <AUTHORS>`_

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.

pandaSDMX contains code from `SDMX1 <https://sdmx1.readthedocs.io/>`_ which is itself
a fork of  pandaSDMX.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dr-leo/pandasdmx",
    "name": "pandaSDMX",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7.8,<3.11",
    "maintainer_email": "",
    "keywords": "statistics, SDMX, pandas, data, economics, science",
    "author": "dr-leo",
    "author_email": "fhaxbox66@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a3/4e/0ca9480616516db269e48418514ef5fb5bec81663db847126b5a062e6d0d/pandaSDMX-1.9.0.tar.gz",
    "platform": "",
    "description": "pandaSDMX: Statistical Data and Metadata eXchange\n=================================================\n\n.. image:: https://github.com/dr-leo/pandasdmx/workflows/Python%20package/badge.svg\n   :target: https://github.com/dr-leo/pandaSDMX/actions\n   :alt: Github actions CI status\n.. image:: https://codecov.io/gh/dr-leo/pandaSDMX/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/dr-leo/pandaSDMX\n   :alt: Codecov status\n.. image:: https://readthedocs.org/projects/pandasdmx/badge/?version=latest\n   :target: https://pandasdmx.readthedocs.io/en/latest\n   :alt: Documentation Status\n.. image:: https://img.shields.io/pypi/v/pandaSDMX.svg\n   :target: https://pypi.org/project/pandaSDMX\n   :alt: PyPI\n.. image:: https://img.shields.io/conda/dn/conda-forge/pandasdmx.svg\n   :target: https://github.com/conda-forge/pandasdmx-feedstock\n   :alt: conda-forge\n\n`Source code @ Github <https://github.com/dr-leo/pandasdmx/>`_ \u2014\n`Authors <AUTHORS>`_\n\n**pandaSDMX** is an `Apache 2.0-licensed <LICENSE>`_ Python package that\nimplements `SDMX <http://www.sdmx.org>`_ 2.1 (`ISO 17369:2013\n<https://www.iso.org/standard/52500.html>`_), a format for exchange of\n**statistical data and metadata** used by national statistical agencies,\ncentral banks, and international organisations.\n\n**pandaSDMX** can be used to:\n\n- explore the data available from `data providers\n  <https://pandasdmx.readthedocs.io/en/latest/sources.html>`_\n  such as the World Bank, ILO, BIS, ECB, Eurostat, OECD, UNICEF and United Nations;\n- parse data and metadata in SDMX-ML (XML) or SDMX-JSON formats\u2014either:\n\n  - from local and remote files, or\n  - retrieved from pandasdmx web services, with query validation and caching;\n\n- convert data and metadata into `pandas <https://pandas.pydata.org>`_ objects,\n  for use with the analysis, plotting, and other tools in the Python data\n  science ecosystem;\n- apply the `SDMX Information Model\n  <https://pandasdmx.readthedocs.io/en/latest/im.html>`_ to your own data;\n\n\u2026and much more.\n\n\nDocumentation\n-------------\n\n* stable: https://pandasdmx.readthedocs.io/ \n* latest: https://pandasdmx.readthedocs.io/en/latest  or\n* v0.9: https://pandasdmx.readthedocs.io/en/v0.9 for the 0.9 release.\n\n\nLicense\n-------\n\nCopyright 2014\u20132020, `pandaSDMX developers <AUTHORS>`_\n\nLicensed under the Apache License, Version 2.0 (the \u201cLicense\u201d); you may not use\nthese files except in compliance with the License. You may obtain a copy of the\nLicense:\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\nunder the License is distributed on an \u201cAS IS\u201d BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\npandaSDMX contains code from `SDMX1 <https://sdmx1.readthedocs.io/>`_ which is itself\na fork of  pandaSDMX.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Statistical Data and Metadata eXchange (SDMX) for the Python data ecosystem",
    "version": "1.9.0",
    "split_keywords": [
        "statistics",
        " sdmx",
        " pandas",
        " data",
        " economics",
        " science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "3e02787a20a0b1fd8bb21ddab41120b3",
                "sha256": "2ede12e27b86dec044c55b1433a5c993dd6fb7e760133343b8ebfaef4158a37b"
            },
            "downloads": -1,
            "filename": "pandaSDMX-1.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3e02787a20a0b1fd8bb21ddab41120b3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7.8,<3.11",
            "size": 87898,
            "upload_time": "2022-02-23T10:51:04",
            "upload_time_iso_8601": "2022-02-23T10:51:04.214065Z",
            "url": "https://files.pythonhosted.org/packages/38/8e/d804f99309a918182469baa3e7a73adfc9de87432a5f905e4ef8473069fa/pandaSDMX-1.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "1853dfd5e3f4b3950c578e4597bd124c",
                "sha256": "003949fd166bf714e914cfdead899d7792e4c189f06f2437fd51bc496ab73948"
            },
            "downloads": -1,
            "filename": "pandaSDMX-1.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1853dfd5e3f4b3950c578e4597bd124c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7.8,<3.11",
            "size": 77335,
            "upload_time": "2022-02-23T10:51:06",
            "upload_time_iso_8601": "2022-02-23T10:51:06.519847Z",
            "url": "https://files.pythonhosted.org/packages/a3/4e/0ca9480616516db269e48418514ef5fb5bec81663db847126b5a062e6d0d/pandaSDMX-1.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-02-23 10:51:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "dr-leo",
    "github_project": "pandasdmx",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "codecov",
            "specs": []
        },
        {
            "name": "pytest-cov",
            "specs": []
        }
    ],
    "lcname": "pandasdmx"
}
        
Elapsed time: 0.01317s