Metadata-Version: 2.1
Name: MDMPyClient
Version: 1.0.1
Summary: Cliente para el Metadatamanager
Home-page: https://github.com/enprava/MDMPyClient
Author: enprava
Author-email: epradavazquez@gmail.com
License: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (==2.28.2)
Requires-Dist: PyYAML (==6.0)
Requires-Dist: pandas (==1.4.4)
Requires-Dist: ckanapi (==4.7)
Requires-Dist: beautifulsoup4 (==4.11.1)
Requires-Dist: selenium (==4.4.0)
Requires-Dist: deepl (==1.9.0)
Requires-Dist: ftfy (==6.1.1)

# MDMPyClient

Python client for [MetadataManager](https://github.com/SDMXISTATTOOLKIT/META-DATA.MANAGER). It allows you to create codelist, concept schemes and more artefacts from simple code in python.

# Installation

You can install this package with pip.

    pip install mdmpyclient

# Documentation

[Documentation](https://mdmpyclient.readthedocs.io/en/latest/)
