No description
Find a file
2025-11-24 19:26:05 +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 Prepare version 2.0 2025-11-24 19:02:16 +03:00
LICENSE.txt changed license to LGPL 2016-08-10 11:18:58 +03:00
piculet.py Prepare version 2.0 2025-11-24 19:02:16 +03:00
pyproject.toml Switch to alabaster theme in Sphinx 2025-11-24 19:26:05 +03:00
README.rst Update documentation 2025-11-21 14:38:28 +03:00
uv.lock Switch to alabaster theme in Sphinx 2025-11-24 19:26:05 +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-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