Skip to main content

Fuzzy decomposition of email prefix to first/last name

Project description

CircleCI License PyPI version Downloads

Email Decomposer

Decomposition of email address to first name, last name, and host.

How to use

Install

pip install email_decomposer

Import

from email_decomposer.EmailDecomposer import EmailDecomposer

Decompose emails list

EmailDecomposer().decompose(data=['johndue@intuit.com'], get_host=True).head()
first_name last_name host
johndoe@intuit.com John Doe intuit.com

Decompose a single email

EmailDecomposer().decompose(data='johndoe@intuit.com', get_host=True)

{'first_name': 'John', 'last_name': 'Doe', 'host': 'intuit.com'}

Contributing

See CONTRIBUTING.md.

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

email_decomposer-0.0.2.tar.gz (2.6 MB view details)

Uploaded Source

Built Distribution

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

email_decomposer-0.0.2-py3-none-any.whl (2.6 MB view details)

Uploaded Python 3

File details

Details for the file email_decomposer-0.0.2.tar.gz.

File metadata

  • Download URL: email_decomposer-0.0.2.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.7.16

File hashes

Hashes for email_decomposer-0.0.2.tar.gz
Algorithm Hash digest
SHA256 7bbb4bcc51e04fe02d09ea6c22a1759074b7d95b0d9ce2ebad1efeaa959ec37d
MD5 6eb91436f604b8069109bf2216d9037b
BLAKE2b-256 161919726df7d0d87552f845325ffb51c55d2f620c766c4e67dcf8865568f405

See more details on using hashes here.

File details

Details for the file email_decomposer-0.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for email_decomposer-0.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 c5b78c56a1faebec2742536e0c1afd43f690ea5cd0dfd7b7c865c37106b3e82e
MD5 833dffe88911013e38c2624acb4f4432
BLAKE2b-256 9e0cea726982cab19d9756c74981b3e06064a53c06231f206925f05e7b80cd03

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