Added `attrs()` function for parsing `dict` instances out of text.
1.6.2
Updates testing. Newly qualified under 2.7.13 and 3.6, as well as most recent builds of pypy and pypy3.
1.6.1
Added Python 3.5.0 final and PyPy 2.6.1 to the testing matrix.
1.6.0
Added ``textline()`` routine (NB ``textline`` not ``textlines``) as a quick "grab a single very long line" function. It actually allows multiple paragraphs to be grabbed, each as a single long line, separated by double-newlines (i.e. Markdown style).
1.5.0
Added ``text()`` as preferred synonym for ``textlines()``, as that is more consistent with the rest of the naming scheme. Deprecated ``textlines()``.