Path: csiph.com!news.mixmin.net!news2.arglkargh.de!news.karotte.org!news.szaf.org!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Antoine Beaupre Newsgroups: linux.debian.bugs.dist,linux.debian.devel,linux.debian.maint.python Subject: Bug#1107670: ITP: condense-json -- Python function for condensing JSON using replacement strings Date: Wed, 11 Jun 2025 19:50:01 +0200 Message-ID: X-Original-To: Debian Bug Tracking System X-Mailbox-Line: From debian-bugs-dist-request@lists.debian.org Wed Jun 11 17:45:10 2025 Old-Return-Path: X-Spam-Flag: NO X-Spam-Score: -4 Reply-To: Antoine Beaupre , 1107670@bugs.debian.org Resent-To: debian-bugs-dist@lists.debian.org Resent-Cc: debian-devel@lists.debian.org, debian-python@lists.debian.org, wnpp@debian.org X-Debian-Pr-Message: report 1107670 X-Debian-Pr-Package: wnpp Dmarc-Filter: OpenDMARC Filter v1.4.2 marcos.anarc.at 50D1F10E047 Authentication-Results: marcos.anarc.at; dmarc=none (p=none dis=none) header.from=debian.org Authentication-Results: marcos.anarc.at; spf=none smtp.mailfrom=debian.org Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Mailer: reportbug 13.1.0 X-Debian-Message: from BTS X-Mailing-List: archive/latest/1909685 List-ID: List-URL: Approved: robomod@news.nic.it Lines: 19 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Date: Wed, 11 Jun 2025 13:43:51 -0400 X-Original-Message-ID: <174966383119.735580.11896733262648948804.reportbug@angela.anarc.at> Xref: csiph.com linux.debian.bugs.dist:1249720 linux.debian.devel:117657 linux.debian.maint.python:16916 Package: wnpp Severity: wishlist Owner: Antoine Beaupre X-Debbugs-Cc: debian-devel@lists.debian.org, debian-python@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.