Pre Bold Post
{
"info": {
"author": "Arc Riley",
"author_email": "arcriley@gmail.org",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
"Natural Language :: English",
"Operating System :: POSIX",
"Programming Language :: Python :: 2.6",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.1",
"Programming Language :: Python :: 3.2",
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Text Processing :: Markup :: XML"
],
"description": "NodeTree provides a clean, modern API for working with XML in Python.\n\nVersion 0.3 adds support for XML document parsing:\n\n.. code:: pycon\n\n >>> import nodetree\n >>> d = nodetree.Document(' Pre Bold Post Pre Bold Post Pre Bold Post
Pre Bold Post
\n >>> d.root[0].pop()\n ' Post'\n >>> d.root[0][0] = 'Plain Text vs '\n >>> d.root\nPlain Text vs Bold
\n