Metadata-Version: 2.1
Name: digitalhub-data
Version: 0.5.0
Summary: Python SDK for DHCore
Author-email: Fondazione Bruno Kessler <dslab@fbk.eu>, Matteo Martini <mmartini@fbk.eu>
Keywords: data,dataops,kubernetes
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: digitalhub-core<0.6,~=0.5.0b
Provides-Extra: pandas
Requires-Dist: pandas<2.2,>=1.2; extra == "pandas"

# Digitalhub-data Library

The Digitalhub-data SDK library is used to manage entities and executions in Digitalhub from Python.
The Digitalhub-data layer is the second layer of the Digitalhub Data platform, focused on operations on data.
It contains the data entities and objects (Dataitems) and the methods to manage them.

A more detailed description of the library can be found in the [official documentation](https://scc-digitalhub.github.io/docs/) of Digitalhub.
