Metadata-Version: 2.4
Name: data_pipeline_helper_swathitr
Version: 0.1.2
Summary: A helper library for building and managing data pipelines
Home-page: https://github.com/Swathi1110/Python_Master/tree/main
Author: Swathi
Author-email: swathikannan11@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: boto3
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# PyPI and PIP

# Data Pipeline Helper

A Python package with utilities for building and managing pipelines.

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

Check out the [example script](examples/example_usage.py) for more details.

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