Metadata-Version: 2.1
Name: csv2jsonl
Version: 0.1.0
Summary: Converts a CSV file to JSONLines.
Home-page: https://github.com/jruere/csv2jsonl
Author: Javier Ruere
Author-email: javier@ruere.com.ar
License: LGPLv3
Keywords: jsonlines csv
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: jsonlines (~=1.2.0)

=========
csv2jsonl
=========

.. image:: https://api.shippable.com/projects/5a9adb0da4261106000330ef/badge?branch=master
    :target: https://app.shippable.com/github/jruere/csv2jsonl
    :alt: Run Status

.. image:: https://api.shippable.com/projects/5a9adb0da4261106000330ef/coverageBadge?branch=master
    :target: https://app.shippable.com/github/jruere/csv2jsonl
    :alt: Coverage Badge

.. image:: https://img.shields.io/pypi/pyversions/bounded-iterator.svg
    :target: https://pypi.python.org/pypi/csv2jsonl/
    :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/l/bounded-iterator.svg
    :target: https://app.shippable.com/github/jruere/csv2jsonl
    :alt: License

Intro
=====

Simple tool to convert a CSV to JSONLines.

Usage
=====

.. code-block:: bash

    csv2jsonl <file.csv >file.jsonl


