Metadata-Version: 2.4
Name: Eventus_Integration
Version: 1.1.1
Summary: A Python library for Eventus integrations: ESDL TCP sender, MongoDB logging, Teams notifications, retry logic, and multi-tenant ingestion.
Author-email: Pratik Thorat <pratik.thorat@eventussecurity.com>
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pymongo
Requires-Dist: requests
Requires-Dist: python-dotenv
Requires-Dist: flatten-json

# Eventus_Integration

A single-file Python module designed for Eventus SOAR integrations.

This library supports:

- Sending logs to ESDL over TCP with auto retry
- MongoDB error logging with retry window re-processing
- Teams Webhook alerting
- Integration API (Bearer token) helper
- Multi-tenant threaded job execution
- Automatic log flattening and structured JSON output

---

## Installation

Once published to PyPI:

