Metadata-Version: 2.4
Name: omnicart-pipeline-tegakay
Version: 0.1.4
Summary: 
Author: tegakay
Author-email: kofitega@gmail.com
Requires-Python: >=3.10
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: pandas (>=2.3.0,<3.0.0)
Requires-Dist: requests (>=2.32.5,<3.0.0)
Description-Content-Type: text/markdown

# OmniCart Pipeline

## Overview
OmniCart Pipeline is a data processing system designed to analyze seller performance.

## Features
- Data extraction from multiple sources
- Data transformation and cleaning
- support for pagination
- Real-time processing capabilities
- Error handling and logging

## Installation
```bash
# Clone the repository
git clone https://github.com/Tegakay/omnicart_pipeline.git

# Navigate to project directory
cd omnicart_pipeline

# Install dependencies
pip install -r requirements.txt
```

## Usage
```python
from omnicart import Pipeline

# Initialize pipeline
from the command prompt, run `omnicart-pipeline`
```

## Configuration
Configure the pipeline using `config.cfg` file in the root directory.

## Requirements
- Python 3.8+
- Required packages listed in `requirements.txt`

## Contributing
Pull requests are welcome. For major changes, please open an issue first.


