软件包: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
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-attr
- Attributes without boilerplate (Python 3)