Metadata-Version: 2.4
Name: data_pipeline_helper_jamuna
Version: 0.1.1
Summary: A helper library for building and managing data pipelines
Home-page: https://github.com/jamuna/data_pipeline_helper_jamuna
Author: Jamuna
Author-email: jamunashanmugamkg@gmail.com
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
License-File: LICENSE
Requires-Dist: pandas
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

A python package with utilities for building and managing data pipelines

- Data cleaning utilities
- ETL helpers
- SQL query builders

check out the [example script] (examples/example_usage.py)

```bash
pip install data_pipeline_helper_jamuna
