Metadata-Version: 2.4
Name: product-connections-manager
Version: 1.0.0
Summary: A comprehensive platform for managing Product Connections operations with automated EDR printing
Home-page: https://github.com/cyberiseeyou/product-connections-manager-platform
Author: Your Name
Author-email: CyberISeeYou <cyberiseeyou@gmail.com>
Maintainer-email: CyberISeeYou <cyberiseeyou@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/cyberiseeyou/product-connections-manager-platform
Project-URL: Documentation, https://github.com/cyberiseeyou/product-connections-manager-platform/blob/main/README.md
Project-URL: Repository, https://github.com/cyberiseeyou/product-connections-manager-platform
Project-URL: Bug Tracker, https://github.com/cyberiseeyou/product-connections-manager-platform/issues
Keywords: walmart,retail-link,edr,event-detail-report,automation,printing,pdf,business,workflow
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Office/Business :: Financial
Classifier: Topic :: Printing
Classifier: Topic :: Office/Business :: Scheduling
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Environment :: Win32 (MS Windows)
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.28.0
Requires-Dist: typing-extensions>=4.5.0
Provides-Extra: pdf
Requires-Dist: reportlab>=4.0.0; extra == "pdf"
Requires-Dist: weasyprint>=61.0; extra == "pdf"
Provides-Extra: dev
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-cov>=4.0.0; extra == "dev"
Requires-Dist: black>=22.0.0; extra == "dev"
Requires-Dist: flake8>=5.0.0; extra == "dev"
Requires-Dist: twine>=4.0.0; extra == "dev"
Requires-Dist: build>=0.10.0; extra == "dev"
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# Product Connections Manager - Enhanced EDR Printer

A comprehensive platform for managing Product Connections operations, including automated EDR printing, event management, and retail link integrations.

## Features

- **Enhanced PDF Generation**: Professional-grade PDF reports with custom formatting
- **PDF Consolidation**: Merge multiple reports into single documents  
- **Signature Fields**: Automated signature blocks with date/time stamps
- **Event Code Translation**: Human-readable event descriptions
- **Batch Processing**: Automated processing of multiple events
- **Console Scripts**: Command-line tools for easy usage

## Installation

```bash
pip install product-connections-manager
```

For PDF features:
```bash
pip install "product-connections-manager[pdf]"
```

## Quick Start

```python
from product_connections_manager import EnhancedEDRPrinter

# Initialize the printer
printer = EnhancedEDRPrinter()

# Process events with PDF consolidation
printer.process_multiple_events(['12345', '67890'])
```

## Command Line Usage

```bash
# Enhanced printing
edr-printer --events 12345,67890 --output consolidated_report.pdf

# Automated batch processing
edr-automated --batch-size 10
```

## License

MIT License
