Metadata-Version: 2.4
Name: jsonl5
Version: 0.1.2
Summary: A Python library wrapping json5 for working with JSONL5 (JSON5 Lines) files
Project-URL: Homepage, https://github.com/yuyi2439/jsonl5
Project-URL: Repository, https://github.com/yuyi2439/jsonl5
Project-URL: Issues, https://github.com/yuyi2439/jsonl5/issues
Author: yuyi2439
License: MIT
Keywords: json-lines,json5,jsonl5,ndjson
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.8
Requires-Dist: json5>=0.10
Description-Content-Type: text/markdown

# jsonl5

A Python library for working with JSONL5 (JSON5 Lines) files.

## Installation

```bash
pip install jsonl5
```

## License

MIT