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)
Release files for emailpatterns 1.2.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| emailpatterns-1.2.0.tar.gz | 2.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| emailpatterns-1.2.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.1 kB
Release files / emailpatterns-1.2.0.tar.gz
| Download URL | emailpatterns-1.2.0.tar.gz |
|---|---|
| Size | 2.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db679346168e6fa150eaeeefad64b1074735fd2a4ffe959ca036804cf87e81d8
|
|
BLAKE2b-256 checksum How to use checksums |
2434c213297fd0e8827d3f02671fcfe84a4ed519924a86b3f5da6b05e86c7f73
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.2
|
Release files / emailpatterns-1.2.0-py3-none-any.whl
| Download URL | emailpatterns-1.2.0-py3-none-any.whl |
|---|---|
| Size | 3.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7ac4d0431d7dc7abf59fafb7dfc140bf3f66dada68cc9be7986758631eb40407
|
|
BLAKE2b-256 checksum How to use checksums |
2de5b77e6236245925d758b31d46eda76c572b6afcb32affbe14510d250f1076
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.2
|