python-ijson 3.2.2-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.2.2

 -- Tomasz Buchert <email address hidden>  Thu, 29 Jun 2023 21:58:21 +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
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
python-ijson_3.2.2-1.dsc 2.0 KiB e7eed9a4d192968dca3edfc3f72acd3596041384b13f2ab1905df75141e67321
python-ijson_3.2.2.orig.tar.gz 125.0 KiB b711cca47183d10e49a61b2521ae8fd7ae770528cda28a8ac3a5e74051849fd0
python-ijson_3.2.2-1.debian.tar.xz 2.9 KiB d9748ee2a4ca8c9b96564c88595b49d65b1ee26b9fcfdb9ffe9a446ecd4169da

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