File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ the [jsonlines](https://jsonlines.org/) and [ndjson](https://github.com/ndjson/n
2020- 🗜️ Built-in support for ` gzip ` , ` bzip2 ` , ` xz ` compression formats and ` ZIP ` or ` TAR ` archives.
2121- 🔧 Skips malformed lines during file loading.
2222- 📥 Loads from URLs directly.
23+ - 🐍 No external dependencies: relies only on the Python standard library.
2324
2425## Installation
2526
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ the [jsonlines](https://jsonlines.org/) and [ndjson](https://github.com/ndjson/n
2020- 🗜️ Built-in support for ` gzip ` , ` bzip2 ` , ` xz ` compression formats and ` ZIP ` or ` TAR ` archives.
2121- 🔧 Skips malformed lines during file loading.
2222- 📥 Loads from URLs directly.
23+ - 🐍 No external dependencies: relies only on the Python standard library.
2324
2425## Installation (via pip)
2526
You can’t perform that action at this time.
0 commit comments