Metadata-Version: 2.1
Name: dimetadata_api
Version: 0.0.2
Summary: Python package using SAP Metadata Management API Business HUB.
Home-page: https://github.com/thhapke/dimetadata_api/
Author: Thorsten Hapke
Author-email: thorsten.hapke@sap.com
License: UNKNOWN
Project-URL: SAP Metadata Management API, https://api.sap.com/api/metadata/overview
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# metadata_api

Python package using the public SAP Data Intelligence [Metadata Management on SAP API BusinessHub](https://api.sap.com/api/metadata/overview) for


- catalog.py 
  - downloading catalog hierarchies
  - uploading catalog hierarchies and catalog tags
  - tagging datasets
- container.py
  - Get container information (datassources)
  - Get dataset metadata of containers/datasources

For exchanging glossaries an unsupported API is used 

- glossaries.py
  - downloading glossaries
  - uploading glossaries

This is not an officially supported package by SAP but used only demo purposes. You are free to use it under the Apache-2.0 license or as source of ideas for your own project. 

