Skip to main content

grelmicro-core

The compiled hot paths behind grelmicro.

Only work that earns the crossing lives here. A call into Rust costs 55 nanoseconds measured, so anything doing less than about a microsecond of real work belongs in Python. The token cache and the ban table were measured both ways and stayed there.

What is here today is JWT verification, where a signature check is some twelve microseconds: selecting the key the token's kid names, verifying the signature, checking the registered claims, and decoding the claim set, all in one call. Configuration, the claim wrapper, the cache and the error taxonomy stay in Python.

Install it through grelmicro rather than on its own:

pip install "grelmicro[jwt]"

Design notes

  • aws-lc-rs is the only crypto provider enabled, so the slower pure-Rust backend cannot be selected by accident. AWS-LC is a fork of BoringSSL. Its fips feature is not enabled, so this build claims no FIPS validation.
  • Verification releases the GIL, so a thread pool verifies in parallel.
  • The module declares gil_used = false, so importing it does not turn the GIL back on under a free-threaded interpreter.
  • Verifier is a frozen class holding only what construction put in it, which is what makes it safe to share across threads without a lock.

The measurements behind each of these choices are written up in docs/architecture/jwt.md in the grelmicro repository.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

grelmicro_core-0.1.0.tar.gz (12.0 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

grelmicro_core-0.1.0-cp314-cp314t-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

grelmicro_core-0.1.0-cp314-cp314t-win32.whl (790.7 kB view details)

Uploaded CPython 3.14tWindows x86

grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARMv7l

grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64

grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ s390x

grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ppc64le

grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ i686

grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (929.3 kB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARMv7l

grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ ARM64

grelmicro_core-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

grelmicro_core-0.1.0-cp314-cp314t-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmacOS 10.12+ x86-64

grelmicro_core-0.1.0-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

grelmicro_core-0.1.0-cp314-cp314-win32.whl (792.3 kB view details)

Uploaded CPython 3.14Windows x86

grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARMv7l

grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ s390x

grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ppc64le

grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ i686

grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (930.5 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARMv7l

grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

grelmicro_core-0.1.0-cp314-cp314-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

grelmicro_core-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

grelmicro_core-0.1.0-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

grelmicro_core-0.1.0-cp313-cp313-win32.whl (792.1 kB view details)

Uploaded CPython 3.13Windows x86

grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (930.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

grelmicro_core-0.1.0-cp313-cp313-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

grelmicro_core-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

grelmicro_core-0.1.0-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

grelmicro_core-0.1.0-cp312-cp312-win32.whl (792.1 kB view details)

Uploaded CPython 3.12Windows x86

grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl (1.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (1.1 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (1.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (1.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (930.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

grelmicro_core-0.1.0-cp312-cp312-macosx_11_0_arm64.whl (1.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

grelmicro_core-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

File details

Details for the file grelmicro_core-0.1.0.tar.gz.

File metadata

  • Download URL: grelmicro_core-0.1.0.tar.gz
  • Upload date:
  • Size: 12.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for grelmicro_core-0.1.0.tar.gz
Algorithm Hash digest
SHA256 fd97384f5097103788e2b685f2a5b65f659387481e28b054bd07dd26408a7c6a
MD5 9645a969f03aaf11fdceeea41d99eadb
BLAKE2b-256 4114b5e8d36d6d8f82426fa419de95d39909a2dda1f572338ff0d6b6fad31e27

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0.tar.gz:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 14960d02ea98fb92c847e02172b72381a5c799b94b61bdbd6f7e73ec8057e2d1
MD5 61a537da6b01422f58b4427d0dcf474f
BLAKE2b-256 16984893ca9cf66eee182c7f099cdc9dee1feea61790b99b1d908e35069b4b22

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-win_amd64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 4a802ba64ac8e167269353939793c7960ce6df19734a28279bc95f8dbee48510
MD5 3d7ee791851c7c10f21f12853196437f
BLAKE2b-256 6a3274db8a242430741c8064d6a9feb537f8bde2ad4ecbeb435e63b021fa089d

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-win32.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce9c4fa302ac8dec7d512825e8467984891e8c869d3509038683e9f3a42933f9
MD5 c8f13de8763058a729e6811917405861
BLAKE2b-256 91b51561c9157b0a914608ae43b0204d9473ef9316bdf784f5cb132527d8dee5

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 fa799c04e9760dc492431842f1f2a8da83abe0a700cc1e01109b19bbf92fffa1
MD5 afd9a3a503690b3a27231d78b8128029
BLAKE2b-256 34a8dd12e54db48949fa868b9d49a1662db3cb2bee4ba9f4333f265df77558ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6fe0031680b2d08f44e2cc197ca8d25fdc43ab7060e88fafa5d1685f19d3cf65
MD5 6fd2c02d4ee0c1bca7abc1b578b8c1e2
BLAKE2b-256 60b111221c69f94075e1c81e94ae9bd66a73ccf943ba90e49350fcf917a7e704

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c61ab78bbb2babfadc610232aadfa075bdab525d762d87f556db5aabf9d95fc2
MD5 9f2192933af8de8f933f11411540ac29
BLAKE2b-256 656b5aaddc548112d5d8bf316f62ea9ba049f9ae1791be8eb5915a15cb3d4907

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c25ef69bcd851131e0380e64c25ffd84a2a9021009c45955b1eba373a4bc9a47
MD5 40cdade9467b6c6566bfb4667c9f92f6
BLAKE2b-256 0a9cb97ae8f62f934425ae29af1e4c51fc6b6b5386d87057b4542b8f6cac95c7

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0386174562e430f826e47bd6a7fdd4fb45b537577dbb322e98d8fac3727d2104
MD5 041e72de63d2f7dfc53663041325d00b
BLAKE2b-256 cd3b03dffaa253fd494efd5ac0a3c5bd3a26820370d13a218ba6c8d0fc17c11b

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e53520c8553a36eb83171720a091fdfc644e912807904792dabee82d74e96c44
MD5 baf88b36d6fc2eae54d42350af761efb
BLAKE2b-256 4c6099c8a214f72bf3586bdb49d44f01dfbbe6049b1f860978a1e0e9b21b08bc

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 930cea74e1f5255208be0721eb2ca8981f6547fe619a3ad9d048311ea3298343
MD5 41ec6d6644019e2267954ae2f7a91785
BLAKE2b-256 4c7890e75e2bec22e415180f0c5ccc1ee3980651c1a4acc08063289fba6fa758

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1ff60ed92650da5ddb06f3b01cbfaf47f3b88da710d71a726228c68f2708bd90
MD5 5b96e30016cbff9ebf9eb6db5d5e233f
BLAKE2b-256 ecb741db3c034777f3da9310681f774603be2f64a4e5328029587f5139362ce6

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e50ab0a863e689d88341ff163c20a878e01a9c44d19fafe191ddc57120d4c873
MD5 dd301a47b4b8b9f58a10cdca88f32fd7
BLAKE2b-256 6349ce0fdf3efa4393a74b4155b7df95692b886346631f68e21b7ab1d0fe82f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314t-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314t-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 3e57af331a96671b5e202f4dd1050bed76cac2cd881c2fbd0fbcacce389f6305
MD5 c2b99d2bb3c8ee391525bd6632427bfa
BLAKE2b-256 5c1d575832a094b949e84995c2a0c97659d1adbdee3f54e6034f5120ad2a1be3

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314t-macosx_10_12_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 42b776a59b82eed361ad1b29a3dd62440ee788720effb20e80b740bf1b2d36a9
MD5 b1e529b8dabdda2e91cf63eaa8fc1d1f
BLAKE2b-256 d0759d5ae462956edf32ccdad61f2fe8628f2562848d612923aac3edd9072c05

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-win_amd64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-win32.whl.

File metadata

  • Download URL: grelmicro_core-0.1.0-cp314-cp314-win32.whl
  • Upload date:
  • Size: 792.3 kB
  • Tags: CPython 3.14, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 314115b188f3b7da2db6fade7af03b7b83d5b2822d1f8d8b484c79bdecff2393
MD5 73e9dc4f53118359f21cfa8bce14f857
BLAKE2b-256 040e3ae73d07dbccf3a1309f48bb682934d550af39147f3d1a115e92bf14eaea

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-win32.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d2dd500b0dc94bdac3c2a4eef8ac71b86185ba4cda659149da22a30d8e6019b4
MD5 63fac7e41899217f21606ecb439520c4
BLAKE2b-256 d7adccd1e02424034f82a6acd55680a6b54711e54788dcf66f044a8de00a8e7a

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 175c31c5fd162063aa2584b73cff668e36c6809a7c59f51897ed490a6959d0ba
MD5 e954137180bb42d00aff2f59b5368d8d
BLAKE2b-256 691ddff8613140014a1016670f729400764a0ef1a38614d26ac06e3f21241fec

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 60b255d4d5daabf6e652aecbb17d2ab18cc2ebbe77f23fb35df363a108f6ea8b
MD5 e97a88323b54adedea0c2884189e5bd1
BLAKE2b-256 cae9bc1797b9cb831ec888677a9ef837b8425e3498567c32754f198865406f6e

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b72f02a1012fc24b0065666470819d0f88a757c9301e2ec673016e87454a4857
MD5 9b3844405b9b09f7593cc5494be28a90
BLAKE2b-256 adfb1ad4d1938cebd08679095150a2d9d96b2352a64cf8cd6e27c3911a388ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0d136e2b2ea77c8a5583b11e5a5c7458931b4ad58b2b6f756611e3e6d3372599
MD5 c9347a0ff69f88cb807ce1929ef017af
BLAKE2b-256 aee705defd21389e089df22e9f309c754046db1d5f74d9af7760afbe418869f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43dd6efec6ae1929c24e64483d719076ffb4117555a0984917fc6337a6844abd
MD5 d021d70b6f796f56c2b94f3355715537
BLAKE2b-256 e35b5f803d06644f846f524d6b5c98a39b67f3dfb8b2184a0918a9b2a349f96d

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2a0cfe53479f53525321e25fa49fd228721743519c7e166029bac279b4ba50eb
MD5 c960b09a9fc6ca22ef734e784a46e5f4
BLAKE2b-256 e33099bdcf138c5342c83efda29f81bba7271bbce8b199c4cb6fbf70074f73b9

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 925c456a1492dacea79b21271ab0d15334e4cf3bcab399e2086ba3edaa6ba8a4
MD5 a37712dcbf278682eb11795c9a21369e
BLAKE2b-256 fb3a1062d41b427e69c4b282b8fdbfce0140e9f01efb901e3d24e273f7d7f3e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a6f2e0dc7201f65ff36ed603fce84cb25854134c8fc4682958227da97ef0e0b3
MD5 8880aaaf6938c833e96172c73fad5977
BLAKE2b-256 68e66416673b76dec7e4658d61232690b992eb16408fe81b32feb6cd94d50899

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 612007cc66dece9a9d144bce99246775adb662929b51adca6fd50a4a82969667
MD5 c6db6ea5791a968f92e673f95965a1af
BLAKE2b-256 8ba9bfce55fc1c75c5af83f1739f1833a913d4e31c858732dec8cc1a502ff86b

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 9a3bc745ee417f8d7954f8327b9876de4e65502130f952e32762db1b9a8393ca
MD5 f4c64b65f64f854cf67e7381bbc70d11
BLAKE2b-256 28e0b34c55dc2484e4999e16bfc4c7a2d56a4b8b1ff2cf988da2730666ed3a84

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a21aaaa54d1764a36f01af4cd44f6f5da5c1410dbb9f9f67a2eb1492f189e9f9
MD5 73f59f524049583bfe545d6b3f8661a3
BLAKE2b-256 644acf3aa8a8ad0d708b1b502bce60ff97c8a535410391f53b48fba5d2c93907

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-win_amd64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: grelmicro_core-0.1.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 792.1 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 4f80e1de3cda1054ca675991536ad6d3c474d31e4d987aeede5ae73b40f8ecb8
MD5 aa7c2d24ca1c49fba8f2961e2a7bcca5
BLAKE2b-256 b8bedd204eea06d2d1bf3d22c6baab5b40e37bd7d67e3a0416dc39d0b421b517

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-win32.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 adbc18328ea6ffd866de298738d13143be8fcbc655a74b9d03524cf4c18db219
MD5 9eab6bcb224ec08774bc951aa4618242
BLAKE2b-256 356299ad465316cf5a54c48c1c9b658ea465ade568da5d8bfcb24b9cfd2af00a

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3a73de3c00094310921dcf64397446f7ff1b9495db6fc07e222cd11c3cfb2237
MD5 d568ed83702429952a92b22bf1cff212
BLAKE2b-256 31c8b82e0390667b49be44a8201e19334d555367260185788de2895987db7511

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b6e92c9ba1dd064d05967ac82a74efe0edb08a04e0da22d243d6cdfa93ca5140
MD5 fd03ed3e63bebab530bb91e6108c22dd
BLAKE2b-256 489293dde1b08bd19b52211ef6a195323f608688182c3e2c35dd42a2de931f64

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fdbcc3009e38aa9a138bed84572ccd0c94e5b3c9c2df0ae8bdae77e53f774973
MD5 fbdb68d477bee79babbf615c303de65a
BLAKE2b-256 5b5970b8a2a258e9aee58e2f5dad979c98aa7ab56b5e46205888c2e308903b8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6e0e933f49979b0fa5b0d235f0ed9370278cb9941d75264cc7f1fe7c3f9e39d2
MD5 c4017674ff8f6123ecc9248527192d93
BLAKE2b-256 74c4eb6c14902e40519944466131313afe8053038073982a7cbadb2e0ced4c87

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 47a4a1f47c44958cdef50f4b4e77aa9e7d122f8b895096d94ae810e07fdab633
MD5 2b612252a2a9acc3c8704ebca6ec27da
BLAKE2b-256 f1e3d5d86c1bbeb3d106b4d03be9c730b01d8dabb631cb957537f208d40940eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 42ceeadd69bb662c7c69300b7a9c4abe7f80a9f5673a60fd584cfb283ff66490
MD5 54081037390a988bfbb94ca7c7f4ab19
BLAKE2b-256 a2fdcfb260bc828d405c4a65a1d965ab0f07a6f56379f7b7c9c4b9d8d1a675a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f2150f2fccffaaaf541ef9f709382cf889268f99b00a1810b5e6786c134c1d6c
MD5 712765b23edd3eefa8da9217087e2da5
BLAKE2b-256 ffaacffcb10163693026487aed223f9297fa113275b64243ac603c877a0100f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 5b6c7830543efac256258b799919cc288e279cf831953ed491f5044a04aab395
MD5 6bcadc281c17fb64b3be8ed99e8e6b0f
BLAKE2b-256 6845e2612aa741db6c5e19eba6bd5ec19a05298f62153d58f0230f850c34a933

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4008208bc0ed6b1b509c204d9f2f6693d6fb33c423406aec33acc44ca112b72a
MD5 fcfb8d22f56f084bba561c6e36efc3b3
BLAKE2b-256 c789e6a335f423f8526fcf5ed2dcab882ecc8ac8983a9bb89084323211d2465d

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 035ddab4bfb7ccb260d2cb4d8f75baf063a01e2be1599029ccd17c4a89ab2e10
MD5 1ac67c5ea7be710c506b1457868355c3
BLAKE2b-256 c65959403d6517100b0fa0639851630c118824037982798c4402a167b60d090b

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 06caca04ecbeebc0b22baab9124de7a324b69183d62cccc7dce2ffb5f4de33f6
MD5 1cfa8c54210a204952d1478e0b16a440
BLAKE2b-256 399598defa989a6d068fa70fb0b24945afe07d78bb72ccd4528b48bf92eab2d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-win_amd64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: grelmicro_core-0.1.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 792.1 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 bdbc4bc6f73eb5c2eec045fe17f7301ebe143938d5430954526c46745084908c
MD5 ac2e806d7d0692212f2041d1be1db654
BLAKE2b-256 023900a5bbc3f445096f69342ace5620e4ece5ab2e2c8fe24197a7ba904f1cea

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-win32.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 56bef6da2b4db889dd3f88af64034515baa06c2eb5d867ae78fed750ba7f3b57
MD5 087d29865d88d7121d81acbca731bbc3
BLAKE2b-256 fec1e36e9d708aea8f9dae45cce796c2cbcd98d06f4ec14971eb2a54d6c0fe30

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 084086932b2816b92ed9d39a6da7f2312aabc5723b703d461f593459e3501189
MD5 6b0c48f715181382f90054c9db7bad61
BLAKE2b-256 dedf30d69ed6f4c9f19eadbaaf4cdf72975bf0ca4de1905a784a3e75b93a4999

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 99efac52818d37422dafc083e3f39f0948dd3a0bb3db2bd84d0086458d523066
MD5 35e747dd0c51eab6319485d6e36b7d3a
BLAKE2b-256 7a93b9f2c3b0cadc35c9756273cc042a2fceca27739807dc3b19a3d9cb9f7ae3

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0fa57828f2de31df771c80556035ae1ec5a61008c2c34857571bb2c575f7cf2b
MD5 8b5c594fa464e7ed06c20ae0baeaa985
BLAKE2b-256 a36c9164d51a92109591f1f25f23446cfe18d33ee2ae396d45ff677be523995f

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 de189424b6b5913c0620a8892d9f6aa128c6abaf64ca0a82912d26f896d21b22
MD5 f956a7e632502337177f2b057da75c7b
BLAKE2b-256 4e90b62e8eec8d1511ddcd5534a4b54160ddcc5d7d06cd3b368cd3a762db31ef

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 aa99bdc2f64a705ec38b045db6cecbeb79b43ad934d6a8f7c13e800b04597623
MD5 b0b2a2a6512949f9cf78aa86f1fad9f9
BLAKE2b-256 4d4d766dbe1d77f76969a422480da09b3b25e33044facf36ad60af6d4ec2d575

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2e5762ec1f4f110f863188ca172734cd09dbeddec86c60964f976d9d85e47e7
MD5 89d6a5c0fc9b8edd8e300092cd50b7c4
BLAKE2b-256 5ffcc4996b3656c893f01918e3e7e3afb832fd9660f681cf91a72cca39dfd9ff

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 92ca33e1d058b6e19f7e0cacab855e693cffd5c0f2bf42c1d71d46fe0f5ed9e0
MD5 543aadb871cc23391dd9a536c7423044
BLAKE2b-256 f8ce9a665846aff61926851764c8e62a74936dc52504f10de3a989151bb9e07f

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4ae578937e0b6e24b95a89949d62674883fa10d9ce273d5f0ea140d5c2f464ba
MD5 1ce5d7ad3d53ecbbb17a488ebb7c72d8
BLAKE2b-256 637760ecb67d47ae8f93a2bde84695e78438d98d8608f8c534191dc7e8cce922

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1ea90fedd62af25f8f2a6ae6d64c1bf2015a574cf0a8a509bc102307e948a190
MD5 2b76421ef78933d6417ad5d54378dbdc
BLAKE2b-256 34c3db173b95e7fc8cbd24023b9fd13cfd93e15f0ab01fcd00a13b61c440ec39

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file grelmicro_core-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for grelmicro_core-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e67acc624d113456bc9beb0fc16bc90ec1c651df5db3a4d42c5e95dfe46462db
MD5 7e658030303b7413f063c05ba204e554
BLAKE2b-256 732430436e58846686d863ca134ab6b20b180ec6f0f0361584b78554d42bca22

See more details on using hashes here.

Provenance

The following attestation bundles were made for grelmicro_core-0.1.0-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: release-core.yml on grelinfo/grelmicro

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.0 This release

53 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page