Metadata-Version: 2.1
Name: xmltool
Version: 1.1.0
Summary: Tool to manipulate XML files
Home-page: http://xmltool.lereskp.fr/
Author: Aurélien Matouillot
Author-email: a.matouillot@gmail.com
License: MIT
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Text Processing :: Markup :: HTML
License-File: LICENSE.txt
Requires-Dist: lxml
Requires-Dist: requests
Requires-Dist: dogpile.cache

xmltool
=======

xmltool is a python package to manipulate XML files. It's very useful to update some XML files with the python syntax without using the DOM.
`Read the documentation <http://xmltool.lereskp.fr>`_



