python-ijson 3.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream version 3.3.0

 -- Tomasz Buchert <email address hidden>  Sat, 08 Jun 2024 09:02:17 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
python-ijson_3.3.0-1.dsc 2.0 KiB ddb95ce7289a414cb7c5c0a467d20d4f7e68c5aaaf4123331d6c87678341b08e
python-ijson_3.3.0.orig.tar.gz 125.5 KiB 0477a15fabf030866636c96a702471d8b53edaf14ac1726f2ee434e294be5b42
python-ijson_3.3.0-1.debian.tar.xz 2.9 KiB 11a9c2684985e2069fa2a7d46bab9df3c30709673653bfe21ef8532fa4d56f95

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