Skip to main content

crashs-cbstools-bindings

Python bindings to select algorithms from cbstools-public (the CBS Tools Java library developed by Pierre-Louis Bazin and colleagues at the Max Planck Institute for Human Cognitive and Brain Sciences), used by CRASHS for its CRUISE-based cortical reconstruction pipeline.

Why this exists

CRASHS previously reached this code through NighRes, which wraps cbstools-public via JCC (compiling the Java to a jar and statically embedding a JVM into a compiled Python extension). That approach has never shipped a prebuilt PyPI wheel and requires a JDK/JCC/Python-headers build step at install time.

Instead, this package AOT-compiles the five cbstools-public classes CRASHS needs into a native shared library using GraalVM Native Image (no JVM at runtime), and exposes them to Python via ctypes. The result ships as an ordinary platform-specific binary wheel — no Java, JDK, or JVM is needed to install or use this package, only to build it from source.

This is split out from the crashs repo into its own package specifically because it changes rarely (only when the underlying cbstools-public algorithms need a bugfix or a new algorithm is added) while crashs itself changes often — bundling them together meant every crashs iteration paid for slow, large, multi-platform compiled-wheel builds it didn't need.

Installation

pip install crashs-cbstools-bindings

Building from source

Building from source requires a GraalVM JDK with the native-image component (GraalVM for JDK 21+ ships this by default) on PATH — only at build time, not at runtime.

git clone --recurse-submodules https://github.com/pyushkevich/crashs-cbstools-bindings
cd crashs-cbstools-bindings

# Build the native library once
bash native/scripts/build_native.sh macos-14   # or: ubuntu-latest, windows-2022

# Regular (non-editable) install picks up the native library correctly:
pip install .

Note: pip install -e . (editable install) does not work for this package, because the compiled native library is only copied into the installed package location, not back into the source tree that an editable install imports from. For local development, build once as above, then manually stage the artifact into the source tree before installing editable:

mkdir -p src/crashs_cbstools_bindings/_native_lib src/crashs_cbstools_bindings/_native_data
cp native/build/out/libcbstools_native.* src/crashs_cbstools_bindings/_native_lib/
cp -r native/data/topology_lut src/crashs_cbstools_bindings/_native_data/
pip install -e .

API

Five functions, one per wrapped cbstools-public algorithm, taking/returning numpy arrays (mirroring nighres's own function signatures and Fortran-order conventions):

  • topology_correction
  • cruise_cortex_extraction
  • levelset_to_mesh
  • surface_inflation
  • volumetric_layering

See src/crashs_cbstools_bindings/__init__.py for exact signatures, and tests/test_bindings.py for usage examples.

License and attribution

This repository's own code (the Java @CEntryPoint wrapper layer and the Python ctypes bindings) is MIT-licensed — see LICENSE. The compiled native library this package ships is a derivative work of cbstools-public and is additionally subject to cbstools-public's license, Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). See THIRD_PARTY_LICENSES.md for full attribution details, the exact vendored commit, and what was and wasn't modified.

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.

crashs_cbstools_bindings-0.1.1-cp315-cp315t-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.15tWindows x86-64

crashs_cbstools_bindings-0.1.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.15tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.15tmacOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_10_15_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.15tmacOS 10.15+ x86-64

crashs_cbstools_bindings-0.1.1-cp315-cp315-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.15Windows x86-64

crashs_cbstools_bindings-0.1.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.15manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.15macOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_10_15_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.15macOS 10.15+ x86-64

crashs_cbstools_bindings-0.1.1-cp314-cp314t-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

crashs_cbstools_bindings-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp314-cp314t-macosx_10_15_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

crashs_cbstools_bindings-0.1.1-cp314-cp314-win_amd64.whl (8.5 MB view details)

Uploaded CPython 3.14Windows x86-64

crashs_cbstools_bindings-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp314-cp314-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp314-cp314-macosx_10_15_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

crashs_cbstools_bindings-0.1.1-cp313-cp313-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.13Windows x86-64

crashs_cbstools_bindings-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

crashs_cbstools_bindings-0.1.1-cp312-cp312-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.12Windows x86-64

