Package: wnpp Severity: wishlist Owner: Antoine Beaupre <anar...@debian.org> X-Debbugs-Cc: debian-devel@lists.debian.org, debian-pyt...@lists.debian.org
* Package name : condense-json Version : 0.1.3 Upstream Contact: Simon Willison * URL : https://github.com/simonw/condense-json * License : Apache Programming Lang: Python Description : Python function for condensing JSON using replacement strings The `condense_json` function searches a JSON-like object for strings that contain specified replacement substrings. It replaces these substrings with a compact representation, making the JSON more concise. . This is mostly used as a dependency for the llm package.