Metadata-Version: 2.1
Name: piculet
Version: 1.0
Summary: XML/HTML scraper using XPath queries.
Home-page: https://bitbucket.org/uyar/piculet
Author: H. Turgut Uyar
Author-email: uyar@tekir.org
License: LGPL
Description: Copyright (C) 2014-2018 H. Turgut Uyar <uyar@tekir.org>
        
        Piculet is a module for extracting data from XML or HTML documents
        using XPath queries. It consists of a `single source file`_
        with no dependencies other than the standard library, which makes it very easy
        to integrate into applications. It also provides a command line interface.
        
        :PyPI: https://pypi.org/project/piculet/
        :Repository: https://bitbucket.org/uyar/piculet
        :Documentation: https://piculet.readthedocs.io/
        
        Piculet has been tested with Python 2.7, Python 3.4+, PyPy2 5.7+,
        and PyPy3 5.7+. You can install the latest version using ``pip``::
        
            pip install piculet
        
        .. _single source file: https://bitbucket.org/uyar/piculet/src/tip/piculet.py
        
Keywords: xml html xpath scrape json
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Text Processing :: Markup :: XML
Classifier: Topic :: Utilities
Provides-Extra: test
Provides-Extra: yaml
Provides-Extra: dev
Provides-Extra: doc