crashs_cbstools_bindings-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

crashs_cbstools_bindings-0.1.1-cp311-cp311-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.11Windows x86-64

crashs_cbstools_bindings-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

crashs_cbstools_bindings-0.1.1-cp310-cp310-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.10Windows x86-64

crashs_cbstools_bindings-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

crashs_cbstools_bindings-0.1.1-cp39-cp39-win_amd64.whl (8.3 MB view details)

Uploaded CPython 3.9Windows x86-64

crashs_cbstools_bindings-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (8.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (8.2 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl (8.2 MB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315t-win_amd64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315t-win_amd64.whl
Algorithm Hash digest
SHA256 910b558a445dc84c6e43421b1e8cc82b687c7de67ef4c6b0b3b45e5b679579a4
MD5 abe8bf89475aeaceb3d3c81109dbb2f6
BLAKE2b-256 ee3956d6a00705f608e5851da4b0bd03dcd654d65087fba4a6c53a62bc9b482b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315t-win_amd64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e1ecaffc4fa3cc02d0777c1af0753eb9458bbe28e19820b05a23b3727f37e6e0
MD5 a5f2f29a73e770735b630653c9b75546
BLAKE2b-256 c59e8a7086f0b8ac23688aea15006aa500b11f117d00b52e25de79e1424900ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e79e4420b0e5a9e2948e299e641ef37fcc16af7d6928245ac5d3b0d90835030
MD5 8e043a3cdf21ab66cac8823565a63fbf
BLAKE2b-256 92798bd75c8d48a55f067c6a826fa06edf6c895e9d5b518daff7349b4ad3ab6a

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 a6a3d205bb24e0df16986112d9d8799d5b7553564dbbf0f1e52635212e5b5a2a
MD5 68178cb19184a8bba81c17e1d6db447d
BLAKE2b-256 f04130282e503262d5c7c6ceb368a5ea3b432d3f5246fd428843894710a9f07b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315-win_amd64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315-win_amd64.whl
Algorithm Hash digest
SHA256 8d55f68a87d5c6d4711c82f4771cefdeec2bc9b4350cc4e458fae410d6494fcf
MD5 4b8ba17444d780071460a65b471ece79
BLAKE2b-256 aca9a02d80590d7399a3572bea3d1459f98e6d910d0fdbf8bd31a7320b6e70cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315-win_amd64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 76439af09d42625eb2f286a6e1a2fc33664aa5219badb841cbcee1e6e92b9dac
MD5 226f0921bea213602e252d5a55634188
BLAKE2b-256 a4afb12c6ab5f44179c49e43ec036d3df5a1287535070400282a3afdf459fba7

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3c20d6ad35213eb86ab1dc0cabe140f87f2f2c6b959169e0ef7e6706d0728155
MD5 32f377a980708d3ee94675dfa352cd4d
BLAKE2b-256 865a047910627824770bc28d81aa365837472b044d50e918235405469b6a23b1

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 319a7011ae27996faa656f8db7eef62a4bbb1e669321111c1fcf6a968737304e
MD5 442859b02deb600d4b634f46a179eb3a
BLAKE2b-256 5a89541b96adc0b540b9650f6f7048ff5a3fd60c5dea0b7f9bfcd0675566744e

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp315-cp315-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8a37d34b379789249a7bfe27f611dc73590ae5946f4826d1433560d5e562792d
MD5 5e76b4f3f3a2542d746875dc172afced
BLAKE2b-256 5a6c70962a873e01ef3d8c352fbd0894790981a36d97f45018d4e66348a702cc

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 95bf1b7c5dc9d2403c2724fadf02cbc29880858a29f18801d6f01e5564daacc7
MD5 35c77ba1877a3a5cf4ca7a7afec58585
BLAKE2b-256 e37178c110f25583b95a8fb133ea6b34722e1d2ca983fbb3864ccd18881bdfbb

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fd436fa30052275b894af921c54002906b5468eda877c90f802f915086e0135
MD5 f6006c5da48072245677a45df35ac3e1
BLAKE2b-256 d79ff19edc6880c335600bfbf79814739c76b1c570c4bb605d713d4884072bd3

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d41a732708fb003f34ddaf2e179fd97451b392b625b2369e6eefd72a5794796a
MD5 51634fd9fa358b9a4270a6ee5b26a0a0
BLAKE2b-256 c96bf083d6f9892176bc2f04bef25eea672c154361788a8d53e86c8423179273

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 9e4b6e4cbb357fea5750dd175e013931dded0356ee5624922229b18f2be8b725
MD5 cf43bc9c35b4abed63f1e46183943ec6
BLAKE2b-256 9849b9a7b3a3a46867e074f9b43b0d333db56323bf1bd1317ceebf630179e74d

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5c4c9478f7813c2eb1527aee8ea08fdcd76ff4329dc38d97f1b398668667f078
MD5 744e3f2176f4d339da905d78ba415989
BLAKE2b-256 dd75e0f833e129144312d29d29218487bd2553bed8b6a78f8d484be4be8d034c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7336a9340f975ec64a83a68777fa9fbb29b2da8825a24437b11512556fbec736
MD5 2b242843b0b84143cccfd917169d8a93
BLAKE2b-256 492fa4f4a3b30fe424dc7d274dede7b18a2cc1336d64a9a74c1d593f7b8d289f

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 9ac5b82a1555100a46072185625a361aff01d9c44c3efac74d691e4bc33ce09b
MD5 b225f979111e1c95b33432452370cb15
BLAKE2b-256 6528ce65ee886e608ad7505ac570074c3aa82c4b791fd81e37e6586bc07192d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 50040599f89b067eb98e48f792cd3ef73c6c7513482ac45dc1f3ed252dd3cbc6
MD5 d964aada2180393932ce1dbaf7172d7c
BLAKE2b-256 1596a40d0e8096ab072c98e09ae167c8e26a518447c690a47bd7078365b24fb9

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b3c13cf5e504944ced3a6d529eae7daf369edea57befa19a88b7deef86c81c4e
MD5 d1f85df75dbe5d6f1f2fb4dde101d79f
BLAKE2b-256 1abcf6f660122364a1cd083efba0ae50113d727b63749393a88e13631f2dea51

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e3d3a4c7d81099f1e65749664942a78c597c6834916d69ca0d84f806f083b0c2
MD5 f928f4597c9be30a2921960c91250eba
BLAKE2b-256 022bd411103f5ac3e772f1c670d00c8f6746d393b16b6611525c16221ad2b194

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 b88bcee29bd13718270fbe4dc905514ed9eaa37c73ad1378c960421c7cf8846b
MD5 e97f8c72802888d25ec27201f1f91b65
BLAKE2b-256 ce19a3b5d4c34bd8fb3066dabd2d377c6661f5d917d1b7ccc2d0c964f7957b10

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 aa5206c52f22c30978028ba8163e4675740da719c3bec08bf042595d9849e04d
MD5 f04eaa9e9a0a716ca42695c246447ff2
BLAKE2b-256 5b89850d4116fb4dcfd0cc59ba161a299736b9a600cd0111a9312cd85876e4e0

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 16250316cdfcfe7bfbd2f2de7031e03798af328ab8a7ef670fe5f19661797a40
MD5 4ce10421191b9719e410e632b49f6080
BLAKE2b-256 f788fb8cd14c01d239e5cc2f701bf956b077abc3661c841e65352dfbf24758c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

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

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 72fc856d9474d5f3a774ba804c17982259da070262fdd5824aca36ddd39fa6ca
MD5 e0fdebfb94c6544bfc2af89a55d31f26
BLAKE2b-256 73b26cc76bacd77efa40ef17607f0e56c4847679084f46713a3f898683219b0b

See more details on using hashes here.

Provenance

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

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ee139bba40663d58e3e416be60f340f912143c1f2234f87feae5f05f039fe6ff
MD5 f9074260b6c86fb25161aa18c0a49311
BLAKE2b-256 5548951bdc4037fc1945cc6efded1ce3e3198b6467a031f435ec67eebc208cdd

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1c932f350781a42fc2d70116aabff8b4f78d32246310a1861ab5aaa620baf71e
MD5 41f66978a8f5d597a13d869fc954d9cb
BLAKE2b-256 4eb6260a97675f814374014f4e7ac30639f8c6b5f19f5be9776cbb3582e19d67

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp311-cp311-win_amd64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 32c5a3951248c281d404da9ebc36b42844cb7b9297fdaccbd44ca4d7eae3cddb
MD5 83f2446a9fbf140e4c271d164ac38f8f
BLAKE2b-256 750c8adb874380ebf04060b7b7f058ab587cba4fb46a5558ed22542816d74f7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9aef95a05e1bf14b89891354970c583eec97ad4cbfd01bb28012615edbf2965b
MD5 b5a29f15412f27ef34ad6d4001089329
BLAKE2b-256 e5a529d544c5a5d66d8f5bbecfdb972f7811ca8c3e49f56a8a056c1da7bc1517

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 ae95cb10c2debf20db29ed60589f205a1264d662341e3a9a3aded565bd020cb5
MD5 fcea7e0c18e63f5effc96be402ff4770
BLAKE2b-256 01b4f81e2eb6cd7146e13e8154d2058b6baa85d3e7b6bd94d67adcdb21741449

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 99a2df7f04359766e297809ecb8d0749831dbfd6a916d270a4b6bb0e9c6675d0
MD5 816f9195998aa1494d453bcc5970b406
BLAKE2b-256 f520f9055a5a365dd449b1ce4deb81f7dc4b77ed7c6340d21787c37cce2edd4f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp310-cp310-win_amd64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b0b9fd511089b51d06575275533fcdb69c8a4318826ffb5fd0b22f48abc0647b
MD5 af37e2dafcadd0a43394b906bb8df0e0
BLAKE2b-256 e5d8f197da689932b92df7411fad5ccf39f31d3da800c911e890fc7bdff5556b

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d62de4c89311e92d875be72cd2b1084b6c9feb1f434c86240047533f24fd8161
MD5 07544cbf05ef75a229fc20080887f400
BLAKE2b-256 30a657cd999683b5ec8140bc226588803a974466ae1ba4192fe0767262fd069c

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 49feeffac73e482bfc620fa31e5f1c0400cea59d4e1793e971988a6bf8a14d20
MD5 63c0023522d5eb2f7c1ed1fce9be4588
BLAKE2b-256 9ace4d3678f4d9473a2c989a9f1619c8060165a94c30dd4c3147e8fbec9c1bfe

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 b5fb97e577e97f6cec6c1d160fb2a4d634eb3e1d02228c758b28d49cd8fe0eb4
MD5 7e63fc4d818a89f878821c0ab8ce0a4e
BLAKE2b-256 243060ecd99867cad07ef17b197387e7c344149ecc48dd95f9e5bf0c2edba00f

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp39-cp39-win_amd64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ad7042dab472fd42a70cb5fc19a0f1e98f1f0f2b6aa7bcb79e8ecaf6048eb565
MD5 5cfbed85049f8dbe9c3b3aa40d6192f4
BLAKE2b-256 a5646a0252d9c5e564e41af2620933d3139dbe4d476b73b0ef035409997dd2f8

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f4f51646a351c764f51cf528518f7d2b121d588e701fed207e83406d038a5f8
MD5 96f36f28035f3933d0f7e5c0ad3b3ba9
BLAKE2b-256 d20e04509f0507cd74a31d528eef09c22dbac825a49c4c964c9d9feda5ce51eb

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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

File details

Details for the file crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 b52558a68ac6f0863ff9eadba7d4c7ead98c98b2a3c416e2c44ba2ecc9efb025
MD5 d331bc47c6c2f0e1b91ba78c0d975029
BLAKE2b-256 d5e13e3baf42c043eb83b2dc0fe4b9f527b93b44025691413ee97670462fb69d

See more details on using hashes here.

Provenance

The following attestation bundles were made for crashs_cbstools_bindings-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: build_wheels.yml on pyushkevich/crashs-cbstools-bindings

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.1 This release

36 files

0.1.0

24 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