Metadata-Version: 2.1
Name: didas
Version: 2.1.1
Summary: Python Commons for Didas
Author-email: Georg Wendorf <georgfriedrich.wendorf@freenet.ag>
Maintainer-email: Georg Wendorf <georgfriedrich.wendorf@freenet.ag>
Project-URL: Homepage, https://github.com/freenet-group/didas
Project-URL: documentation, https://github.com/freenet-group/didas/blob/main/README.md
Project-URL: repository, https://github.com/freenet-group/didas
Project-URL: changelog, https://github.com/freenet-group/didas/releases
Project-URL: Bug Tracker, https://github.com/freenet-group/didas/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: cx-Oracle
Requires-Dist: SQLAlchemy
Requires-Dist: tqdm
Requires-Dist: google-auth
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: mlflow-skinny
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: black ; extra == 'test'

# didas

[PyPi Projekt](https://pypi.org/project/didas/)

## Installation

### PyPi

`pip install didas`

### GitHub

`pip install git+https://github.com/freenet-group/didas@main`

