No project description provided
Project description
gribberish python
Read GRIB 2 files with Python. This package is a Python wrapper around the Rust library gribberish.
There is support for xarray and kerchunk integration, as well as just reading the data directly into numpy arrays.
Installing
With pip
pip install gribberish
or install with git:
pip install -e "gribberish@git+https://github.com/mpiannucci/gribberish.git#egg=gribberish\&subdirectory=python"
With optional xarray support:
pip install "gribberish[xarray]"
With optional kerchunk support:
pip install "gribberish[kerchunk]"
With optional zarr support:
pip install "gribberish[zarr]"
Manually
With pip:
pip install -e .
or with maturin
pip install maturin
maturin develop
Usage
This module can be used directly, or via xarray.
For direct usage, see dump_dataset.py or compare with eccodes usage and performance in bench.py.
xarray
To use with xarray, simply specify the gribberish backend when loading a grib2 file:
import xarray as xr
ds = xr.open_dataset('gfswave.20210826.t12z.atlocn.0p16.f000.grib2', engine='gribberish')
Some examples are provided:
xarray_usage.ipynbshows how to load a single GFS Wave model grib2 filehrrr.ipynbshows how to load a single HRRR model grib2 file. There are multiple time and vertical coordinates in this file so it shows how the full dataset can be loaded or filtered down to only what is desired. It also demonstrates how to select data at a given point in space using the non regular gridded coordinate system.nwps.ipynbshows how to load an entire NWPS model output that is distributed in a single grib2 file.gfs.ipynbshows how to load a single GFS grib2 output file.read_radar.ipynbshows how to load a single radar file from a single uncompressedMRMSgrib2 file.
kerchunk
This package also supports building virtual datasets with kerchunk. Two examples are provided:
kerchunk_gefs_wave.ipynbshows how to build a single virtual dataset from an entire GEFS Wave Ensemble model run (30 ensemble members, 384 hour time horizon)kerchunk_hrrr_subhourly.ipynbshows how to build a single virtual dataset from an entire HRRR subhourly surface model run. This results in a virtual dataset with data at 15 minute time intervals over the following 18 hours.
zarr
This package also supports use with zarr for reading unmodified GRIB2 messages (arrays) as chunks using the gribberish.zarr.GribberishCodec codec. This usually will not be used directly, but with VirtualiZarr or kerchunk
Examples to come soon.
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
Built Distributions
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 gribberish-0.21.1.tar.gz.
File metadata
- Download URL: gribberish-0.21.1.tar.gz
- Upload date:
- Size: 9.8 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca3e4eeaba97c8dc8fd11cb7a9ad04530d40bf51acf0bf9bcea8f83c06b0c021
|
|
| MD5 |
9186c57809c896da0c197a01763c601e
|
|
| BLAKE2b-256 |
5112237765bd4c87b365acdd4ec41750aeca15e802e4d4bfb07dbe4e6ec74d62
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2bb3fa7a587d070852a8cfa8697ba395dd6a54dbf629eba96d90023c5d93796d
|
|
| MD5 |
2c51fd9c50dae2c5c873b8ffa84e2f60
|
|
| BLAKE2b-256 |
ef8fc850a1b270ebd850153658b8c632af99eb4b00fbeb2f618258d746adfea6
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.8 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3026ba4b9050824800c8c92b65cf16fcd8a7cad7d4e8fe98cc440dd2aa76263
|
|
| MD5 |
3a8847950f23248d6c7f2de88573b613
|
|
| BLAKE2b-256 |
bb80b7b4d2f15e6d5845a1593848e6bf6df091d050d66d782c34666edf0b3c79
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb084f811dd46f11e8a75688d0dcd66c93e17a00711bc82bae5dc02b072268d3
|
|
| MD5 |
edee9bec867ee638ac9b3e61215f0717
|
|
| BLAKE2b-256 |
fc99e4ebce5c1b42673878e56c3608104cb1437d7c7b50b6ead98c5fbccd9d43
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5058febbe98d9b533cdc91bc390dce7f86fe7d0f07d30d11b8498e5ac2f1f263
|
|
| MD5 |
fb28c8193697316c252b949f8b70693e
|
|
| BLAKE2b-256 |
130360b2127fdbba51e47ed166d5dd7a33c46ee506868350af7739582d369a70
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: PyPy, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01c0a594f334a1021bf8b2ed06fec0ae812b01cd272aed906d205178ce01e544
|
|
| MD5 |
15a5af1b67bf11f6ae88d9b274b38f36
|
|
| BLAKE2b-256 |
9aa343087d87ac794f2cb64c0ae65462813ce7b03a47d415042cc62c5af91250
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb1d28082555e53a9539eec22d3e359aabd0b8c33da7d03aa27851b7ef9f0aaa
|
|
| MD5 |
52ab20ec324fffd430f880a60be68308
|
|
| BLAKE2b-256 |
7ecb7ec2abfdb2c3372a5faadd8d61194a0998329d887013c9f901bfa7fee6e2
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a289d2f69e9d582fda400406317398da7711be3dbb82964f6ca9dd27272e075
|
|
| MD5 |
407f1d3893685155d8ea691a6a1b1e1d
|
|
| BLAKE2b-256 |
93a397268c80881d9a4972db01fe1fc445287db8006461adff0e2f9b431daa2b
|
File details
Details for the file gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: PyPy, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e816178e2143b8124c5f654d5e5003eb47d0b24e7af8f486320b13d4a816f9b
|
|
| MD5 |
ba1a0372bb0b043d3f9991147c8913f6
|
|
| BLAKE2b-256 |
96049376cf11704c8d77dc3e3b1bb9eaec8e6c5560bb1bfc0c6be199d7319e42
|
File details
Details for the file gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: PyPy, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e314d07e3e914eabfda07e1f52d5fd2ee626a694b53b6e1054dc61f42dc32c4f
|
|
| MD5 |
c2f61090c8c0ff21fd206779f2126831
|
|
| BLAKE2b-256 |
e7bbd6c291dac5f2bb6c7a68426abbdbcd8b94f9cda17cff03036c41f5e33b7d
|
File details
Details for the file gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.8 MB
- Tags: PyPy, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1508029907eef4b352548d5607ccd7e69467b4719e9f4f7edc8a6d9bd81c8907
|
|
| MD5 |
ed004c26a8b8a9e9dfeddef6260e438b
|
|
| BLAKE2b-256 |
c72777d3e5ea166376e274a9466e7e8213b267291cad3ef4505a699271840856
|
File details
Details for the file gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: PyPy, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e078c1ee853a3c9a9a5cf0248100d894a58d10e482bfe457b7a23404e1f70a92
|
|
| MD5 |
1d0f6ec9dc3944e0cde4f4ba33c6f0ba
|
|
| BLAKE2b-256 |
a2296a7b58aa669b87328969a0b80d79c5699bb0d3e92ab95e2d843619e6a1af
|
File details
Details for the file gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: PyPy, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f4c6186bf916feea080e921b969c1fafc9283fb78ca3cb4ee137bc02a992a54
|
|
| MD5 |
abb96fd6c9043159d9aab15a23a3eb7e
|
|
| BLAKE2b-256 |
de5e16a43cd6e710e4ac9fc8c67339360cd290d2093e15b1ec4c1778c9ce9912
|
File details
Details for the file gribberish-0.21.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de37742c918ae00d056d24f9b37d3895f11bf293912e7da5aef408eee963c343
|
|
| MD5 |
16666bbcfb44035499eedae209100ac3
|
|
| BLAKE2b-256 |
d6b78f90cf54d552d32b7f95fc0f6ce637f89a7cb8468ff588c5f305adc45bb1
|
File details
Details for the file gribberish-0.21.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: PyPy, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
875774dac6d960497d352e5b6f773c46d02f4c3ef29e4ed819daca707767663e
|
|
| MD5 |
ae9db3503e5bc440dc153d4e65b8f4db
|
|
| BLAKE2b-256 |
c68fa4b229246da64bdebce20570d2936ddab679fc830ff068db982ea6dea6c4
|
File details
Details for the file gribberish-0.21.1-cp313-cp313t-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313t-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc0ea08d2d7583c03edc2f94010fb644e3d152f7b3a30066d5732c033523a10
|
|
| MD5 |
e27b97c1a6db91d1d51d8c3d816e6a05
|
|
| BLAKE2b-256 |
fb893c2829188acfdfb32fedcd01f9c48478a94c9919e521ffe90996057e2465
|
File details
Details for the file gribberish-0.21.1-cp313-cp313t-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313t-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
788355662e114ff28d9fc1e8d0cdb471e19729f30e436e90b0ae1e23bc0b68e7
|
|
| MD5 |
c77996007c5ac75a3e794fb0b0783cf6
|
|
| BLAKE2b-256 |
3db5dda9645c949a58859e1da6e8b1090d1444a5c0007d8476bd744c70829d8d
|
File details
Details for the file gribberish-0.21.1-cp313-cp313t-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313t-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b854729924ec72faf5738de9cad64470d8cd3faac4245300fa98d80e35110b8
|
|
| MD5 |
624cfbfa0299f10945c32445a75cdfde
|
|
| BLAKE2b-256 |
dd17999b693a849e313a0b6c8450e078227d8f709d2d82470783a4825d318e3a
|
File details
Details for the file gribberish-0.21.1-cp313-cp313t-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313t-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.13t, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
49d7aec46c4c7e19e27b8f9d1f999b2bda580bb48606ccd593a87727ad2bce7a
|
|
| MD5 |
22656ca9fd2224910d483cc508f341c4
|
|
| BLAKE2b-256 |
6b1a927025197a925f427201e4843b3381f6eae677ca50dcab7c3b591248d9ec
|
File details
Details for the file gribberish-0.21.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43837b67f252286307c34f6521a1cbfeda21ad7c22132f67457dff6e3ede98ed
|
|
| MD5 |
09ccbd33f24bea462a442c367eeb2525
|
|
| BLAKE2b-256 |
ddd5be7c217cd95f4ce05cedd14f3643b80de05a6afe85a934ce3bbdee9814de
|
File details
Details for the file gribberish-0.21.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13t, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d833a8fa7f03dd5351a17f201b9eaddb60560b34503561148b30fa676f39c6bb
|
|
| MD5 |
2f1c2c7bd7b2a72b26c8a3d3c504772b
|
|
| BLAKE2b-256 |
bda2951bd93de05333bea68c00ea455b49fe0f3cadd7518ed2942ccbc472263e
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ceb39d6b32c14ab5cef79bf8c9fa69f44f93bebbf1a27d57c7d29abf5c4bafb8
|
|
| MD5 |
40896222beb4cf270bac97687a5c53da
|
|
| BLAKE2b-256 |
cc2e6d41830879e6edef6dcf31ed721eaeec6e548a97cd9573ddc753ecf49603
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0c2ed137de6a764d988eef6e77225db4835fbfd38387910e347eeba188e31282
|
|
| MD5 |
89d909df41105833fbc783d10763692c
|
|
| BLAKE2b-256 |
f748d21c47f4f0df4ed2f5f78bc663eb48573d3abff091d4861fd49ad774f7ce
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
faaacc5050b9af68afc7689bca20d7e14b34d2b032c300cab75b4c0ae6bd5ec3
|
|
| MD5 |
a75457c9f27235e00b02e24aba7e9034
|
|
| BLAKE2b-256 |
e62f0c7d0be31aee21aecb75d070771c3c81f9ea20eec457c60b6b4d52870aaf
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.13, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
794e4890f89e69ffb306cb9752ad19fe2c21658e9e553cebd73773abe04bde24
|
|
| MD5 |
295d6b912b4d80b579b2fcc0eeb47187
|
|
| BLAKE2b-256 |
db8ec1ea85a4fb413987ee1296c9ad751567a9b07d7a3fad6bc4984a4ebf2702
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c93a7075d8381a6f57526bb8418f59f06b92617bb56ffd7c02d1d54c0dcf6563
|
|
| MD5 |
c4ac707f0e96e86fc06c39419b7abacf
|
|
| BLAKE2b-256 |
2c1000ed2f5f3fd4f775e7f8fde76cd8edceaf507f6c072a387314b00fae1a16
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
897de02bc681ed7ad666a1c50b2b4a3afcdbfbb49be7d5032de96f54f4cf5ae0
|
|
| MD5 |
7cc1f9c5cfc65422f2d734e7dc265f51
|
|
| BLAKE2b-256 |
a9fc3f17e4b3b0efd55bdc0a1f9a78098a8806ad449feee1ee6de0b78b39fa47
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
195f5d6f7cc84c2a21e05a99e35d3a41f9c45a71e29d79ba4844ace377491f02
|
|
| MD5 |
365dd8dcdfffebb9d32c10cad8193293
|
|
| BLAKE2b-256 |
6d398108f5a4801b7a45960170d1fb8492df5564299c90eccb4a9f585a7c56e8
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.13, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d23a7dd86452e5837321df9e82e45c631f7dc1f23ed534553cc08fef3543a907
|
|
| MD5 |
7af4b46e4382389a326872f4c28f346f
|
|
| BLAKE2b-256 |
29b1ffffd9adc76541f6eb84c0dcaeb7bd08ccbc40c3adfc4f40b526190806fb
|
File details
Details for the file gribberish-0.21.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 618.9 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f2701f8f51df2738ad59359362d42534015ca3eb51941bc6d99ac1ff7ddd5bb6
|
|
| MD5 |
697ab907ef6777ba0d5ff3a1ff432895
|
|
| BLAKE2b-256 |
207fbc1daf6adaf28b9902c84a61a2f2bb9ec9a779ed1bed61f293f00ac49d83
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 531.2 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d6834050532074cd0db58c4dfc64118c344b25febdf944cd61bd1d8a71d99117
|
|
| MD5 |
8efa6bbcf0434db53407daff6ac0e234
|
|
| BLAKE2b-256 |
85b5b9efcb341ec6ca9cde8fcfde6a37c55c9475e4e2d0df6b248d52273942e4
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-win32.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-win32.whl
- Upload date:
- Size: 493.7 kB
- Tags: CPython 3.12, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d542941bae112a36446a36d0e045ebf91af583bf6df1697b816e459bbb51b06
|
|
| MD5 |
0700ee6b022a7480ac89c9b80e4d49d3
|
|
| BLAKE2b-256 |
2a7a30e6d3e86c42219a45db4bccd42ca6dc7a33c66dee94332539562b097a21
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0056f4161b0fdcba3a4926de3e03377075601bbcd3e64201d2509af25b871747
|
|
| MD5 |
7b64df117eacba09328454671da56336
|
|
| BLAKE2b-256 |
b03b0119b380965e937d750c4ae970c9e1d9d8cfd86e90c6883c2876688490d8
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d411766b57410bff79046f5a09640127cd039b9a7a709c705dd5b16a96f82ba8
|
|
| MD5 |
392d9e96ac76c1f63acd132a38783f40
|
|
| BLAKE2b-256 |
2877a0ad78e1e125df74d6d1b2199e7173f630f9b5af8e2d30e1fc6eb0332cb9
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc06692f8ed71457ad346fbfd0ed92b2a905a5123fe0178bfc419dbe2cd3b6b6
|
|
| MD5 |
93642af09c6caa5eedf775064c8b7963
|
|
| BLAKE2b-256 |
938f77dc3e0baad1c6741e4b5af2c447e3bd3c2228aa7b44a5a814f62e9fe95d
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.12, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecfd534a9d5d6e4b77ab0cfaab6164e29af6d06be678d6782b3faa51f46d0cd0
|
|
| MD5 |
ea7d05abc64ded1bdde6d97a90fa9bec
|
|
| BLAKE2b-256 |
1560f8e01d503520d44ab0dce1b948e8a8df104a5c6a6823a3425b66b79addd7
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d5a766d0ffc4e30d681ffbdd34d191c7844465008bad998bf34f505cee9a735
|
|
| MD5 |
5f59d77fbfa955f8c4f477308765b5ba
|
|
| BLAKE2b-256 |
0849b0fb36458850c3b8f1221bc78348c68a20bb1ef41e3702765610cfb8728a
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8b489dc429e69560373fb52f65b740fe73058ccaef5f88e4311b687448b46ed6
|
|
| MD5 |
4e62d07058228de8da9e2bfca736f3fd
|
|
| BLAKE2b-256 |
80b13ab54320b0021eaabc560c13521354d19d20bd806759dd4978af0cad13ff
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d04f72e2e8b1840b3669f1dbf9f52900e1b220e448c589f9a2f9f04564c550c
|
|
| MD5 |
10dbc325ee49b4cd5674b581690d54ed
|
|
| BLAKE2b-256 |
e341dd4dc87971bca490e3c1bf31846d39669fa158446898db15161477bd8493
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.12, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af344e551186bdc00870a161d546dae92261484c68cba543c3b037c33c27e7ec
|
|
| MD5 |
2952a84fdcd052ef6ce8b1144be7e557
|
|
| BLAKE2b-256 |
d4935bdd7bf6b4f5440e5324203d918da71808a2106f118617b60e5f574a295e
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 619.0 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1afe2d19888671b9555bd0de820d1880576aca1f99123abe41cff80bc9ba8b5
|
|
| MD5 |
11602f499885e03b40e0e3fe06473036
|
|
| BLAKE2b-256 |
b38dda670ed9e08bf107661ba3f24da652831577d56aa7cd8487f5820598b1be
|
File details
Details for the file gribberish-0.21.1-cp312-cp312-macosx_10_12_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp312-cp312-macosx_10_12_x86_64.whl
- Upload date:
- Size: 705.0 kB
- Tags: CPython 3.12, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2f070f165fdab6d100aa057e0c555fa88d04c5703f58b132d8ce4a245d3ee6c
|
|
| MD5 |
aa530d11d272a435731f83fef90b2941
|
|
| BLAKE2b-256 |
d782523baad95a58bc631c72cb35776ee000995eeef45afaaaf10201a0e7f874
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 529.4 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15c7cedb4604ee2b05a04dd7f5a8c72fb294317a6637f1b98cd1a351c121d2f7
|
|
| MD5 |
ea7a4bc54e0d181547f4a2064a2f2aa0
|
|
| BLAKE2b-256 |
e0359f650ed84a4a26cb83167941cd531552afd57628cb06f3069636bb72bff9
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-win32.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-win32.whl
- Upload date:
- Size: 494.5 kB
- Tags: CPython 3.11, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3fddc14c73f8924dc76fa12883d1375cf915d1758c02b15af442c1b5667fe064
|
|
| MD5 |
eebfbfe7924ea445d2ad6624326003dd
|
|
| BLAKE2b-256 |
fbafc3a59de83d7cdc381b64ff33bc22659911f0a1b2281378771ee7a8f8fc9f
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
24d4cd40c5839c85f5cadbc92dc08043f46d0164b7be8e39b0226eaa71e0d868
|
|
| MD5 |
b3ec6014d4b414c35bba74abadbf2382
|
|
| BLAKE2b-256 |
a755ab698993fd1cde95942e128d4067deeed1b9898f84d8e8e2e81da343e453
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
438534b79d90532d129032242719d23b5611505d7edcc7e7cbb001aaa8eae499
|
|
| MD5 |
35d6868e22fa1ff9b357584430acc1dc
|
|
| BLAKE2b-256 |
09d5cdc23091fb10292070eb552143635419437bb8bb0d621ffc062d5f0136d6
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0715230314dc5e59927666f703795041b0ac1e358bb901682881efa02877260d
|
|
| MD5 |
b2c4ab8b9634c38e751571ac6db3a0df
|
|
| BLAKE2b-256 |
15152f6f764ab56fcc1b93854ea8247e56b3d5ba208d47d10f78cbc45455d4a4
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.11, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a0f1aa7384787433b00a1bbf3e0f11ca5cc262ecf6ee6a366d79cd1c2f1c855
|
|
| MD5 |
18e341cd317c03183c80e1d58cba3250
|
|
| BLAKE2b-256 |
0f389df103a835474a8e7a1949edfd14ab3e13966c5e28ea67251b108fac7a34
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b37502641c0495dc25755dc477ecd856cfa4f6298aae345cb0b3717d90be89f3
|
|
| MD5 |
99ebeb66ddac2ba77d96d3c88e619b03
|
|
| BLAKE2b-256 |
80300e26dc7078d22c4a4686bcb56cee008de8069ca5caa3e62cf030810f8095
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf9ca94e629750bb6733487ba590b66a45964cca1f2ab926f4d9d54180ee37fc
|
|
| MD5 |
03bf24c88dc7a285f4eae907872ef14d
|
|
| BLAKE2b-256 |
2f7b70d0e2eb32f0bca4853aeb967189788a684551721049bd033822ca53f15d
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7177de590017a40a548c92d4159cff05a86e10d4218070fb39abb83c33a7026a
|
|
| MD5 |
d3654df5089fe29cef89cbf9ba3287fe
|
|
| BLAKE2b-256 |
d8cff6e721a45bc20d2d952684d6f0c2717ae8b145b2fb7a2453459643845f9c
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.11, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
35a416df6ab56aedb526a0ff5787df764daba90415c69b379ebe05e04416e59f
|
|
| MD5 |
6a90a81c5ca7a6331ac3d9d9fc293c0b
|
|
| BLAKE2b-256 |
8f51264c7c0d9cea2d3c98ad5c4d05f5398bc2d815c20a02ee79e29b664c0521
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 622.8 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
918d9ff24209aac5b78e6895287c97ecab1f03102b10c03f4b9a9006861601bc
|
|
| MD5 |
29a896cb5e2c0d996b2687f067392630
|
|
| BLAKE2b-256 |
f4b7e164da9bdaec5ac6c83ce3d3fc885816194842504603f9c9617c9401b75b
|
File details
Details for the file gribberish-0.21.1-cp311-cp311-macosx_10_12_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp311-cp311-macosx_10_12_x86_64.whl
- Upload date:
- Size: 707.8 kB
- Tags: CPython 3.11, macOS 10.12+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
573c0e88bd60a81c2786e74214c1459ad9fa946f12c87e9134815b790f2cc04b
|
|
| MD5 |
27348b825cbdfdba81ebece232130374
|
|
| BLAKE2b-256 |
ea338dcbba3726cd4a118f865d003878d649ca703b81ba968c680a4d96084929
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 529.4 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8eb89af2c6e9a93ce84fb8e854a5b4c07ecce2011082d2f580366a42a8d2916
|
|
| MD5 |
0cfdb16a8a456500a1301d9e30cd186a
|
|
| BLAKE2b-256 |
5ee7f029c47f8e41e0f1d9f6675bdfde732f543338880aa78f3fb06cc6f67f84
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-win32.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-win32.whl
- Upload date:
- Size: 494.4 kB
- Tags: CPython 3.10, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a7202fe7628ef5652e568f7a901f5487a57a8e3d17454348619aa69611ce152
|
|
| MD5 |
672b3eed93daa4a8a60579397171b88c
|
|
| BLAKE2b-256 |
1cdeeee8b385cacebb5f3ad7371c608accb128aaddebb7d6e6adcb99b934a899
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1a80d645c629a807b2eb138c27c0c737ae95264ee8ef3620c38e404753b6c09b
|
|
| MD5 |
49b8f5e2fafe8af1c2691a75c16eb556
|
|
| BLAKE2b-256 |
75acb668694d4a2f0b9d37cff67e1edded8d79da903309acc69a16abd461eda0
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db747ef4c63f53dbe1f3417aa728e58f870521b981dc4e1eebf9cdb2fee46b5a
|
|
| MD5 |
ac30044696cf589689e53883cbb3cf35
|
|
| BLAKE2b-256 |
649a227766cd9485f7494065d76af7dd7c9a56a6354eb0be1fac63997dc5868a
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9dbba23ef6ccc67b28f4f7392b8b5ba04ae23919c3be040bb36a11197d448d04
|
|
| MD5 |
1ccf7304652c6e0d53a1dec321d8d405
|
|
| BLAKE2b-256 |
30bc381af50d61c500c732a1c9b792c992d50351f2ff2b3b827b803b02f70c04
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.10, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48e052f099d34b4612f1497b58d73ca10433eaf0ed8a4f4e9e9d20f92f8d82ce
|
|
| MD5 |
a0f1b728280e4797a91fd5e364654ba3
|
|
| BLAKE2b-256 |
a38177353f7aad4f2172825d0af4b28b3e48ca250319caa3c87d08c31f5a2e87
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8641c4ac6d2f85987b9de5d2530a656524fd3a63addfb7a8d2e40bf47ff67cb
|
|
| MD5 |
aa5cf667d622c801aab0126bbdcdc3a8
|
|
| BLAKE2b-256 |
37a52de4c505dc889b25b3c219c5ee51358e1b57eccdff5d212286f312330f70
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
170eecf002538d53f4d5dc16f605f84ed375cb182924b687eb836a1c60c273a8
|
|
| MD5 |
20db4354a6ef42851e9a96d4d929f8d1
|
|
| BLAKE2b-256 |
4bbebe23aa93b0487a6c731edc432d2db25d20005b42214eb05143207d007b1e
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54b6ccb2cd894ad664fe0265e0121649299d5faaf5b91abee1a7c74f405b80e0
|
|
| MD5 |
562b7f40d471a6400c9a5d77e9c9131f
|
|
| BLAKE2b-256 |
689b354ea71f6ef951b65125579605bba24977aa3d4170013ab940c6131647e0
|
File details
Details for the file gribberish-0.21.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.10, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
386542d34cd24d0544890dbf370c32dd94fd3d2126eb245929d2d4502f0eb9a1
|
|
| MD5 |
767d2a56b06c5c03b9ff8521b756b778
|
|
| BLAKE2b-256 |
14cb36cda20280263e805f7d659cda9ddd155a9c2b7ec78e492ec0272e231ae2
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 530.1 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52658f93fee44ebde5dfb7c37efbbe3658cc706446445dd654ca3fed8d09e05d
|
|
| MD5 |
93f97786bcbf720ff0eeac0c5b3b422e
|
|
| BLAKE2b-256 |
672981a6706fd433c6b1d2e1e3a5f875d638e568d86bd55d339b35956efb0df1
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-win32.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-win32.whl
- Upload date:
- Size: 495.4 kB
- Tags: CPython 3.9, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdc7afa7dd39408a97b2b06d7aad829194c44eee0736dfbf4cf3a51b94788ca0
|
|
| MD5 |
6f9ae0849bcae643eec618f24d96e11d
|
|
| BLAKE2b-256 |
641fcaca5bcb068ea1d235453fbb15790adc92822d1f2b77f761ac033be400a6
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-musllinux_1_2_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-musllinux_1_2_x86_64.whl
- Upload date:
- Size: 3.8 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a96cf971103a2886cd02f737485c5030ad7f5f3ab98a788a544a6d142dd5e5d
|
|
| MD5 |
85e10b48eeab570be5fbf7ad1ca23759
|
|
| BLAKE2b-256 |
bea65c4e6ad59aa10e3b9a2f39b7826f92240c870450712f5aa20b034bd988aa
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-musllinux_1_2_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-musllinux_1_2_i686.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf69a5c1932fa82c231d68efe1570f6d6e556d1c0d555b526a2b2394eaeb0b8d
|
|
| MD5 |
d8489634ed58bbb43b98869b52b3bd0c
|
|
| BLAKE2b-256 |
617ff3d2ab17d01bf749b62a83a3d131097293ece98193e796146496b852494b
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-musllinux_1_2_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-musllinux_1_2_armv7l.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
246c9375142e228c220314206b5316bc36e1edd81778919dad0b5337b6080bae
|
|
| MD5 |
b8d439567fb561ebd1ab343d111f888c
|
|
| BLAKE2b-256 |
4a3ebad6b2d7a1d071d72bcc463c2c1b0dba4212b38d9ffa6f45fcfc6fcfde57
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-musllinux_1_2_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-musllinux_1_2_aarch64.whl
- Upload date:
- Size: 3.7 MB
- Tags: CPython 3.9, musllinux: musl 1.2+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9878f5dbca059d5f38e1acbe87566461ae6f43cfe6fb4650c2699eaa66d58d9d
|
|
| MD5 |
394f2645fa29a2ca0ee8326e76b48257
|
|
| BLAKE2b-256 |
46a954a7458a79ad191c7a45a98d2fb686fa7ea8fedb53da3feb1838c99caa78
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
537420a6db3f53ba075848917ceeb18a6bc1f34d9806c42d2ff094a87dae38c3
|
|
| MD5 |
9bcc466554566c2a84b0839a0373fd10
|
|
| BLAKE2b-256 |
e66210878cc65fc68350c65a13c7b30201a58807130ff3ba62c7f0ac9539c902
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARMv7l
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f8a7231198930252439ef0e62f6320907945adcf318a7d4934c2b5689587c3c
|
|
| MD5 |
b4a5b28dbfe61ab85911d97f4bf8ea07
|
|
| BLAKE2b-256 |
7bc3aaf145a746030ac8013678cee8020a0de1dc0163e0998309d66895f57b7d
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 3.5 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41cadcfb6c748e05a4c3d41ad01351b6bc238e7504b601a99e93a58d7c617cac
|
|
| MD5 |
ffc457eb07874e5f3f695595078eaf73
|
|
| BLAKE2b-256 |
b29154645b7952639d4346a2da38378dfe0ce379ecf2ecbf61ea42f2d1e4ac07
|
File details
Details for the file gribberish-0.21.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.
File metadata
- Download URL: gribberish-0.21.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
- Upload date:
- Size: 3.6 MB
- Tags: CPython 3.9, manylinux: glibc 2.5+ i686
- Uploaded using Trusted Publishing? No
- Uploaded via: maturin/1.7.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d89ff3ffad0615846377fd2d7a6992ab33c3e642606797b1ace47495bf56e473
|
|
| MD5 |
5ad30e0041029f1b4b1bbfc19fe33ec8
|
|
| BLAKE2b-256 |
9c5f6eb1ea414b119d5150960e9ebd0f167b3b37d245ef8a2d9f2e1041455794
|