Extract E-Mail from String
Project description
Extract E-Mail
Extract E-Mail from String
Screenshot
Install
$ pip install extractemail
Usage
import extractemail
text = """
Yoginth is very productive person he has multiple emails
like yoginth@zoho.com but he likes yoginth@gmail.com
but the username has already taken, yoginth wants to
get yoginth@gitlab.com but he want to work there.
"""
extractemail.extract(text)
#=> ['yoginth@zoho.com', 'yoginth@gmail.com', 'yoginth@gitlab.com']
Get Help
There are few ways to get help:
-
Please post questions on Stack Overflow. You can open issues with questions, as long you add a link to your Stack Overflow question.
-
For bug reports and feature requests, open issues.
-
For direct and quick help, you can email me.
How to contribute
Have an idea? Found a bug? See how to contribute.
Thanks!
License
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
extractemail-1.0.1.tar.gz
(1.9 kB
view details)
File details
Details for the file extractemail-1.0.1.tar.gz
.
File metadata
- Download URL: extractemail-1.0.1.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/3.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62121ea3ad72468f740033a77e53f29823c832004dae119cc711710b51b60899 |
|
MD5 | 6b4eafe386d074e83308b82431c9ed3a |
|
BLAKE2b-256 | 88e5a97b9ef8f08bfe1fc3ba639e1d1a3dee60023de57fe42ec8973eba2828bf |