Metadata-Version: 2.4
Name: leakradar
Version: 0.1.4
Summary: Asynchronous client for the LeakRadar.io API
Author-email: LeakRadar <contact@leakradar.io>
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.27
Dynamic: license-file

# LeakRadar Async Python Client

A user-friendly, asynchronous Python 3 wrapper for the [LeakRadar.io](https://leakradar.io) API.

> **Highlights**
>
> - Async API via `httpx`
> - Automatic JSON decoding (prefers `ujson` if installed)
> - Binary-safe downloads (CSV/TXT/PDF/ZIP)
> - Full coverage for Advanced, Domain, Email, Metadata, Raw search, Exports, Notifications, Unlocked & Lists, Tasks, Stats

## Documentation

- API reference: <https://docs.leakradar.io>
- Production endpoint: `https://api.leakradar.io`

## Requirements

- Python 3.8+
- `httpx`
- Optional (recommended): `ujson`

Install:

```bash
pip install leakradar
# optional
pip install ujson
