Metadata-Version: 2.1
Name: jk-xmlparser
Version: 0.2019.4.10
Summary: This python module parses XML (and HTML) files.
Home-page: https://github.com/jkpubsrc/python-module-jk-xmlparser
Author: Jürgen Knauth
Author-email: pubsrc@binary-overflow.de
License: Apache 2.0
Download-URL: https://github.com/jkpubsrc/python-module-jk-xmlparser/tarball/0.2019.4.10
Description: jk_xmlparser
        =============
        
        Introduction
        ------------
        
        This python module parses XML (and HTML) files.
        
        Please be aware that this parser has some unique features like leaving entities unprocessed, and therefore does not follow the XML standards in all aspects. Therefore this parser might may not be suitable for all purposes (while at the same time the 100% standard-compliant XML parsers are not suitable for specific purposes in which this parser excels.)
        
        Information about this module can be found here:
        
        * [github.org](https://github.com/jkpubsrc/python-module-jk-xmlparser)
        * [pypi.python.org](https://pypi.python.org/pypi/jk_xmlparser)
        
        History
        -------
        
        * This project is largly a port of some non-Python code written in the first half of 201X for an academic project.
        * Current state of the project: Beta.
        
        How to use this module
        ----------------------
        
        ...
        
        
        Contact Information
        -------------------
        
        This is Open Source code. That not only gives you the possibility of freely using this code it also
        allows you to contribute. Feel free to contact the author(s) of this software listed below, either
        for comments, collaboration requests, suggestions for improvement or reporting bugs:
        
        * Jürgen Knauth: jknauth@uni-goettingen.de, pubsrc@binary-overflow.de
        
        License
        -------
        
        This software is provided under the following license:
        
        * Apache Software License 2.0
        
        
        
        
Keywords: parsing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
