Metadata-Version: 2.4
Name: tgedr-dataops2
Version: 0.0.1
Summary: this is a template for a python package
License-File: LICENSE
Author: developer
Author-email: developer@email.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: delta-spark (>=3.3.2,<3.4.0)
Requires-Dist: deltalake (>=0.16.4,<0.17.0)
Requires-Dist: great_expectations (>=0.18.8,<0.19.0)
Requires-Dist: numpy (>=2.2.6,<2.3.0)
Requires-Dist: openpyxl (>=3.1.2,<3.2.0)
Requires-Dist: pandas (>=2.2.3,<2.3.0)
Requires-Dist: pyarrow (>=20.0.0,<20.1.0)
Requires-Dist: pyspark (==3.5.5)
Description-Content-Type: text/markdown

# tgedr-dataops

[[_TOC_]]


## development

Clone the repository like this:

``` bash
git clone git@github.com:jtviegas/dataops
```

Open VSCode in the repository folder


