Metadata-Version: 2.1
Name: sdmxthon
Version: 2.6.5
Summary: Library with SDMX to Pandas, Pandas to SDMX, SDMX validation and SDMX metadata validation
Author: Francisco Javier Hernandez del Cano
Author-email: javier.hernandez@meaningfuldata.eu
License: Apache 2.0
Project-URL: Bug Tracker, https://github.com/Meaningful-Data/sdmxthon/issues
Project-URL: Documentation, https://docs.sdmxthon.meaningfuldata.eu
Project-URL: Source Code, https://github.com/Meaningful-Data/sdmxthon
Project-URL: Changelog, https://github.com/Meaningful-Data/sdmxthon/blob/master/Changelog.rst 
Keywords: SDMX,Pandas,Validation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst

.. image:: http://www.repostatus.org/badges/latest/active.svg
    :target: http://www.repostatus.org/#active
    :alt: Project Status: Active — The project has reached a stable, usable
          state and is being actively developed.

.. image:: https://www.codefactor.io/repository/github/meaningful-data/sdmxthon/badge
   :target: https://www.codefactor.io/repository/github/meaningful-data/sdmxthon
   :alt: CodeFactor

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
   :target: https://opensource.org/licenses/Apache-2.0
   :alt: License

.. image:: https://img.shields.io/pypi/pyversions/sdmxthon
    :alt: Python Version

.. image:: https://github.com/Meaningful-Data/sdmxthon/actions/workflows/testing.yml/badge.svg?branch=master
    :target: https://github.com/Meaningful-Data/sdmxthon/actions/workflows/testing.yml
    :alt: Tests


########
SDMXthon
########

SDMXthon is an open source Python library implementing the
`SDMX 2.1 information model <https://sdmx.org/wp-content/uploads/SDMX_2-1-1_SECTION_2_InformationModel_201108.pdf>`_

**********
Main links
**********

- Bug Tracker and Enhancements: https://github.com/Meaningful-Data/sdmxthon/issues
- Documentation: https://docs.sdmxthon.meaningfuldata.eu
- Source Code: https://github.com/Meaningful-Data/sdmxthon
- Changelog: https://docs.sdmxthon.meaningfuldata.eu/changelog.html
- PyPi: https://pypi.org/project/sdmxthon/

========
Features
========

- Reading and writing SDMX-ML and SDMX-CSV
- Pandas connector (SDMX to Pandas, Pandas to SDMX)
- Data validation
- Metadata validation
- Interaction with SDMX APIs and Fusion Metadata Registry


