11Name Parser
22===========
33
4- .. image :: https://travis-ci.org/derek73/python-nameparser.svg?branch=master
5- :target: https://travis-ci.org/derek73/python-nameparser
6- .. image :: https://badge.fury.io/py/nameparser.svg
7- :target: http://badge.fury.io/py/nameparser
4+ |Build Status | |PyPI | |PyPI version | |Documentation |
85
96A simple Python (3.2+ & 2.6+) module for parsing human names into their
107individual components.
@@ -15,6 +12,7 @@ individual components.
1512* hn.last
1613* hn.suffix
1714* hn.nickname
15+ * hn.surnames *(middle + last) *
1816
1917Supported Name Structures
2018~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -54,7 +52,7 @@ install with pip using the command below.
5452
5553If you need to handle lists of names, check out
5654`namesparser <https://github.com/gwu-libraries/namesparser >`_, a
57- compliment to this module that handles multiple names in a string.
55+ compliment to this module that handles multiple names in a string.
5856
5957
6058Quick Start Example
@@ -135,4 +133,14 @@ https://github.com/derek73/python-nameparser
135133
136134.. _CONTRIBUTING.md : https://github.com/derek73/python-nameparser/tree/master/CONTRIBUTING.md
137135.. _Start a New Issue : https://github.com/derek73/python-nameparser/issues
138- .. _click here to propose changes to the titles : https://github.com/derek73/python-nameparser/edit/master/nameparser/config/titles.py
136+ .. _click here to propose changes to the titles : https://github.com/derek73/python-nameparser/edit/master/nameparser/config/titles.py
137+
138+
139+ .. |Build Status | image :: https://travis-ci.org/derek73/python-nameparser.svg?branch=master
140+ :target: https://travis-ci.org/derek73/python-nameparser
141+ .. |PyPI | image :: https://img.shields.io/pypi/v/nameparser.svg
142+ :target: https://pypi.org/project/nameparser/
143+ .. |Documentation | image :: https://readthedocs.org/projects/nameparser/badge/?version=latest
144+ :target: http://nameparser.readthedocs.io/en/latest/?badge=latest
145+ .. |PyPI version | image :: https://img.shields.io/pypi/pyversions/nameparser.svg
146+ :target: https://pypi.org/project/nameparser/
0 commit comments