Metadata-Version: 2.1
Name: diemlib
Version: 0.0.9
Summary: Python Utilities for DIEM
Home-page: https://github.com/IBM/diem/tree/main/packages/diemlib
Author: Guy Huinen
Author-email: guy_huinen@be.ibm.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Python utilities for DIEM

Diem is an IBM ETL Package. It contains functionality to work with DIEM Jobs

- main
  - General logging
  - Error handling
  - Communication with Diem Core
- cos
  - Uploading to cloud object storage
  - Downloading from cloud object storage
- mail: sending customized mail
- box
  - downloading from box
  - uploading to box
- util: several small utilities
- config: config variables used by jobs


