Metadata-Version: 2.1
Name: swiftetl
Version: 0.1.0
Summary: A simple ETL pipeline package for data extraction, transformation, and loading into SQLite.
Author: Harsh Jain
Author-email: jharshit61@gmail.com
License: MIT
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

# swiftetl

A simple ETL pipeline package for data extraction, transformation, and loading into SQLite databases.

## Features

- Customizable extraction methods to pull data from different sources.
- Flexible transformation options to modify data as per requirements.
- Seamless integration with SQLite for data storage.

## Installation

```bash
pip install -e .

