File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ install with pip using the command below.
5252
5353``pip install -e git+git://github.com/derek73/python-nameparser.git#egg=nameparser ``
5454
55- If you're looking for a web service , check out
56- `eyeseast's nameparse service <https://github.com/eyeseast/nameparse >`_, a
57- simple Heroku-friendly Flask wrapper for this module.
55+ If you need to handle lists of names , check out
56+ `namesparser <https://github.com/gwu-libraries/namesparser >`_, a
57+ compliment to this module that handles multiple names in a string .
5858
5959
6060Quick Start Example
Original file line number Diff line number Diff line change 11Release Log
22===========
3+ * 0.5.8 - August 19, 2018
4+ - Add "Junior" to suffixes (#76)
5+ - Add "dra" and "srta" to titles (#77)
36* 0.5.7 - June 16, 2018
47 - Fix doc link (#73)
58 - Fix handling of "do" and "dos" Portuguese prefixes (#71, #72)
Original file line number Diff line number Diff line change 1- VERSION = (0 , 5 , 7 )
1+ VERSION = (0 , 5 , 8 )
22__version__ = '.' .join (map (str , VERSION ))
33__author__ = "Derek Gulbranson"
44__author_email__ = 'derek73@gmail.com'
You can’t perform that action at this time.
0 commit comments