A FastAPI project for email verification.
Project description
Email Verification
Description
This project is a FastAPI application designed to interact with the Hunter.io API. It provides functionality to verify email addresses and search emails by domain, with CRUD operations for managing the results. The application stores results in a local variable and is structured to demonstrate basic API interaction and data handling in FastAPI.
Features
- Email verification using Hunter.io API
- Search for emails associated with a domain
- CRUD operations for managing email verification results
- Local storage of verification results
- Asynchronous request handling
Installation
Install this package using pip:
pip install email_verification_task_ForagerAI
Or install using poetry:
poetry add email_verification_task_ForagerAI
Usage
After installation, you can use it like this:
import email_verification_task_ForagerAI
API Endpoints
- POST /verify-email: Verifies the email address.
- POST /search-email: Search for email addresses by domain.
- POST /email-results/: Create a result entry for an email address or domain.
- GET /email-results/{identifier}: Retrieve a specific verification result by email or domain.
- PUT /email-results/{identifier}: Update a specific verification result.
- DELETE /email-results/{identifier}: Delete a specific verification result.
Configuration
The application can be configured through environment variables. Here are the available configurations:
- API_KEY: Your Hunter.io API key.
Contributing
Contributions to this project are welcome. Please ensure to follow the code of conduct and coding standards of the project.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file email_verification_task_foragerai-0.1.1.tar.gz.
File metadata
- Download URL: email_verification_task_foragerai-0.1.1.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.2 Darwin/23.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bf3a8a1ce4baa8c14c2054ed4a265a236382440a813905069071d9fb426369a
|
|
| MD5 |
9c7270169b4686723ace9ae1b0987222
|
|
| BLAKE2b-256 |
011a036cf84507ce8bf81b7eed287760b2f98dc561c6252ec45048e71d741de6
|
File details
Details for the file email_verification_task_foragerai-0.1.1-py3-none-any.whl.
File metadata
- Download URL: email_verification_task_foragerai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.0 CPython/3.11.2 Darwin/23.1.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8f3bc67d641d5d36ae11f18cc1bf9142faf8862a157bfb82778e5eb59f60f59
|
|
| MD5 |
04a1f61ef0b583bf3efe6d2e94e44906
|
|
| BLAKE2b-256 |
6b35594fd6fac0d36b0cc66a146486642faed3121109ad2f3d9a9499570c677c
|