Skip to content

Installation

Requirements

  • Python 3.8 or higher
  • No external dependencies — jsonl uses only the Python standard library

Install

With uv (recommended):

uv add py-jsonl

Or with pip:

pip install py-jsonl

To upgrade to the latest version:

uv add py-jsonl --upgrade
# or
pip install py-jsonl --upgrade