Skip to main content

A package containing a list of free email domains.

Project description

List of free email domains

This repo is a python package that provides a comprehensive list of free email domains from around the world. This package is designed to simplify the process of checking if an email address belongs to a free email provider.

Installation

You can install free-email-domains via pip:

pip install free-email-domains

Usage

After installing the package, you can use it in your Python projects as follows:

>>> from free_email_domains import whitelist
>>> 'gmail.com' in whitelist
True

Example

from free_email_domains import whitelist as free_domains

# Check if an email domain is free
email = "example@sample.com"
if email.split('@')[1] in free_domains:
    print("This is a free email domain.")
else:
    print("This is not a free email domain.")

Contributing

Contributions are welcome! If you want to add or update any free email domains, feel free to submit a pull request.

License

This package is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

This package utilizes data from HubSpot, which contains a compiled free email domain list.

Issues

If you encounter any issues or have suggestions for improvement, please report them on the GitHub issue tracker.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

free_email_domains-1.0.1.tar.gz (27.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

free_email_domains-1.0.1-py3-none-any.whl (26.8 kB view details)

Uploaded Python 3

File details

Details for the file free_email_domains-1.0.1.tar.gz.

File metadata

  • Download URL: free_email_domains-1.0.1.tar.gz
  • Upload date:
  • Size: 27.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.1

File hashes

Hashes for free_email_domains-1.0.1.tar.gz
Algorithm Hash digest
SHA256 05c81a4ca645e5f57f1466be59f663d767e1475993b3b5a07b361ac8dac0e9b8
MD5 af90a041c98500a37f847f24f262f206
BLAKE2b-256 2644b2f8e71cce9be5b9f752bb8459510261b39f5e9cb340d865da05b133f36e

See more details on using hashes here.

File details

Details for the file free_email_domains-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for free_email_domains-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3d2f7be52008297c7db65c989cf358553e9100a37a0d28cb090d1787a02e81b2
MD5 e0d05d49aa65f4fb59159cfbc700f846
BLAKE2b-256 1380c2ef902d079fd9680ca8e98c2f709e39e45159fbd11c7a7b9a576faac63a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page