email/phone block
A simple python function to substitute emails and phone number with dummies.
Unittest included.
Install
pip install email_phone_block
or
easy_install email_phone_block
Usage
>>> from email_phone_block import filter_email_phone, filter_email, filter_phone
>>> filter_email("So please send me an email at name@domain.com, thanks!")
'So please send me an email at xxxx@xxxxx.xxx, thanks!'
>>> filter_phone("So please call me at 333-333-3333, thanks!'")
'So please call me at xxx-xxx-xxxx, thanks!'
>>> filter_email_phone("So please call me at 333-333-3333 or email me at name@domain.com, thanks!'")
'So please call me at xxx-xxx-xxxx or email at xxxx@xxxxx.xxx, thanks!'
For legacy reason you can still use from email_phone_block import block
Format Recognized
Emails
name(at)domain.com
name at domain.com
Phone numbers
333-333-3333
3333333333
333 333 3333
333 333-3333
333333-3333
333-3333333
Release files for email_phone_block 0.5.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| email_phone_block-0.5.1.tar.gz | 2.5 kB | Details |
Release files / email_phone_block-0.5.1.tar.gz
| Download URL | email_phone_block-0.5.1.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a1b7b86735eae1c127577608017b2b5e00d446ccd39baccb214316b4e2658f7a
|
|
BLAKE2b-256 checksum How to use checksums |
c82e4b0f84369d1c2101015ba466f91152110f006605e2a86a0c4bf11549c2b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |