π Initial Release v1.0.0
First stable release of the TempMailChecker Python SDK.
Features
- β Check if email addresses are disposable
- β Check domains directly
- β Get API usage statistics
- β Support for regional endpoints (US, EU, Asia)
- β Comprehensive error handling
- β Full type hints support
- β Examples for Django, Flask, and FastAPI
Installation
pip install tempmailcheckerQuick Start
from tempmailchecker import TempMailChecker
checker = TempMailChecker('your_api_key')
if checker.is_disposable('user@tempmail.com'):
print('Blocked: disposable email')