No description
Find a file
2026-02-16 15:29:13 +03:00
docs Switch to alabaster theme in Sphinx 2025-11-24 19:26:05 +03:00
tests Make typedload a regular dependency again 2025-11-21 15:29:26 +03:00
.gitignore Update documentation 2025-11-10 17:20:09 +03:00
.readthedocs.yml Update readthedocs configuration 2025-11-24 19:22:03 +03:00
CHANGES.rst Change licence to GPL 3.0 only 2026-02-15 17:00:42 +03:00
LICENSE.txt Change licence to GPL 3.0 only 2026-02-15 17:00:42 +03:00
piculet.py Change licence to GPL 3.0 only 2026-02-15 17:00:42 +03:00
pyproject.toml Fix minor version pinning in dependencies 2026-02-16 15:29:13 +03:00
README.rst Change licence to GPL 3.0 only 2026-02-15 17:00:42 +03:00
uv.lock Fix minor version pinning in dependencies 2026-02-16 15:29:13 +03:00

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-2026 H. Turgut Uyar <uyar@tekir.org>

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

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