Metadata-Version: 2.1
Name: data-pipeline-helper
Version: 0.1.0
Summary: A helper library for building and managing data pipelines
Home-page: https://github.com/yourusername/data-pipeline-helper
Author: Gowtham SB
Author-email: thedatatech.in@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
Requires-Dist: boto3

# Data Pipeline Helper

A Python package with utilities for building and managing data pipelines.

## Features
- Data cleaning utilities
- ETL helpers
- SQL query builders

## Installation
```bash
pip install data-pipeline-helper
