python-ijson 3.2.1-1 source package in Ubuntu

Changelog

python-ijson (3.2.1-1) unstable; urgency=medium

  * New upstream version 3.2.1

 -- Tomasz Buchert <email address hidden>  Sun, 18 Jun 2023 18:59:34 +0200

Upload details

Uploaded by:
Tomasz Buchert
Uploaded to:
Sid
Original maintainer:
Tomasz Buchert
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-ijson_3.2.1-1.dsc 2.0 KiB 0a5cfabff5829354fcd06d60142dd8b3c7b3de2afef72952c9b6dd528af8bf11
python-ijson_3.2.1.orig.tar.gz 124.6 KiB d424150b6f274cb3fef7e2cf1ad31a4deb7c02434f430488256445fbbf72b187
python-ijson_3.2.1-1.debian.tar.xz 2.9 KiB e26972bb362eb038d6b3887bc5ccaa4c8272b11bfa8c9499bf05685137cda5f3

Available diffs

No changes file available.

Binary packages built by this source

python3-ijson: event-driven JSON parser (Python 3 version)

 Ijson is an iterative, event-driven JSON parser with a standard
 Python iterator interface. The principle is similar to Java SAX
 parser: the user can parse a document on-line, without storing the
 whole object in memory.
 .
 This package installs the library for Python 3.

python3-ijson-dbgsym: debug symbols for python3-ijson