Skip to content

Commit 66f207b

Browse files
committed
docs: add free plan messaging to README
Add free tier badge, quick start callout, and getting started section promoting the free plan (100 validations + 10 enhanced credits, no credit card required).
1 parent 51793c5 commit 66f207b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Truelist Python SDK
22

3+
[![Free tier](https://img.shields.io/badge/free_plan-100_validations-4A7C59?style=flat-square)](https://truelist.io/pricing)
34
Official Python SDK for the [Truelist.io](https://truelist.io) email validation API. Validate email addresses in real-time with a simple, type-safe interface.
45

56
- Sync and async clients
@@ -8,6 +9,9 @@ Official Python SDK for the [Truelist.io](https://truelist.io) email validation
89
- Minimal dependencies (just `httpx`)
910
- Python 3.9+
1011

12+
> **Start free** — 100 validations + 10 enhanced credits, no credit card required.
13+
> [Get your API key →](https://app.truelist.io/signup?utm_source=github&utm_medium=readme&utm_campaign=free-plan&utm_content=truelist-python)
14+
1115
## Installation
1216

1317
```bash
@@ -183,6 +187,10 @@ Convenience properties: `is_valid`, `is_invalid`, `is_risky`, `is_unknown`, `is_
183187
| `ConnectionError` | Failed to connect to API |
184188
| `TimeoutError` | Request timed out |
185189

190+
191+
## Getting Started
192+
193+
Sign up for a [free Truelist account](https://app.truelist.io/signup?utm_source=github&utm_medium=readme&utm_campaign=free-plan&utm_content=truelist-python) to get your API key. The free plan includes 100 validations and 10 enhanced credits — no credit card required.
186194
## License
187195

188196
MIT

0 commit comments

Comments
 (0)