Package: wnpp X-Debbugs-Cc: debian-de...@lists.debian.org, Debian Python Team <team+pyt...@tracker.debian.org> Owner: Roland Mas <lola...@debian.org> Severity: wishlist
* Package name : python-jsonlines Version : 4.0.0 Upstream Contact: Wouter Bolsterlee <wou...@bolsterl.ee> * URL : https://github.com/wbolster/jsonlines * License : BSD-3-Clause Programming Lang: Python Description : Python library for jsonlines and ndjson data jsonlines is a Python library to simplify working with jsonlines and ndjson data. . This data format is straight-forward: it is simply one valid JSON value per line, encoded using UTF-8. While code to consume and create such data is not that complex, it quickly becomes non-trivial enough to warrant a dedicated library when adding data validation, error handling, support for both binary and text streams, and so on. This small library implements all that (and more!) so that applications using this format do not have to reinvent the wheel.