Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-jsonstreams-0.6.0-1.fc37 RPM for noarch

From Fedora 37 updates for aarch64 / Packages / p

Name: python3-jsonstreams Distribution: Fedora Project
Version: 0.6.0 Vendor: Fedora Project
Release: 1.fc37 Build date: Sat Oct 28 23:44:42 2023
Group: Unspecified Build host: buildvm-s390x-21.s390.fedoraproject.org
Size: 64467 Source RPM: python-jsonstreams-0.6.0-1.fc37.src.rpm
Packager: Fedora Project
Url: https://github.com/dcbaker/jsonstreams
Summary: Python library for writing JSON documents as streams
JSONstreams is a package that attempts to making writing JSON in a streaming
format easier. In contrast to the core json module, this package doesn't require
building a complete tree of dicts and lists before writing, instead it provides
a straightforward way to to write a JSON document without building the whole
data structure ahead of time.

JSONstreams considers there to be two basic types, the JSON array and the JSON
object, which correspond to Python's list and dict respectively, and can encode
any types that the json.JSONEncoder can, or can use an subclass to handle
additional types.

The interface is designed to be context manger centric. The Stream class, and
the Array and Object classes returned by the subarray and subobject methods
(respectively), can be used as context managers or not, but use as context
managers are recommended to ensure that each container is closed properly.

Provides

Requires

License

MIT AND (BSD-2-Clause-Views AND MIT)

Changelog

* Sat Oct 28 2023 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.0-1
  - Initial import

Files

/usr/lib/python3.11/site-packages/jsonstreams
/usr/lib/python3.11/site-packages/jsonstreams-0.6.0.dist-info
/usr/lib/python3.11/site-packages/jsonstreams-0.6.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/jsonstreams-0.6.0.dist-info/LICENSE
/usr/lib/python3.11/site-packages/jsonstreams-0.6.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/jsonstreams-0.6.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/jsonstreams-0.6.0.dist-info/top_level.txt
/usr/lib/python3.11/site-packages/jsonstreams/__init__.py
/usr/lib/python3.11/site-packages/jsonstreams/__init__.pyi
/usr/lib/python3.11/site-packages/jsonstreams/__pycache__
/usr/lib/python3.11/site-packages/jsonstreams/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/jsonstreams/__pycache__/__init__.cpython-311.pyc
/usr/share/doc/python3-jsonstreams
/usr/share/doc/python3-jsonstreams/README.rst
/usr/share/licenses/python3-jsonstreams
/usr/share/licenses/python3-jsonstreams/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 19:05:07 2024