Metadata-Version: 2.3
Name: exfil-kit
Version: 0.1.0
Summary: A stealthy data extraction toolkit
License: MIT
Keywords: scraping,data-extraction,stealth,automation
Author: animal-0x
Requires-Python: >=3.11,<4.0
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.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: botasaurus (>=4.0.76,<5.0.0)
Requires-Dist: botright (>=0.5.1,<0.6.0)
Requires-Dist: curl-cffi (>=0.7.4,<0.8.0)
Requires-Dist: fake-useragent (>=2.0.3,<3.0.0)
Requires-Dist: httpx (>=0.28.1,<0.29.0)
Requires-Dist: loguru (>=0.7.3,<0.8.0)
Requires-Dist: playwright (>=1.40.0,<1.50.0)
Requires-Dist: tenacity (>=8.2.3,<9.0.0)
Project-URL: Documentation, https://github.com/animal-0x/exfil-kit#readme
Project-URL: Homepage, https://github.com/animal-0x/exfil-kit
Project-URL: Repository, https://github.com/animal-0x/exfil-kit
Description-Content-Type: text/markdown

# exfil-kit

A stealthy data extraction toolkit built with Botright and Botasaurus.

## Installation

```bash
pip install exfil-kit
```

## Quick Start

```python
from exfil_kit import StealthExtractor

extractor = StealthExtractor()
data = extractor.extract("https://example.com")
print(data)
```

## Features

- Built on Botright and Botasaurus
- Stealth-focused extraction
- Clean, reliable data output
- Simple, focused API

## License

MIT

