Metadata-Version: 2.4
Name: SanctionTLO
Version: 0.1.1
Summary: A simple Python wrapper for SanctionTLO API.
Author-email: Joshua <support@tlo.sh>
License: GPL-3.0
Project-URL: Homepage, https://github.com/TLO-SH/SanctionTLO
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10.8
Description-Content-Type: text/markdown
Requires-Dist: httpx

# Sanction TLO API

A simple Python wrapper for the **TLO.sh Partner API v1**.

This package provides synchronous methods for identity lookups, SSN search, email lookup, phone lookup, leak database search, stealer log search, IP WHOIS, Discord lookup, and more.

The API uses:

- Base URL: `https://tlo.sh/api/v1`
- Authentication: `X-API-Key` header
- Response format: JSON
- Rate limit: `120 requests per minute`

API details are based on the TLO.sh Partner API documentation. :contentReference[oaicite:0]{index=0}

---

## Installation

```bash
pip install SanctionTLO
