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-3.fc40 RPM for noarch

From Fedora Rawhide for s390x / p

Name: python3-jsonstreams Distribution: Fedora Project
Version: 0.6.0 Vendor: Fedora Project
Release: 3.fc40 Build date: Fri Jan 26 07:00:55 2024
Group: Unspecified Build host: buildvm-s390x-27.s390.fedoraproject.org
Size: 62666 Source RPM: python-jsonstreams-0.6.0-3.fc40.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

* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sat Oct 28 2023 Robert-André Mauchin <zebob.m@gmail.com> - 0.6.0-1
  - Initial import

Files

/usr/lib/python3.12/site-packages/jsonstreams
/usr/lib/python3.12/site-packages/jsonstreams-0.6.0.dist-info
/usr/lib/python3.12/site-packages/jsonstreams-0.6.0.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/jsonstreams-0.6.0.dist-info/LICENSE
/usr/lib/python3.12/site-packages/jsonstreams-0.6.0.dist-info/METADATA
/usr/lib/python3.12/site-packages/jsonstreams-0.6.0.dist-info/WHEEL
/usr/lib/python3.12/site-packages/jsonstreams-0.6.0.dist-info/top_level.txt
/usr/lib/python3.12/site-packages/jsonstreams/__init__.py
/usr/lib/python3.12/site-packages/jsonstreams/__init__.pyi
/usr/lib/python3.12/site-packages/jsonstreams/__pycache__
/usr/lib/python3.12/site-packages/jsonstreams/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/jsonstreams/__pycache__/__init__.cpython-312.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, Wed May 1 02:28:23 2024