Skip to main content

Programmatically augmenting CF Standards with operational knowledge.

Project description

Standard Knowledge

Programmatically augmenting CF Standards with IOOS operational knowledge.

# uv run python

import standard_knowledge

library = standard_knowledge.StandardsLibrary()

# Load all CF standards
library.load_cf_standards()

# Apply community knowledge to the standards
library.load_knowledge()

# Get a standard by name or alias
standard = library.get("air_pressure_at_mean_sea_level")

# Xarray compatible attributes for a standard
attrs = standard.attrs()

# find standards by variable names
standards = library.filter().by_variable_name("pressure")
# Notice the `.filter()`? It returns a StandardsFilter object,
# so you can chain multiple filters together.
# by_ioos_category, by_unit, has_qartod_tests

# Search for standards across multiple fields (name, aliases, common variable names, related standards)
under_pressure = library.filter().search("pressure")

Testing

Test with uv run pytest, or ../noxfile.py -s test_python to test against multiple versions.

Building

Run uvx cibuildwheel --platform linux py from the top of the repo to build.

Note: cibuildwheel only uses official builds, so it'll get ornery with Python from other sources (uv, Pixi, Brew).

../noxfile.py -s wheel should run that as well.

Building Pyodide/WASM wheels locally

Pyodide wheels require specific Rust and Pyodide versions due to Emscripten compatibility:

# Install the compatible Rust version
rustup install nightly-2025-01-20
rustup target add wasm32-unknown-emscripten --toolchain nightly-2025-01-20

# Build pyodide wheels with pinned Rust toolchain and Pyodide 0.27.7
RUSTUP_TOOLCHAIN=nightly-2025-01-20 CIBW_BUILD=cp314-pyodide_wasm32 CIBW_PYODIDE_VERSION=314.0.0 uvx cibuildwheel --platform pyodide py

Try using ../noxfile.py -s wheel_wasm which should encapsulate those commands.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

standard_knowledge-0.1.1-cp314-cp314t-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86-64

standard_knowledge-0.1.1-cp314-cp314t-win32.whl (1.1 MB view details)

Uploaded CPython 3.14tWindows x86

standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ ARM64

standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ x86-64

standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.28+ ARM64

standard_knowledge-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

standard_knowledge-0.1.1-cp314-cp314-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86-64

standard_knowledge-0.1.1-cp314-cp314-win32.whl (1.1 MB view details)

Uploaded CPython 3.14Windows x86

standard_knowledge-0.1.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl (926.4 kB view details)

Uploaded CPython 3.14PyEmscripten 2026.0 wasm32

standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ ARM64

standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ x86-64

standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.28+ ARM64

standard_knowledge-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

standard_knowledge-0.1.1-cp313-cp313-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86-64

standard_knowledge-0.1.1-cp313-cp313-win32.whl (1.1 MB view details)

Uploaded CPython 3.13Windows x86

standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

standard_knowledge-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

standard_knowledge-0.1.1-cp312-cp312-win_amd64.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86-64

standard_knowledge-0.1.1-cp312-cp312-win32.whl (1.1 MB view details)

Uploaded CPython 3.12Windows x86

standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_aarch64.whl (1.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

standard_knowledge-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (1.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 901065e854d932fe3c99f55ffe5ddcba204ba7bc4c895db055c01f8fe12f45d9
MD5 ee946dc01f0044ae75bbd81cb16cfa59
BLAKE2b-256 08562531980723387a8c1d9d6c222b1add880e48f681d4ffbfec5a75c3d75c64

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314t-win_amd64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314t-win32.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314t-win32.whl
Algorithm Hash digest
SHA256 84a258d167bd9fa8cb0f8ab7448930dbfb5993b7b2f7bf347730b1541852137b
MD5 cd3c250f55e010923e915dfd30a0d4a5
BLAKE2b-256 96603bd3dd77b15a31bfe67d08df4142c9863493c6391050428349c3b97caa5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314t-win32.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4839210b04957cf4380bb52cfd52227c1620f4b96a6e788592f514c2928f86ab
MD5 320295d76667a0be0491177c70cbefbe
BLAKE2b-256 67403598a0caee9da5e3aca78535e487e82d26102bcdc7fbc3cd62a7352a8e8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f6a3d8760e24afa317d4fb6a8a46eb0cd7b78b3947612672e6ce98ed555a89e6
MD5 56500d1ccfbac10f121ee1d269b0618e
BLAKE2b-256 67284338992c94e645568b2be991365c9fd67affa001d00655e698388927ecb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b61f5af5eafde37307ec41b8ad87ff5ad8315b28f35795a3bb81dd7806555be8
MD5 a99b28cf803ffd88bcc403ffe8667aa1
BLAKE2b-256 267c610f8d1ff9de2a18e07bc1db6768f6271c9d96e7de9bf71dd66a311ff37e

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 971340163546a6bea011050e5bc6134fd86336915c789bbcbaaf8dbcc34996e8
MD5 9e7a3155a2f3cc940cbcc527e2bd0794
BLAKE2b-256 9b7aa71215c62ba915c7e0709bc2283cbf551d264c70630b37e9a540835d4eb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314t-manylinux_2_28_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c867e9c9aaea78cf6a4a2de6b2b1b4f15516cb31d31a151321dd1d851dd89cda
MD5 b47bcf3263a331d93a54b9130d17183f
BLAKE2b-256 8977250bc7752de7ac7f18edde3c5bea91c4edebdbcd5221863623d22ecd1ba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-win_amd64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 cfae6f7638edcd7e37df243e355a4a568595f46e44d33b7a7e6db947d3a4a5be
MD5 c0a36dc1630adf62c70c86ea1be735dc
BLAKE2b-256 936a3cfbfcd12afd26a6385cfe3353bcc2db30b4e4e65a3d3cef8b6e211e68d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-win_amd64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-win32.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-win32.whl
Algorithm Hash digest
SHA256 975cb2a255125764b6d4bc5cf07799a5786e88f62c77d8191a301581882bb4c0
MD5 401ef155e81b817195f4d3df55907482
BLAKE2b-256 9bafb615ca34ed08a49827f1c173c9fb0a250935fe77928ccc49763800ebcd8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-win32.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 f19d6ce5dd234ea8a5f4af50899dc3025baace4ab52f55d97df3e79f88a02247
MD5 c1fb8049f6d7e67cfa5e47ca25b395da
BLAKE2b-256 5d6d1260d65cff3c61eb986362ffe70eba87a1573dd61ac2c76c4f50319446ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-pyemscripten_2026_0_wasm32.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c5ee62c98f62f69f3a4febdd2c0bb06cdfa1a609d0e5d8e96c2d6bbb51ad6725
MD5 73135ffba44ae5b8737dbb8f07c3da8b
BLAKE2b-256 ec757fe6fa8766686f584483678ea17ecbcb6afae483261a6689a8870338f34b

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6d246dfc3a354410dfa4c8abdcfc935342b345904d079185340c54a9c75e5b95
MD5 0c68b8f7aa5ec875cd743f2484bb4c67
BLAKE2b-256 3fd8fd2fab4198130f62daf7ed9c92d92f87d0ba1a3adbed3c3b3dd75c22cb19

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-musllinux_1_2_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1320085aedd465a079d03d681d4a8633e428113bbff66b92aa34a27dd007e9b
MD5 c3329c69983d15ffca054aacc5ccb749
BLAKE2b-256 bc63c586e29100872f6521748b44bdc4626eb3c11eef31ba369e15902e16cb75

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4407f19de945531259bb884405e7e01df0ca7cdb1371cc2a4b8eb0b118c1d5c3
MD5 61f74cef225ba8dbde88aa6c232c7b71
BLAKE2b-256 92f61ff097c223ffc292daec831ec06e18fc50f9d0c45208680f2509eb15ecb9

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-manylinux_2_28_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 298f2c7e5bb31a332f9bea155bb35c81a03ad2dbb582cdb1c8194cca9aaa623a
MD5 e45c6b869dc948469738bf79ead3c349
BLAKE2b-256 5b9c5ea0ba80c8f6803d2078520b9bb4144ec0e33d13ea7576bd85279521dc7d

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3c541fece5aabc542f631a318eebeae67181466fa57324b87d3823a50e6273b3
MD5 905372ec3404f86292fad7c13d07d1b3
BLAKE2b-256 08c6c8f82a9b579991a1738c2e7b9e450a3c052ea4f4649a76b9a2ad46f26576

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp313-cp313-win_amd64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 353fc89d7abb9b0a91b6fa8e8e3e06d50a6b7590286ed2f11b8a9649952ba973
MD5 cbb68ffefde6f715954fe617f30a4a0f
BLAKE2b-256 698fda51381c12db71140a182c255090b9a32ff1c4c6716a50b0854da9a0f263

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp313-cp313-win32.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 479f2e4b54addf1450e7dabf493cd4cff87725fa89d5ea2c853ed16424e816cc
MD5 bb1854161978ca5913fd5f5cb71e223b
BLAKE2b-256 e141ad587c7085fcbc5277a2aed2d4a339351bad9ad1ddadef8390c0b8a41cfd

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2a2129bcbfe58c9b607e14cd81d95f8141ee2c2b9d8432ab8a310a6e4a80747d
MD5 e7a5d24b8c033f1bbb74a509af1636ff
BLAKE2b-256 e393b92ad1872bc4246fd06c3dadbd587432412f0b119dfcbbb79563d1270c9d

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c5c73f36f99d4d5e2f6f27782ba13f2543fae7c8bb1e0491990b0220ed8304d
MD5 e0c194bcfa638f0c5ba16f2d9637bee3
BLAKE2b-256 b3d93cba14e63daacbe9119504832ae3ef985702d3a205b9c2b54593ca3ef265

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 86f9f3643be2c0bb2cac2f9d9859e76b63cf49584294f9a04c0c647abecffe7f
MD5 19690f12544bebda7e594874fc4bc036
BLAKE2b-256 043acb1f741bc79fd529657f35355d0cacca533baa39ea2c433b811b82667922

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp313-cp313-manylinux_2_28_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a515aa4c241a86b776b56e1390ca25074fc7bd95ff21f5495057f4d8588ad9d4
MD5 9a606ab0b48d07397746223cb7ae520e
BLAKE2b-256 6a27c603c942dafe460e80e6e645bb43ca6a041854b8f9e6daab4a66ae5c2772

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 df75fd0cb2d27ba645721ccf3c7e1f14f0c162f2963445930caa424129415ea9
MD5 bcccdfffd60f77ab40f7d6743a2ada8a
BLAKE2b-256 908c4f4bfe4cf41a6f0aa46c08b77f427adac3b338d92215d42597d8c1c650b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp312-cp312-win_amd64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 837225b66d301a9addbba65dbf10fee631651be575d73177db0f1bdca68911d1
MD5 44c76e040122532d40519b0f813a752d
BLAKE2b-256 d356d7defdd24b1a03a44e89f5528dd234a78002bf7fc32e67f25e417a1c4bd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp312-cp312-win32.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6acfb3ecf701cad78a0304b8367053a847f3e4b433597b42bd8de6684a00c2c4
MD5 01996b9dcd580f15591ff4fa070d8d87
BLAKE2b-256 cc02cd9f6e479105433358feb137fdca24156a2a66e7e848e855da3d83c15955

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 805fa5927b5bae8661365f26971e8074defac6cdd73317440c99622fbde45358
MD5 bf0ceda13fc8059088e858cd47991a85
BLAKE2b-256 81e5908b769d83463d396994b656e8cd242595061bf135a4333804a28ab356f6

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4fa27fdc8e32647098e5641d49b9df66a7ecaaa7ff4d45638cba130329a17908
MD5 3c42a952fc934f49909a5f1d9bcb5756
BLAKE2b-256 034923b8fe98d14877e6ec1b7df7be90e0cb7c356e6cfd2b1bdba5a2cbfd5f0d

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_x86_64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4e5b3c17683daa54bb94e4df7048baeb2384d40ee29aa9a760810fe691346005
MD5 55530e189ee5a907db786a0be78513a9
BLAKE2b-256 332e10e5c26b6c22a865091c230d23e1afe027794dd13be08ca8e784cbad635e

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp312-cp312-manylinux_2_28_aarch64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

File details

Details for the file standard_knowledge-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for standard_knowledge-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f17dce92bb346e8d10942eff833c692127ac23bca6504f433d97ede2e160ee20
MD5 9a98b05fb68894f1b8dc550b85f9bf11
BLAKE2b-256 9e70b809630d14b380612a8ee632248b4e8828f231f1ef16e780553143d2bdc6

See more details on using hashes here.

Provenance

The following attestation bundles were made for standard_knowledge-0.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: python.yml on ioos/standard_knowledge

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page