diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 505f44d..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: library tests -on: push -jobs: - test: - runs-on: ubuntu-latest - steps: - - name: Check out repository code - uses: actions/checkout@v2 - # Setup Python (faster than using Python container) - - name: Setup Python - uses: actions/setup-python@v2 - with: - python-version: "3.6" - - name: Install pipenv - run: | - python -m pip install --upgrade pipenv wheel - - id: cache-pipenv - uses: actions/cache@v1 - with: - path: ~/.local/share/virtualenvs - key: ${{ runner.os }}-pipenv-${{ hashFiles('**/Pipfile.lock') }} - - name: Install dependencies - if: steps.cache-pipenv.outputs.cache-hit != 'true' - run: | - pipenv install --deploy --dev - - name: Run test suite - run: | - pipenv run python -m unittest discover -s sdmxthon/testSuite - - name: Run Flake - run: | - pipenv run flake8 \ No newline at end of file diff --git a/SDMXthon.egg-info/PKG-INFO b/SDMXthon.egg-info/PKG-INFO index 60a8db5..e38896f 100644 --- a/SDMXthon.egg-info/PKG-INFO +++ b/SDMXthon.egg-info/PKG-INFO @@ -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 @@ -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 `_ + + Documentation can be found in the `Docs page `_ + + ======== + 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 `_ + Keywords: SDMX,Pandas,Validation Platform: UNKNOWN Classifier: Development Status :: 4 - Beta @@ -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 `_ - -Documentation can be found in the `Docs page `_ - -======== -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 `_ - - diff --git a/SDMXthon.egg-info/SOURCES.txt b/SDMXthon.egg-info/SOURCES.txt index 6376597..c94aa34 100644 --- a/SDMXthon.egg-info/SOURCES.txt +++ b/SDMXthon.egg-info/SOURCES.txt @@ -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