Metadata-Version: 1.1
Name: pyDHTMLParser
Version: 2.0.1
Summary: Python HTML/XML parser for simple web scraping.
Home-page: https://github.com/Bystroushaak/pyDHTMLParser
Author: Bystroushaak
Author-email: bystrousak@kitakitsune.org
License: CC BY (public domain)
Description: What is it?
        ===========
        DHTMLParser is a lightweight HTML/XML parser created for one purpose - quick and easy 
        picking selected tags from DOM.
        
        It can be very useful when you are in need to write own "guerilla" API for some webpage, or a scrapper.
        
        If you want, you can also create HTML/XML documents more easily than by joining strings.
        
        Documentation
        =============
        
        Full module documentation can be found here: http://pydhtmlparser.rtfd.org
        
        Changelog
        =========
        
        2.0.1
        -----
            - Fixed bugs in .match().
            - Fixed broken links in documentation.
        
        2.0.0
        -----
            - Rewritten, refactored, splitted to multiple files.
            - Added unittest coverage of almost 100% of the code.
            - Added better selector methods (``.wfind()``, ``.match``)
            - Added Sphinx documentation.
            - Fixed a lot of bugs.
        
Platform: UNKNOWN
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
