Metadata-Version: 2.1
Name: piculet
Version: 1.0.1
Summary: XML/HTML scraper using XPath queries.
Home-page: https://github.com/uyar/piculet
License: LGPL-3.0+
Keywords: xml,html,xpath,scrape
Author: H. Turgut Uyar
Author-email: uyar@tekir.org
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
Classifier: Development Status :: 5 - Production/Stable
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 :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.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: yaml
Requires-Dist: pyyaml (>=3.13,<4.0); extra == "yaml"
Project-URL: Documentation, https://piculet.readthedocs.io/
Project-URL: Repository, https://github.com/uyar/piculet
Description-Content-Type: text/x-rst

Copyright (C) 2014-2019 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://github.com/uyar/piculet
:Documentation: https://piculet.readthedocs.io/

Piculet has been tested with Python 2.7, Python 3.4+, and compatible
versions of PyPy. You can install the latest version using ``pip``::

    pip install piculet

.. _single source file: https://github.com/uyar/piculet/blob/master/piculet.py

