fileloader
fileloader are functions for quickly loading files into lists. Supported types
are txt, jsonl/ndjson, and csv. JSON loading is there too, if needed(it returns a standard json.load(), so it's an object rather than a list of objects)
Building
pip3 install build && python3 -m build
Installing
pip3 install pyfileloader
Usage
>>> from fileloader import load_jsonl
>>> items = load_jsonl('test-10.jsonl')
>>> len(items)
10
>>> comp_items = load_jsonl('compress-10.jsonl.gz')
>>> len(comp_items)
10
Release files for pyfileloader 0.0.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyfileloader-0.0.14.tar.gz | 3.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyfileloader-0.0.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.4 kB
Release files / pyfileloader-0.0.14.tar.gz
| Download URL | pyfileloader-0.0.14.tar.gz |
|---|---|
| Size | 3.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e6758476bc3eed65bcaa58262f15648399e55145c025ba4e9955d292c315cbe2
|
|
BLAKE2b-256 checksum How to use checksums |
c2b10d690e5dea49150b42118a9de124d6a8a74c7fb2eb39771156b7a8436fc9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.6.14
|
Release files / pyfileloader-0.0.14-py3-none-any.whl
| Download URL | pyfileloader-0.0.14-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ccd9bad70d393b8ae0eae8dc5395fc960528a01c9b8088a17bcb2702107ba5d0
|
|
BLAKE2b-256 checksum How to use checksums |
f5ac619853b1df11aeb4b7d27a9872bf631868c4718d1beaa44d5a96b99ea56b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
uv/0.6.14
|