Skip to content

Commit

Permalink
V1.x (#26)
Browse files Browse the repository at this point in the history
* Version 1.4. Updated GitHub CI.

* Version 1.4. Deleted GitHub CI.
  • Loading branch information
javihern98 committed Dec 22, 2022
1 parent dc4465b commit 7e2cd0c
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 75 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/ci.yml

This file was deleted.

86 changes: 42 additions & 44 deletions SDMXthon.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: SDMXthon
Version: 1.2
Name: sdmxthon
Version: 1.4
Summary: Library with SDMX to Pandas, Pandas to SDMX, SDMX validation and SDMX metadata validation
Home-page: UNKNOWN
Author: MeaningfulData
Expand All @@ -10,6 +10,46 @@ 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
Description: .. 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/ci.yml/badge.svg
:target: https://github.com/Meaningful-Data/sdmxthon/actions/workflows/ci.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>`_

Documentation can be found in the `Docs page <https://docs.sdmxthon.meaningfuldata.eu/>`_

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

1. SDMX message reader/writer
2. Pandas connector (SDMX to Pandas, Pandas to SDMX)
3. SDMX data validation
4. SDMX metadata validation

`View Changelog <https://github.com/Meaningful-Data/sdmxthon/blob/master/Changelog.rst>`_

Keywords: SDMX,Pandas,Validation
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Expand All @@ -21,45 +61,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/ci.yml/badge.svg
:target: https://github.com/Meaningful-Data/sdmxthon/actions/workflows/ci.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>`_

Documentation can be found in the `Docs page <https://docs.sdmxthon.meaningfuldata.eu/>`_

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

1. SDMX message reader/writer
2. Pandas connector (SDMX to Pandas, Pandas to SDMX)
3. SDMX data validation
4. SDMX metadata validation

`View Changelog <https://github.com/Meaningful-Data/sdmxthon/blob/master/Changelog.rst>`_


5 changes: 5 additions & 0 deletions SDMXthon.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ SDMXthon.egg-info/dependency_links.txt
SDMXthon.egg-info/requires.txt
SDMXthon.egg-info/top_level.txt
sdmxthon/__init__.py
sdmxthon.egg-info/PKG-INFO
sdmxthon.egg-info/SOURCES.txt
sdmxthon.egg-info/dependency_links.txt
sdmxthon.egg-info/requires.txt
sdmxthon.egg-info/top_level.txt
sdmxthon/api/api.py
sdmxthon/model/__init__.py
sdmxthon/model/base.py
Expand Down

0 comments on commit 7e2cd0c

Please sign in to comment.