Skip to main content

Python bindings to BSP-OT

Project description

bspot-python

Python binding to BSP-OT (Genest et al., 2025)

Installation

pip install bspot

Example usage

>>> import bspot
>>> import numpy as np
>>> A = np.random.randn(3,10000)
>>> B = np.random.randn(3,10000)
>>> bspot.set_num_threads(8)        # By default, use all available threads
>>> bspot.compute_matching(A, B, orthogonal=True)
array([1586, 7207,  330, ..., 3329, 4056, 3637],
      shape=(10000,), dtype=int32)

Building (mostly copied from libigl-python-bindings)

Testing cibuildwheel locally

Install whichever version of Python from the official website and then run:

/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 -m venv venv-official-3.12
source venv-official-3.12/bin/activate
python -m pip install cibuildwheel
CIBW_BUILD="cp312-*" python -m cibuildwheel --output-dir wheels --platform macos

Downloading all the artifacts

A successful .github/workflows/wheels.yml run will generate a lot of .whl files. To download these all at once, you can use the following command:

mkdir -p wheels
cd wheels
gh run download [runid]

Uploading to TestPyPI / PyPI

Then these can be uploaded to pypi using:

python -m twine upload --repository testpypi wheels/*/*.whl wheels/*/*.tar.gz

Project details


Download files

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

Source Distribution

bspot-1.0.1.tar.gz (3.6 MB view details)

Uploaded Source

Built Distributions

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

bspot-1.0.1-cp313-cp313-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows ARM64

bspot-1.0.1-cp313-cp313-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.13Windows x86-64

bspot-1.0.1-cp313-cp313-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

bspot-1.0.1-cp313-cp313-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

bspot-1.0.1-cp313-cp313-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

bspot-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bspot-1.0.1-cp312-cp312-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows ARM64

bspot-1.0.1-cp312-cp312-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows x86-64

bspot-1.0.1-cp312-cp312-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

bspot-1.0.1-cp312-cp312-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

bspot-1.0.1-cp312-cp312-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

bspot-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bspot-1.0.1-cp311-cp311-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows ARM64

bspot-1.0.1-cp311-cp311-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows x86-64

bspot-1.0.1-cp311-cp311-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

bspot-1.0.1-cp311-cp311-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

bspot-1.0.1-cp311-cp311-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

bspot-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bspot-1.0.1-cp310-cp310-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows ARM64

bspot-1.0.1-cp310-cp310-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows x86-64

bspot-1.0.1-cp310-cp310-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

bspot-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

bspot-1.0.1-cp310-cp310-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

bspot-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bspot-1.0.1-cp39-cp39-win_arm64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows ARM64

bspot-1.0.1-cp39-cp39-win_amd64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows x86-64

