Metadata-Version: 2.1
Name: cs.xml
Version: 20220606
Summary: A couple of trite XML conveniences: preferred `etree` import and a `pprint` function.
Home-page: https://bitbucket.org/cameron_simpson/css/commits/all
Author: Cameron Simpson
Author-email: Cameron Simpson <cs@cskk.id.au>
License: GNU General Public License v3 or later (GPLv3+)
Project-URL: URL, https://bitbucket.org/cameron_simpson/css/commits/all
Keywords: python3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Description-Content-Type: text/markdown
Provides-Extra: lxml

A couple of trite XML conveniences:
preferred `etree` import and a `pprint` function.

*Latest release 20220606*:
Initial PyPI release.

## Function `pprint(xml, fp=None)`

Directly derived from the suggestion at:
http://stackoverflow.com/questions/749796/pretty-printing-xml-in-python

# Release Log



*Release 20220606*:
Initial PyPI release.
