Metadata-Version: 2.1
Name: vdlpy
Version: 1.0.1
Summary: Python interface to virtual data lakes
Home-page: https://gitlab.com/vdl-open/pi/
Author: Chris Harding
Author-email: chris@lacibus.net
Project-URL: Documentation, https://vdl-open.gitlab.io/pi/vdlpy.html
Project-URL: Issue Tracker, https://gitlab.com/vdl-open/pi/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Python Virtual data Lake Interface

This is a Python interface to virtual data lakes. Virtual data lakes are open source data platforms 
based on simple triple stores that enable users to integrate data from different sources. 
This package enables a Python client to access the interface
described at https://lacibus.gitlab.io/vdl/java/org/lacibus/storeapi/StoreApi.html
over the Web.
