Metadata-Version: 2.4
Name: enterprise-crawler-framework
Version: 1.0.0
Summary: Enterprise-grade crawler framework.
Author: Lord Jester
License-Expression: MIT
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.31
Dynamic: license-file

# Enterprise Crawler Framework

Enterprise Crawler Framework is a Python framework for building reliable,
reusable data-collection bots and crawler runtimes.

It provides a structured foundation for HTTP collection, lifecycle management,
storage, processing, plugins, event-driven workloads, retries, durable queues,
and failure handling without forcing application-specific business rules into
the framework core.

Current version: **1.0.0**

## Requirements

- Python 3.11 or newer
- `requests >= 2.31`

## Installation

### From the repository

Clone the repository and install the package:

```bash
python -m pip install .
