Metadata-Version: 2.1
Name: etl-history
Version: 0.2.2
Summary: A Python package for ETL history management
Home-page: UNKNOWN
Author: Nilesh Sukhwani
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# ETL History

<!-- [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/yourusername/etl-history/blob/main/LICENSE) -->

**ETL History** is a Python package designed to capture the history of data transfers between databases. It records when and what data was transferred from one database to another, tracking changes in each column and table.

## Features

- **Automatic History Logging**: Automatically captures the history of data transfers for all tables and columns.
- **Timestamp Recording**: Records the exact time and date of each data transfer event.
- **Detailed Change Tracking**: Keeps track of what data was added, updated, or deleted during each transfer.
- **Customizable Configuration**: Offers configuration options to tailor the history capture to your specific needs.

## Installation

You can install ETL History using `pip`:

```bash
pip install etl-history


