معرفی شرکت ها


python-jsonstreams-doc-0.6.0-1.fc38.noarch.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Documentation for python-jsonstreams
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 38
مخزن Fedora Everything noarch
نام بسته python-jsonstreams-doc
نام فایل بسته python-jsonstreams-doc-0.6.0-1.fc38.noarch.rpm
نسخه بسته 0.6.0
انتشار بسته 1.fc38
معماری بسته noarch
نگهدارنده -
تاریخ ساخت Sun 29 Oct 2023 12
هاست سازنده buildvm-s390x-27.s390.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/dcbaker/jsonstreams
مجوز MIT AND BSD-2-Clause
حجم دانلود 189K
حجم نصب 772.890K
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. This package is providing the documentation for jsonstreams.


نیازمندی

مقدار نام
= 0.6.0-1.fc38 python3-jsonstreams


ارائه دهنده

مقدار نام
- bundled(js-doctools)
- bundled(js-language_data)
- bundled(js-searchtools)
= 0.6.0-1.fc38 python-jsonstreams-doc


نحوه نصب


نصب پکیج rpm python-jsonstreams-doc:

    dnf install python-jsonstreams-doc-0.6.0-1.fc38.noarch.rpm


فایل ها

مسیرها
/usr/share/doc/python-jsonstreams-doc
/usr/share/doc/python-jsonstreams-doc/html
/usr/share/doc/python-jsonstreams-doc/html/_sources
/usr/share/doc/python-jsonstreams-doc/html/_sources/api.rst.txt
/usr/share/doc/python-jsonstreams-doc/html/_sources/changes.rst.txt
/usr/share/doc/python-jsonstreams-doc/html/_sources/description.rst.txt
/usr/share/doc/python-jsonstreams-doc/html/_sources/examples.rst.txt
/usr/share/doc/python-jsonstreams-doc/html/_sources/index.rst.txt
/usr/share/doc/python-jsonstreams-doc/html/_static
/usr/share/doc/python-jsonstreams-doc/html/_static/_sphinx_javascript_frameworks_compat.js
/usr/share/doc/python-jsonstreams-doc/html/_static/basic.css
/usr/share/doc/python-jsonstreams-doc/html/_static/css
/usr/share/doc/python-jsonstreams-doc/html/_static/css/badge_only.css
/usr/share/doc/python-jsonstreams-doc/html/_static/css/theme.css
/usr/share/doc/python-jsonstreams-doc/html/_static/doctools.js
/usr/share/doc/python-jsonstreams-doc/html/_static/documentation_options.js
/usr/share/doc/python-jsonstreams-doc/html/_static/file.png
/usr/share/doc/python-jsonstreams-doc/html/_static/jquery-3.6.0.js
/usr/share/doc/python-jsonstreams-doc/html/_static/jquery.js
/usr/share/doc/python-jsonstreams-doc/html/_static/js
/usr/share/doc/python-jsonstreams-doc/html/_static/js/badge_only.js
/usr/share/doc/python-jsonstreams-doc/html/_static/js/theme.js
/usr/share/doc/python-jsonstreams-doc/html/_static/language_data.js
/usr/share/doc/python-jsonstreams-doc/html/_static/minus.png
/usr/share/doc/python-jsonstreams-doc/html/_static/plus.png
/usr/share/doc/python-jsonstreams-doc/html/_static/pygments.css
/usr/share/doc/python-jsonstreams-doc/html/_static/searchtools.js
/usr/share/doc/python-jsonstreams-doc/html/_static/sphinx_highlight.js
/usr/share/doc/python-jsonstreams-doc/html/_static/underscore-1.13.1.js
/usr/share/doc/python-jsonstreams-doc/html/_static/underscore.js
/usr/share/doc/python-jsonstreams-doc/html/api.html
/usr/share/doc/python-jsonstreams-doc/html/changes.html
/usr/share/doc/python-jsonstreams-doc/html/description.html
/usr/share/doc/python-jsonstreams-doc/html/examples.html
/usr/share/doc/python-jsonstreams-doc/html/genindex.html
/usr/share/doc/python-jsonstreams-doc/html/index.html
/usr/share/doc/python-jsonstreams-doc/html/objects.inv
/usr/share/doc/python-jsonstreams-doc/html/search.html


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2023-10-28

Initial import