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.1.0.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.1.0-cp313-cp313-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.13Windows ARM64

bspot-1.1.0-cp313-cp313-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.13Windows x86-64

bspot-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

bspot-1.1.0-cp313-cp313-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

bspot-1.1.0-cp313-cp313-macosx_11_0_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

bspot-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

bspot-1.1.0-cp312-cp312-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.12Windows ARM64

bspot-1.1.0-cp312-cp312-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.12Windows x86-64

bspot-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

bspot-1.1.0-cp312-cp312-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

bspot-1.1.0-cp312-cp312-macosx_11_0_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

bspot-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

bspot-1.1.0-cp311-cp311-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.11Windows ARM64

bspot-1.1.0-cp311-cp311-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.11Windows x86-64

bspot-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

bspot-1.1.0-cp311-cp311-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

bspot-1.1.0-cp311-cp311-macosx_11_0_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

bspot-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

bspot-1.1.0-cp310-cp310-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.10Windows ARM64

bspot-1.1.0-cp310-cp310-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.10Windows x86-64

bspot-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

bspot-1.1.0-cp310-cp310-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

bspot-1.1.0-cp310-cp310-macosx_11_0_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

bspot-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

bspot-1.1.0-cp39-cp39-win_arm64.whl (2.1 MB view details)

Uploaded CPython 3.9Windows ARM64

bspot-1.1.0-cp39-cp39-win_amd64.whl (2.2 MB view details)

Uploaded CPython 3.9Windows x86-64

