Shared Email Pattern Generator
Project description
Email Patterns
Python utility to generate email addresses based on common patterns.
Usage
pip install emailpatterns
from emailpatterns.utils import generate_pattern_email, generate_all_pattern_emails
email = generate_pattern_email("pattern1", "example.com", "John", "Doe")
print(email) # john.doe@example.com
all_emails = generate_all_pattern_emails("example.com", "John", "Doe")
print(all_emails)
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
emailpatterns-1.2.0.tar.gz
(2.9 kB
view details)
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 emailpatterns-1.2.0.tar.gz.
File metadata
- Download URL: emailpatterns-1.2.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db679346168e6fa150eaeeefad64b1074735fd2a4ffe959ca036804cf87e81d8
|
|
| MD5 |
255bf0711cfc7907b35fe41daaea7f04
|
|
| BLAKE2b-256 |
2434c213297fd0e8827d3f02671fcfe84a4ed519924a86b3f5da6b05e86c7f73
|
File details
Details for the file emailpatterns-1.2.0-py3-none-any.whl.
File metadata
- Download URL: emailpatterns-1.2.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7ac4d0431d7dc7abf59fafb7dfc140bf3f66dada68cc9be7986758631eb40407
|
|
| MD5 |
a08ffae86fcd9b0c22eec7ce9aab7ce2
|
|
| BLAKE2b-256 |
2de5b77e6236245925d758b31d46eda76c572b6afcb32affbe14510d250f1076
|