[ 原始碼: python-jsonlines ]
套件:python3-jsonlines(4.0.0-3)
python3-jsonlines 的相關連結
Debian 的資源:
下載原始碼套件 python-jsonlines:
- [python-jsonlines_4.0.0-3.dsc]
- [python-jsonlines_4.0.0.orig.tar.gz]
- [python-jsonlines_4.0.0-3.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 python3-jsonlines 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)