Skip to content

Commit cfc21dd

Browse files
committed
Update README
1 parent 72b4940 commit cfc21dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)