21 lines
510 B
ReStructuredText
21 lines
510 B
ReStructuredText
|
=========
|
||
|
jsonlines
|
||
|
=========
|
||
|
|
||
|
``jsonlines`` is a Python library to simplify working with jsonlines_
|
||
|
and ndjson_ data.
|
||
|
|
||
|
.. _jsonlines: http://jsonlines.org/
|
||
|
.. _ndjson: http://ndjson.org/
|
||
|
|
||
|
* Documentation: https://jsonlines.readthedocs.io/
|
||
|
|
||
|
* Python Package Index (PyPI): https://pypi.python.org/pypi/jsonlines/
|
||
|
|
||
|
* Source code and issue tracker: https://github.com/wbolster/jsonlines
|
||
|
|
||
|
.. image:: https://travis-ci.org/wbolster/jsonlines.svg?branch=master
|
||
|
:target: https://travis-ci.org/wbolster/jsonlines
|
||
|
|
||
|
|