43 lines
1.3 KiB
Plaintext
43 lines
1.3 KiB
Plaintext
Metadata-Version: 2.0
|
|
Name: jsonlines
|
|
Version: 1.2.0
|
|
Summary: Library with helpers for the jsonlines file format
|
|
Home-page: https://github.com/wbolster/jsonlines
|
|
Author: Wouter Bolsterlee
|
|
Author-email: wouter@bolsterl.ee
|
|
License: BSD
|
|
Platform: UNKNOWN
|
|
Classifier: Development Status :: 5 - Production/Stable
|
|
Classifier: Intended Audience :: Developers
|
|
Classifier: Intended Audience :: System Administrators
|
|
Classifier: License :: OSI Approved :: BSD License
|
|
Classifier: Programming Language :: Python
|
|
Classifier: Programming Language :: Python :: 2
|
|
Classifier: Programming Language :: Python :: 3
|
|
Classifier: Topic :: Internet :: Log Analysis
|
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
Classifier: Topic :: System :: Logging
|
|
Classifier: Topic :: Utilities
|
|
Requires-Dist: six
|
|
|
|
=========
|
|
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
|
|
|
|
|