bspot-1.1.0-cp39-cp39-manylinux_2_28_x86_64.whl (2.7 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

bspot-1.1.0-cp39-cp39-manylinux_2_28_aarch64.whl (2.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

bspot-1.1.0-cp39-cp39-macosx_11_0_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

bspot-1.1.0-cp39-cp39-macosx_11_0_arm64.whl (2.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0.tar.gz
Algorithm Hash digest
SHA256 1e0f2c7e84db0707ba5a5a58c23048ca2f39b0bead2d07bfd7f4d9f85eb90dc6
MD5 6c3d0fb394535c382f3e4a4bae3c4e55
BLAKE2b-256 d38a70d7a25fbb20981fd19cf99e5fd23afdc2df9c79aeb17aef36d40f2bd5c3

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 7cf59bad3f56b69fc3bb285d8064d2bc8bfda1f07ea7ee3138fe20c49f26b066
MD5 889cf4a350d25b395736a1d4c7d48bde
BLAKE2b-256 05fc994a9448463f12f382b8770da695149df1a2acc749d6334b90d010f4af7a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 3a529dfa09c305af6f6a5b1cc20fb8bc67067370772a05eba0bf0eca418b49d6
MD5 f05f7773bb3c06faf6df1119ea66f793
BLAKE2b-256 df7cd3d3f8fb14e41b3602e01b074e20ea5ad1d3feaede976d1925a659a7b776

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8131e0d62b5828408bb31c9356c0b7c4c1dd9ca95ccf1db7dea2689cf9a865de
MD5 0e205134aaefe79c971ce2fbbc6c9cfe
BLAKE2b-256 2caf8c311fe9e242c010b36d11c285718d121ec044cd1db843e9a90b47bc81eb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 88cc5de4e46ca32d977d9544828ded2f527dc98da9284cf9963a241f331b7d32
MD5 482a8cdd72daa602eae09e51946a6805
BLAKE2b-256 c81326576cc49ed68ec70e8072bb54791a91672def89aa0e165eb814026a73c5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c4c37a2a4a939b5210945986021eb5cb5cbc95e2fb9207d88e07238a3b370617
MD5 0730142f94fe4199947b610027ed9c21
BLAKE2b-256 86bf38d758b8e60f3aa520d106255d2d0a18c4d0170141f8cd191de41faaec24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fc77024eb19d82bb8b97e27bf14f6449828c1ae3c47bb62a883193c7e683908e
MD5 8e4d4047ae20e11fddd279bbf3b2386e
BLAKE2b-256 0be0417892c3478ddf67d2c49b54f157187f8cf660a866b917414d0024f31086

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 e389656dc1d1794b853e6301e81a801f6fe57e856d7d4a31c8521f43440442a0
MD5 093f7d1c05677368a974bf43d91a11b0
BLAKE2b-256 3a3fdeaf4fa7ee32c7a41b32edcd3816a7bb2b082c94310359525d87db6ab891

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1b71b3a4c016e2404b528268efccb32e3f8b44f964caffc508197c8cf4daf404
MD5 ac5671cf3a7bf116cb8c9e1196f98f49
BLAKE2b-256 7db621c46db12f61229072fcdb0a61a5a1eb7d5c80ccafd196a32f7cbc291d93

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5e1cc34dad34ab417c1b28d2f5a3219ef4062d4c1bab42319dbf4a2dc7896747
MD5 f44ac2e92a8418ee868f4335890c36c8
BLAKE2b-256 6379c08fa0478a0e731f83469e8c1036edbd0b04382a8d782ab43627dd86a408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e93a91d159726c209cfabf3c76785b14230479ed18ac72c6bd536fd4805e8c47
MD5 ffc84aa043a7c59d3c972c203d656c3c
BLAKE2b-256 f468d18b3bfe403ff0873e9e9107a51a9833a12a80b9b8afca2277f2fe5d8f1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 412a3939507defce7335fbf2b79e8916c79197e6b6e3fdb2256941e1d50c7fd9
MD5 1b871739b45aa747bee465b8d07c3c2c
BLAKE2b-256 219857f34df3beccb273e49f27942c716bbdd0f9e9aba3c3009383979a16f649

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0059a9f51d314a0eab5ff88c5e050b9c2a4343cd44a8fac112cec1ee52b675a7
MD5 ff933c50ca9990f5cf44a972c520f189
BLAKE2b-256 ee8688317a5e1b8a545067232edaa9c87745594115f72a304068dd814bc9c2aa

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 2e754b90e0ccc4d95a57657c35674b25586b5981c000e0ebd014cba8a798fac7
MD5 061170be69a4d2468d701b5a89380c69
BLAKE2b-256 75d6e43ff20d470ea9fc285cfb5916ba6ef1bdb2aecb13e3a9f2a78766eba493

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 15bea0da01d8d66e80bbbd1dff20736dcaadf5ca112b89771ec9a4f28cdbb6d4
MD5 872364bceac0c879cd36775d836f4a13
BLAKE2b-256 405aa235dd993660fb88338ba918d3026780895188a6afef650a437cd6e1035c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 238fefc5d5929a47402439ce42f0fbcef7ef3d95d8be78c4f518310fceb139d4
MD5 db21723eba720b87b148c38d668a1380
BLAKE2b-256 0ee8f45870008dffc81b2f5dc8433abfd5132964f88193e481f31447d28212ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0f2491690ed427c2ba0dfaf047351b849ebece02d09406e93c7727bbde61925d
MD5 c31c71c6114fad0d8eff1c43bbd3f36d
BLAKE2b-256 a9012e83228d861bec0a06099d51a1f8812cf1e0db9f10bd8a4c556f9aa499ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 8e94906cc937bb1c6446ff8429fb8ede5728a1260d62dd51961d1ed736deed9d
MD5 15d8695e0c007374dc43990bf2353456
BLAKE2b-256 5d9f68a44edca296a1ad57bf4fe5e544b29110cf2b567a35b7c19a791d883092

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8817117f5158fe7bec335645596fda4fd061ab8df3a75ffa38109fde3f59d39c
MD5 e5303f6a8a6b4d5c7255c44a15c38fb8
BLAKE2b-256 71408829e4d3346c8a52865db352d4e5598176edaba7ad131a82138c1666564b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 1d87f18ae8aab97020a04120f6d6b8bbeccc0eb40bd39ec413a254a883b72017
MD5 2f39462052788bdd461825bd14222f98
BLAKE2b-256 49b23f33b744f7a5dd3160699539520a03c108f05b8319d85718ec783a01c39b

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 2bd3c71d6b444de390e63c299de0677ec26efe3c08392d880d67f26941d19979
MD5 33c40c48bc4d1ffb2bb2a395c0f4cb5b
BLAKE2b-256 bbf3a76e757c5f11cba1edf30b110a63117104107bb6505fedaa859a3c6ccaba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a72a8900f96fb6b18ddcbf1632efd5a0fb8990e8fcfd8b79a8dd14ec97c3619e
MD5 6b0639d958fcb8497654de8125d8b00b
BLAKE2b-256 8f36dc0bf281744682eeaec0112fa49f65581537e0c8e9e5a9b0c8ee97688abf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac5f0377f0de275130ee7ea1b3c2d4d4819ca3848dd79ef6a7dc769a38ce8c41
MD5 1b0b2718dc0d60d3732b2897c8230e3b
BLAKE2b-256 6f652b6f09e047fac3404f61782d562cf563db7140191460920e8c7bb4e6d73c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 c25c6ca5fbc3cff71bf58b876c2a318e63efcc23bda96c6367653cbfa14c6d10
MD5 711c462e26dca5233a08949098ea59a4
BLAKE2b-256 7c4e09c0569c9454f3ecac490ec12da96015a363832e83002f367837b9c8dbf4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ae5dff4b70ec0def5f129dc6d6157fef95653457c6e5de2905971ec3678495d
MD5 b157a66c02bd386daa217ec842c96281
BLAKE2b-256 3eb6c27f9d472f3e2ccdae24fa17ae64404657c98cc55f6782e0683384f30ea0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 a02b3a2f79dd15c6baa71e18ebf759f0554328afb56ab5780fed39bbedb7344d
MD5 6eaea95f6527f14098de0da79e731224
BLAKE2b-256 eb5e91fe7a16ec0f3433ba525c4669cdc7ac36e83122de2a8905a1bca927e8bd

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for bspot-1.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 2613f02a2c868a56d879ddecdbbd79b670fea8cf31c7fcf95502b3356119d292
MD5 dc0b4379f2d67ffb797aef7275ecd202
BLAKE2b-256 3b3e9ddf6b777483683ef0079753a3ce575cefcad712a19e28df1611e10e5f91

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5725e7869892677058eebd0c4dd322d654d32b8a7e8ea05505a2056271b24a30
MD5 f569d6eb433ea0b17d2f6d6af4216a6f
BLAKE2b-256 affe85eda3b135cf558fb2eb5132291201db259f80c5889e8cf384b07512188b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 398f50389a082fef3d1c27d82abec29faad1c78337659e6b4060755ed8eff61c
MD5 fc6e3db326ee39303ce7bf441ba24275
BLAKE2b-256 5702f6f146fdc5c2ff5bb5831b2d786645f53709d1899769f23f9df53d501ec4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.1.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 b778233f03ccc4ef557744d5230aa08fdc52f6a61ddf77d94943deb916a777f1
MD5 610a0760a43e85d5c27e1d657082b34f
BLAKE2b-256 1250c06f13cc9a53020415df7ab57223e31eb995279587b8ab7de1132da3e00b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.4 MB
  • Tags: CPython 3.9, macOS 11.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for bspot-1.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c2abd7f5241a57dd30c5c3f8d9a749e0ecc4aa13109e61177b266c85f68aceec
MD5 314994ef616dde3af96c9f39d2d486fc
BLAKE2b-256 6a8b1f89f4adf68eafa7b195839658c213136ba04350829fe6fa5b2d4ceb8201

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