No description
| docs | ||
| tests | ||
| .gitignore | ||
| .readthedocs.yml | ||
| CHANGES.rst | ||
| LICENSE.txt | ||
| piculet.py | ||
| pyproject.toml | ||
| README.rst | ||
| uv.lock | ||
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