@@ -27,6 +27,8 @@ approach. It's not perfect, but it gets you pretty far.
2727 suffix: 'III'
2828 nickname: 'Doc Vega'
2929 ]>
30+ >>> name.as_dict()
31+ {u'last': u'de la Vega', u'suffix': u'III', u'title': u'Dr.', u'middle': u'Q. Xavier', u'nickname': u'Doc Vega', u'first': u'Juan'}
3032
3133
3234Unit Tests
@@ -42,16 +44,11 @@ for names that fail and I will try to fix it.
4244Installation
4345------------
4446
45- .. ``pip install nameparser``
46- ..
47- .. I usually push changes to `PyPi <https://pypi.python.org/pypi/nameparser>`_
48- .. pretty quickly. If you want to try out the latest code from GitHub you can
49- .. install with pip using the command below.
47+ ``pip install nameparser ``
5048
51- If you're starting a new project, I recommend installing master from GitHub to give v0.3
52- a try. Customizing it is not backwards compatible with v0.2.10 (the current version on
53- pypi) because the configuration layout changed, but passes all the same tests, and is
54- easier to configure.
49+ I usually push changes to `PyPi <https://pypi.python.org/pypi/nameparser >`_
50+ pretty quickly. If you want to try out the latest code from GitHub you can
51+ install with pip using the command below.
5552
5653``pip install -e git+git://github.com/derek73/python-nameparser.git#egg=nameparser ``
5754
@@ -63,13 +60,14 @@ simple Heroku-friendly Flask wrapper for this module.
6360Documentation
6461-------------
6562
66- **NOTE: ** This documentation covers the new **version 0.3 ** that has yet to be released
67- to PyPi. For the v0.2.10 documentation, see the `v0.2.10 tag `_ on GitHub.
63+ http://nameparser.readthedocs.org/en/latest/
64+
65+ **NOTE: ** This documentation covers the new **version 0.3 **. For the v0.2.10 documentation,
66+ see the `v0.2.10 tag `_ on GitHub.
6867
6968.. _v0.2.10 tag : https://github.com/derek73/python-nameparser/tree/v0.2.10
7069
7170
72- http://nameparser.readthedocs.org/en/latest/
7371
7472Contributing
7573------------
0 commit comments