Skip to content

v1.0.0

Latest

Choose a tag to compare

@Fushey Fushey released this 18 Dec 07:17
· 156 commits to main since this release

πŸŽ‰ 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 tempmailchecker

Quick Start

from tempmailchecker import TempMailChecker

checker = TempMailChecker('your_api_key')
if checker.is_disposable('user@tempmail.com'):
    print('Blocked: disposable email')

Documentation

Links