Metadata-Version: 2.1
Name: indxdatalaketools
Version: 1.2.0
Summary: Package that allows the upload of files to a datalake
Home-page: https://github.com/IntelligentDX-LLC/data-lake-tools
Author: Ryan McDermott
Author-email: rmcdermott@intelligentdx.com
License: Creative Commons Attribution-NonCommercial-NoDerivatives 4.0
Project-URL: Bug Tracker, https://github.com/IntelligentDX-LLC/data-lake-tools/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
License-File: NOTICE-numpy
License-File: NOTICE-opencv-python.txt
License-File: NOTICE-requests.txt

# Data Lake Tools
This is the repository for the Data Lake tools. This Python package contains command line tools and packages to generate Data Lakes and Funtionality to interact with data lakes. 

## Client Package

---

The Client Package is for clients to upload files to the data lake. 

### Package Installation

---

To install run:
```

pip install indxdatalaketools
```
### Tool

---

For help on usage of the tool run:
```
IndxClientDataLakeTools --help
```
