Datasets and simple API for word datasets
Project description
word-datasets (Python)
Python package for the word datasets.
Build and publish
# (from repo root) stage data into the package source
python python-lib/tools/prepare_data.py
# build the package
cd python-lib
python -m build
# upload
twine upload dist/*
Usage
import word_datasets as wd
print(wd.list_datasets())
for i, w in enumerate(wd.iter_text_lines("words.txt")):
if i < 5:
print(w)
else:
break
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
word_datasets-0.1.0.tar.gz
(3.5 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file word_datasets-0.1.0.tar.gz.
File metadata
- Download URL: word_datasets-0.1.0.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c7fd4a877d141a9671b570ee075c3bd29362c37f61377ada0b955a4db580337b
|
|
| MD5 |
4af1edafad68922592f53e52429ed18e
|
|
| BLAKE2b-256 |
d40d5f87cc1c9ecbfed834e283fb8c82d07cedb76e291ff843a9566d503cb4bf
|
File details
Details for the file word_datasets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: word_datasets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b15e4d8164dad9279ad33dad301dfa00628935de8cc621f816a7ff65ce25326
|
|
| MD5 |
f076356e6c8b5ed5687dc3a42362f194
|
|
| BLAKE2b-256 |
748c863d3ba57692f4f81cdf66bdf746bf23afe799cd514d968496284acc8492
|