bspot-1.0.1-cp39-cp39-manylinux_2_28_x86_64.whl (3.0 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

bspot-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl (2.9 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

bspot-1.0.1-cp39-cp39-macosx_11_0_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

bspot-1.0.1-cp39-cp39-macosx_11_0_arm64.whl (2.6 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file bspot-1.0.1.tar.gz.

File metadata

  • Download URL: bspot-1.0.1.tar.gz
  • Upload date:
  • Size: 3.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1.tar.gz
Algorithm Hash digest
SHA256 25a053002466949174a14b79e5989e09656e7bdd803f864de2eb45f647bebd6c
MD5 c3f190900320510e26411ee1d7dcbc76
BLAKE2b-256 4050a524105d8ab2942dc481979380dc8c5bc182eb303ffd369834583c5db713

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp313-cp313-win_arm64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.13, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 2574eee2b747ad22b42910d4aa7fe73d8590d74b2115a224b224e6de16a72baa
MD5 3d684b2b01097a3f3e460e9a1e7c3231
BLAKE2b-256 94263947293f4fe3c20881cb048b465a892f1620f3cc992763ccd66bfa64b678

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 21eb33bf98658d4215e61bb6b36353cc32bf0e168013590d75f9ddddb8c0a231
MD5 3586c8de9f8ceede2d42cac2fb73a758
BLAKE2b-256 7c48f4a52f2757ccb7744d1429e024111bca99cdfe79158056585cba45206b01

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp313-cp313-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ee84330c0edc922e16ef0d75266a78d6587598e9a321e4b679d459d3d9a725e9
MD5 8f2f42cdef3160f545127a344c153b7c
BLAKE2b-256 859c63cf0b6f9cc46d6d0dc14e4187ae7a99bbeb8bb2d4df48e2d86bf22a38ff

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp313-cp313-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 7a6b681787d2f29984ae7395c83c97cd6af34d35354d5f5fb18eb46f2e070a9f
MD5 cf0fd31ea15990b2bfed0c67b393bc57
BLAKE2b-256 d06a2012651f85c85de95b0ae044c960db21e0f85d6a0af2416a3058a4a622ea

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp313-cp313-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 1747c058627016fb0308e5d9ee516a54d15ef5523ca213f15c78333882848072
MD5 e9c6958dd1feee682d33252ff193431f
BLAKE2b-256 df3b0618778958441aabe181831a3768d7c35d19d7b26b410c170166218ffacb

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 63f5132859dd1dff47f622f493fef87c9cc16a919aad3deb11ee9136e39a628b
MD5 c86360c1f9413ddcbcf4c8757068896b
BLAKE2b-256 0c5b4e0860e547646f35392b76c50cb6ac6a281d87ff7dc627839129c23ea588

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp312-cp312-win_arm64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.12, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 13140665b9845a94f032d653d9a107975a1edd745ca139b954eb591424331a46
MD5 3f6914dec3882f55eb36f2a9943590f0
BLAKE2b-256 3bd0b4e698cda100901599d366df817b4650446abe376fcd789712de8d0aa546

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 8c33fa89cdd62b46fc526dc5cdffa283e32a6d48edd9883fea4da334c903fdd4
MD5 361865c442e0fd47d0225e7954b766b1
BLAKE2b-256 e0dbbbc052a42e14fd3212f29f69c9cd2242d1950917eb3e5af391a2b6f05337

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp312-cp312-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 91e479310f124b2fee9b737de24e1610fd4d96d60c4e32014d7cd31eab449b33
MD5 d43b339077373174ca4513e1cb04ca03
BLAKE2b-256 18321ca37f6e295eeb8a9879863411107b07fa801b086dabc51332115efcf59b

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp312-cp312-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e9990be6f5090be0a5efe9daa367ff1590244f0e535eef7aa25dcccbb10116af
MD5 7ae7a0e02a35b29fa28cf6868249cdd1
BLAKE2b-256 98f75d8628afcb9ce710f17ec04d7aa24d7734d63d74f77ca85e50e6f70f76d8

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp312-cp312-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 3aca2a7f2ec08cf47dc9248bac4ce53ce75f3abb31ea4c349545d45545702dbf
MD5 ff2a8e64fbb39e83a8446f9ad091da5c
BLAKE2b-256 ed3e27d794721d67aad0d407ceb0dd38a537a6bbb01fc0becee0ffec4848c32b

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90e08e5ceafb1af6c47eebed9d83759fe882b647d626424d6812f0e55df00d18
MD5 beec825f4bf6b9c01d3210f9b6090ecd
BLAKE2b-256 020db95f6c83d3331387bee625b8f2adf00010c74e6dcb9dbcd2db24ecfa0100

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 844bab761b9a86ce5aa1fe3f6a8f9d17f9a4bcb3549b12d692d72d1ea8151c78
MD5 bc4ee22decd1e5b3c37629ee796b5247
BLAKE2b-256 982e1f206d66b37cdec99b445013d8bc87508497da0374fb3b7c47dc6e4d0e56

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a38357c613af568de2977a5a5296ae8aa817082c53d12bbd7033c634d0f4116a
MD5 e8b7ac0721c8c5a62c7b26e0b8b9689d
BLAKE2b-256 f265bc44f933fe04a74207bdff47061bb1d02f4dd5c97b18fbab38b38520d829

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8a553c7924d50532b0a62aa02fc7d8c9112912de0f04e3b2b3e17d4e593fe4d8
MD5 0dc5e64b2b770d24baf7b201d8a5bf61
BLAKE2b-256 6dc306e58d1ca99665feb24687307161845142d7d84335dca6bc01e4d5b7b599

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp311-cp311-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 67cc2a5c4abc56ddfde3e06f57ce4c72641725093733c087bf66fb4ed0dedf26
MD5 d78cccabec7ccabb2c1330ac7fd03c6e
BLAKE2b-256 ac44db19f84a7ed9bd7c2aba869baabc1b0319d3cda5f21e474963cc3bfaa64f

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp311-cp311-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 cdaa1fec6acb049a589f4b57dc344a71555ad95c7e4256e6097306f782ce6f7d
MD5 9c02caa974f4cc5ea05c9c63a0f60dbf
BLAKE2b-256 59ecf4dc1e4bf9a967361da2de0c92d07ebcd36738151fce7e6c02def6088886

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3449de1dfcec971f1f3d39cb6246f006c3af609a170077a3482e79fe724aa360
MD5 8076d498b76127532f2eaad5af304048
BLAKE2b-256 a19f960cdb6f6d267cf33b2639b130f9e9d955e37e6b7399e57d2163add4f313

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 1001476a906440c1ca86c4556a09468bf792074698d90214593bf706bdc529ba
MD5 53213e74735633d0ece655b4de8e3384
BLAKE2b-256 73558b45d264dff60323099e3a60b67e0963052f8b76939ad799cf280e61a597

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f8754c216a6b2362deb7294e8b9f8a7e307c51677139e2df16aa72ede9036cc2
MD5 44325322dc196d8be39b9e6876449070
BLAKE2b-256 0da8d1580d0c0b3c6cbd22ec238796f0f4860316d1aced0d61fdc324fcc18fcf

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e5ada7c5ddacd20f301a2c3430760822dda31be6b2e55f8474e733b71e7a6578
MD5 4da82eca5afee0fc44dd2375e473136e
BLAKE2b-256 c0f11146ac9c67556d4ebb4369b70a2d2fe86dd250a67087ffdbcf851bf5c663

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9412c753185818e018d151ec35292fb5c2638861e67230d609b5016490eb7abe
MD5 f128cfb4d87bc17b3a800bd77fd0f8bb
BLAKE2b-256 4e6e1525459129594c0c2d6c2564dc61c5eec771a6f3f8609934245ce8c75cfa

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp310-cp310-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0dac30a2933c84d3adc9b08b43fb1bcfa979553b4b124c338554adfcf434c134
MD5 eb9b0fe79fb5ee1991cc86abc610ca81
BLAKE2b-256 866015925f32735c60715bd3d3d2659e35312a0f8e5b59a51255e728cdd24000

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5dcfe198cf89d3a07a0b4998f308565dd5fcd0864e8d1ffa416c0be6719f11df
MD5 937d0b5c23f7fb5237a90d2f032d01d7
BLAKE2b-256 febf25fce07407c9e659ebd9b3e5b5630ed125ee07250ff36e453e8991bace8e

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp39-cp39-win_arm64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: CPython 3.9, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 a5cd0ce257d9b30badcd6eec294f1f5fdc385b30298df1572762b99b838c7fad
MD5 8902ac998692dee1d3d89e83ca1930ac
BLAKE2b-256 ebbd4d81f12e607a2718e24a2d2b738c5a5ca17dee916517c3116656881087d7

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: bspot-1.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.3 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.7

File hashes

Hashes for bspot-1.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 9d4b02b621f7b6e32fbde244334dca74fbc64546c63c7bcc50f4c5a701be8b06
MD5 78ffab66033de5ffc5f4d4b150f62360
BLAKE2b-256 9dd68db9ca0fe0c8611fc085417161775ed770a5c72b8687476bcfa2957a6214

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp39-cp39-manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7113b122b824cce4ce751eefbbadff516223ceba8b0ecdf57a708f6a697cb5ef
MD5 31eb07a7a30b933147211d82b3ac08d2
BLAKE2b-256 7f45372becc92db92b7d43bc879e0682d3141771c202d3dab86dcb1f02df9d88

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 2d0646f229148bfff182c269cfe07dbc50f2c6c8bf7e1360558cc2c8a2a7e46b
MD5 55bdd9f65af72d9d02a354c80d63bc54
BLAKE2b-256 8bdb40a1ed0b4866efde48433fe38cfb36dde0bb738723f4a00dc9130bab11ec

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp39-cp39-macosx_11_0_x86_64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0d53cc05a71df9442388118d26444fa802b3fa86c02dbdcc3bacac2896095d82
MD5 8655e1caa63599ceafe5a698b52b7cab
BLAKE2b-256 c37ff7620794b7b586aa717dc47a1774ca0f5761671f3c9e9b3467c112945647

See more details on using hashes here.

File details

Details for the file bspot-1.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for bspot-1.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 11130d58296756ae7b698883f29b921d8d2c13ea8df8d30561278c4bdc6ab6af
MD5 eb9d5b721a83b372ebe0a5f4b97c5aed
BLAKE2b-256 c8b1b697e9722f32f163b3b82de47cb5e688b3c41dabc419fcd49be2ec808901

See more details on using hashes here.

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