Skip to main content

A simple Python module for parsing human names into their individual components.

Project description

Build Status PyPI PyPI version Documentation License Downloads Codecov

nameparser parses human names into seven fields — title, given, middle, family, suffix, nickname, maiden. Results are immutable, configuration is composable, and locale packs are opt-in.

Installation

pip install nameparser

Requires Python 3.11+.

Quick Start Example

>>> from nameparser import parse
>>> name = parse("Dr. Juan Q. Xavier de la Vega III")
>>> name.given, name.family
('Juan', 'de la Vega')
>>> name.render("{family}, {given}")
'de la Vega, Juan'

Those seven fields are title, given, middle, family, suffix, nickname, and maiden — plus aggregate views like given_names, surnames, family_base, and family_particles for combining or splitting them further.

Learn more

  • Using the parser — the full tour: input shapes, aggregates, rendering, comparison, ambiguities, tokens

  • Customizing the parser — vocabulary, behavior, and presentation

  • Locale packs — opt-in bundles for East Slavic patronymics, Turkic markers, and more

  • There’s also a CLI: python -m nameparser --json "Doe, John"

Coming from 1.x

HumanName and CONSTANTS keep working in 2.0 — same imports, same attributes, same mutation API. What 2.0 removes is the batch of deprecations 1.3 and 1.4 announced, so if your test suite runs clean on 1.4 under python -W error::DeprecationWarning, you are nearly done. Two things that check will not catch: four removals 1.4 never warned about (three raise on contact, the fourth only warns), and one that changes results silently — name == "John Smith" is now False. Migrating from HumanName covers both, and translates a v1 customization into the new API whenever that’s convenient for you.

See the release log for the full list of changes in the 2.0 series.

License

LGPL licensed. See LICENSE for details.

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

nameparser-2.0.0rc2.tar.gz (240.5 kB view details)

Uploaded Source

Built Distribution

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

nameparser-2.0.0rc2-py3-none-any.whl (118.2 kB view details)

Uploaded Python 3

File details

Details for the file nameparser-2.0.0rc2.tar.gz.

File metadata

  • Download URL: nameparser-2.0.0rc2.tar.gz
  • Upload date:
  • Size: 240.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for nameparser-2.0.0rc2.tar.gz
Algorithm Hash digest
SHA256 dba9ed253b64ba76e6e181b035db4bed048fc0a230c6b8ea4c55bbc15d7bf879
MD5 47f140ec9a64a20cfe18444f01f77b13
BLAKE2b-256 aedbc7e00b5dab800e2d19aa96ba389b60616ec699b404df84c27896d1ba9609

See more details on using hashes here.

Provenance

The following attestation bundles were made for nameparser-2.0.0rc2.tar.gz:

Publisher: python-publish.yml on derek73/python-nameparser

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nameparser-2.0.0rc2-py3-none-any.whl.

File metadata

  • Download URL: nameparser-2.0.0rc2-py3-none-any.whl
  • Upload date:
  • Size: 118.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for nameparser-2.0.0rc2-py3-none-any.whl
Algorithm Hash digest
SHA256 e3336b9544dfd1aa09568ac18f746b72b464e252723ec8fae3063417bdf82e43
MD5 a629c24e0cb06ed7cd54b0e52edf2428
BLAKE2b-256 2a6a00d5604b3ac5573a98094ae37ab9233167bf844735a01a17a85c905f834c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nameparser-2.0.0rc2-py3-none-any.whl:

Publisher: python-publish.yml on derek73/python-nameparser

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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