Metadata-Version: 2.4
Name: piculet
Version: 2.0
Summary: XML/HTML scraper using XPath queries.
Author-email: "H. Turgut Uyar" <uyar@tekir.org>
License-Expression: LGPL-3.0-or-later
Project-URL: homepage, https://tekir.org/piculet/
Project-URL: documentation, https://piculet.readthedocs.io/
Project-URL: repository, https://github.com/uyar/piculet
Keywords: html,xml,json,xpath,jmespath,scrape
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
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
Requires-Python: ~=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: lxml~=5.4.0
Requires-Dist: jmespath~=1.0.1
Requires-Dist: typedload~=2.39
Dynamic: license-file

Piculet
=======

Piculet is a module for extracting data from HTML/XML and JSON documents.
The queries are written in XPath for HTML/XML, and in JMESPath for JSON.

The documentation is available on: https://piculet.readthedocs.io/

The source code can be obtained from: https://github.com/uyar/piculet

License
-------

Copyright (C) 2014-2025 H. Turgut Uyar <uyar@tekir.org>

Piculet is released under the LGPL license, version 3 or later.
Read the included `LICENSE.txt`_ file for details.

.. _LICENSE.txt: https://github.com/uyar/piculet/blob/master/LICENSE.txt
