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.2.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.2.0-cp313-cp313-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.13Windows ARM64

bspot-1.2.0-cp313-cp313-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.28+ ARM64

bspot-1.2.0-cp313-cp313-macosx_11_0_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ x86-64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

bspot-1.2.0-cp312-cp312-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.12Windows ARM64

bspot-1.2.0-cp312-cp312-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.28+ ARM64

bspot-1.2.0-cp312-cp312-macosx_11_0_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ x86-64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

bspot-1.2.0-cp311-cp311-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.11Windows ARM64

bspot-1.2.0-cp311-cp311-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.28+ ARM64

bspot-1.2.0-cp311-cp311-macosx_11_0_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ x86-64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

bspot-1.2.0-cp310-cp310-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.10Windows ARM64

bspot-1.2.0-cp310-cp310-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.28+ ARM64

bspot-1.2.0-cp310-cp310-macosx_11_0_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ x86-64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

bspot-1.2.0-cp39-cp39-win_arm64.whl (2.3 MB view details)

Uploaded CPython 3.9Windows ARM64

bspot-1.2.0-cp39-cp39-win_amd64.whl (2.4 MB view details)

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.28+ ARM64

bspot-1.2.0-cp39-cp39-macosx_11_0_x86_64.whl (2.8 MB view details)

Uploaded CPython 3.9macOS 11.0+ x86-64

bspot-1.2.0-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.2.0.tar.gz.

File metadata

  • Download URL: bspot-1.2.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.2.0.tar.gz
Algorithm Hash digest
SHA256 958b9b92475e8a0afc01772d412ce0adcf93245ba89b77b2bf330fdf15254aaa
MD5 1daf32011de32152267cbdb1a5db8a37
BLAKE2b-256 78b3d5ab3e4ae8181bd83d80e0f7514d410f710647c3fa82c8d855d3d40b1ee2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp313-cp313-win_arm64.whl
  • Upload date:
  • Size: 2.3 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.2.0-cp313-cp313-win_arm64.whl
Algorithm Hash digest
SHA256 ed73ca7caaea26c602fc2df102aaf9861392209bd192458724bf754f380e363b
MD5 f5dce77c69c7501a59cbf69905011113
BLAKE2b-256 57bb689bad4a393e7f60a675d061b23b412ccc3413b074e1b88c4e5c097248b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.2.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4564e64fb3352ce0f4325156f247395a9e2f5c112715fd53c61e6a7a2fd52395
MD5 95388300455ecf0c42925e1002cbb1cc
BLAKE2b-256 b115fffc2e8aa40322d8b5948560582cdda6036ada260cbcd865a864961b2829

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp313-cp313-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c6f88d754a97f12bb1fcb83af733f54f134167e84a477ca3b47a9272a9d4c680
MD5 739e974c993547439c122d0e7724afae
BLAKE2b-256 6272848824de36036609239fd1a8247a0cf9498be03bf8fa1bd0d65568343f3a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp313-cp313-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b74ee348213472299792b79813d72991196ecd1a4ee6cc2369b694f0c5cd311a
MD5 bf01826599a9a13873284c82c8ea0575
BLAKE2b-256 e4eb2a9b9aa5ded3f2bac8f5d1c4a6fe4f99b78fb9d380e669f77629a495aaa4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp313-cp313-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 0c2ad9fd29b30b3a202ac5fb84238dc4db21ad1de806cf65fb15c5b0c7cc2bc3
MD5 d198eecf14a891e9a8460bc2ba1d6fc5
BLAKE2b-256 81859545e622bdbc8906f3079beddbd284bf35efe406bceebec4a9199d7c4206

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5efbdf05b51d8fb028464e599772228db10e210928cee8eea3fbdf5bad64912f
MD5 ccefa6a043188a798d750750b5fe1db4
BLAKE2b-256 1c46f62800e63eb8c36fb4be929691af72c10cb78ff1a7884669e8e29f6fa454

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp312-cp312-win_arm64.whl
  • Upload date:
  • Size: 2.3 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.2.0-cp312-cp312-win_arm64.whl
Algorithm Hash digest
SHA256 93f3a9db9914c3b535ff8b65887ded4a87f76a08fd2fa6e66ea7ec680ea28efe
MD5 098ca388fc4594ef31ffe0730b36a55b
BLAKE2b-256 515644d030a5669153fa2144ebe011de09bb10921972a8ed3b4b07ead02627ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ee27722e3faa4bea7ce06024c6d13c10c85aaaf7b8b24ce300b272f8cc14f4e9
MD5 ad8083c14942ce25cb3f1633f18446d6
BLAKE2b-256 bb2748f921ffd0fcfce421c380817b9d69be3309e4861b525fcee9452d9e799f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp312-cp312-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 5323231666a8d2cdcccd2dd13e48dfda5e809438eb4a5c7177ee3109e163bb83
MD5 49b83ac2278a24942c9c9a5728e6896d
BLAKE2b-256 bee4353cbc3a7a1f798ea3d2375ee763da01d6380c120c63a1850a0cd197a503

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp312-cp312-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a8ab8ccabd3116f9ef4da1ddcb1baea4a7b7b35ecfc8ff1f85404dd8dfb5034a
MD5 340adf8119eb6367801745c7623017e0
BLAKE2b-256 6f3e5d86decec4c29483cf7e7f82de19d55a173a7d8b321a6e7988e34606b1ed

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp312-cp312-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 5af98321bbea315f86d0b9436a31e14f5fbd68b537d42583f52a2ff9fc58d14f
MD5 27e1936ed35a92772becf1433adfac72
BLAKE2b-256 c6574e0c3f1da9e1b9d3e6577e1a5d54c51a9c0d09d8216c1411c83ab5b317f2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff9b475907916c54a8a6edf5cbd21b1897359cca32e9b00c2ef30810da73b564
MD5 28dcf1d9f83d937c9d67a9d491e17b2a
BLAKE2b-256 47abded9ef25556356d3c328f7926338edf07d23ef950361de06cc34632e5aeb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 2.3 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.2.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 ea82316d231f3d54352a04c8ac742b2bfb2abac087d33605c70e97d15455d61f
MD5 87e323a7dc72e06fdb9fab1226ce9ce4
BLAKE2b-256 20ae9dac530d533f0bdfa0e984ffc83a5a6331668dc37498ea771b2e1b7f4bd5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 abf7a3f8a5a7517431c433626862e5db8909086f1638f9b2aae7a4dcc5127296
MD5 bff3b71a6b168493b6f9c18ac07610dc
BLAKE2b-256 eb78fcda98842be880767a9cb047678fb247249f1e539785804ccc2a5edab478

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp311-cp311-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 8850542033fb43f97e282cbe3f3b200e339d0466f9d71ac5edc0348424c1561a
MD5 79fa1e0786a396d69e7413cbbd20818a
BLAKE2b-256 d9c1e2f0f973988bafa9e463363f3add30fb82c5323a5657c7c01ee02ece8e8a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp311-cp311-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7417d4015a128dccc0e696960f3dccfd5f7775d7846e9a71e7715d8f94c37ec
MD5 b601abe6e14dffedc49f320470408ebd
BLAKE2b-256 dd172d89dd13a8b942027e1c7f98e4e943099ae8618780e717b8506c72180201

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp311-cp311-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 472ef1e9d47816a7b263d6facb91f05dc1947239d319ccd8519fd97b408734d8
MD5 e39a97f41ca43c970d5324f75881f9e7
BLAKE2b-256 a837d98556ea776d8fd7bc446660bc609f9a9f05c236ddd588d99beeabda94c8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a198285a28ddb3609d909623a1becb0e0d1f5f78fbc5950d28e3b57ec9caaa91
MD5 d74221664ae8ba8755a6633e45324037
BLAKE2b-256 8190a3d8951d78d404bf805c3d10a752ec1cc5ed537bb58549dc43b4d65f9620

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 2.3 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.2.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 fa90533bf86abe9477c8981d524e5b7a11a4e1250db5236e93a92312755fd7e3
MD5 b1895608673d04289ed05fdf03912697
BLAKE2b-256 bb01cf656c9e21e11c06883f36af13a589c1a33758e2c886ebf9160ff9dd56b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 469b1a360651cd1026405e8a3d0da0ba0c55edbef9aa32a7630a072e823d9def
MD5 62c23bcadc513f21ed89622c1dcb84ea
BLAKE2b-256 f7114e3b633fb101e3c1b91337aa03e0dd4d43eb31d2cea04fc4943e2addcc6e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp310-cp310-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bd681fa021deb9353c7baa59454c0adff5b3c35008c36d27c9b1b135c8e5cc5d
MD5 9b04548ceaa22c00b9f6800566b4236d
BLAKE2b-256 ea33fcdf94061c09c02a39695cfadabae4071ee60d55fbfbbaf5d3f32d5f772b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp310-cp310-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 56af1f339888bf74280e3aacb57c6fac33493ff7b2fbb8f4fa1a05b55c4ac04d
MD5 3c82d2677d9613b2428bc9b1c1e0e674
BLAKE2b-256 869d1c2644cc34946fe5d04988bf5e1355a45b66115871fb801e832d2b150a1c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp310-cp310-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 ad367a42491d7af3624661b2cf152dde445fa14bf18fd3366640a7cba85370cc
MD5 abb451fe113caa88376fb800a6a506fa
BLAKE2b-256 5a34e0cf375fe609959e6b51ca8b8739542e4481ec8b15e3e161a4779a92fa66

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 eca6c9d1e4660afcff4769e50045e479fc8789bb8ac1c87b20300b41657acdf3
MD5 56450fb8b9d7a891e26ddff17d4a2617
BLAKE2b-256 906e760c8438afa6f9f65910d47e551aef471e2ef32e52a9f66264ed537e614c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp39-cp39-win_arm64.whl
  • Upload date:
  • Size: 2.3 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.2.0-cp39-cp39-win_arm64.whl
Algorithm Hash digest
SHA256 7b1490d500e65b8a005106a76fc37f225fff4c2fd1f8577a7dfe2e8e196fa113
MD5 e10f8fef9096e12945d5badcb9ec9afe
BLAKE2b-256 d597b7050cec5f374dbcd48ea7fec008325a1ea997afcdf74a186fbfea3552e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 2.4 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.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 885313a613babd732d5545b93a00684fa0edf610bbf7d1035578e02ed9546d44
MD5 8e1193b35627a6af4f809110c226b5ce
BLAKE2b-256 8bf887f09f9e92ce347725a32640724c0d626e8d4371ac267c3105c218a5ddd0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp39-cp39-manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 af3f1647b62a3ba507c0bd7c78bb98f931dbe3dd1699c7d0f5aa87ce685d3765
MD5 e82ffaa066f70ccb24b9d93fb3f3d9a5
BLAKE2b-256 b5396da27d5096ffed31ca5b49be9be4131ebaf1430ad81e40f3b2347bf15778

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp39-cp39-manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 92e0d9ad8c7eb67345039940e84565bf7eb59edd2aff1ba1f71d9fa58bda447c
MD5 e16e46da18b76c6079e2c765969200c0
BLAKE2b-256 309760c0f0a8a3d97a1c35af9640659355c85ce2389a9e1c2f669aa1368c44a3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for bspot-1.2.0-cp39-cp39-macosx_11_0_x86_64.whl
Algorithm Hash digest
SHA256 9e0e13c68957b94a24ca3486e69ed54c0c93dacbdcdcb1c0e63c12561a65bc6e
MD5 d5f0aa1d48515b57765d923125abda12
BLAKE2b-256 b5d61c81af0924d33ad2ddcb53c2e677a905afad8afa991c2d2713dd010da661

See more details on using hashes here.

File details

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

File metadata

  • Download URL: bspot-1.2.0-cp39-cp39-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 2.6 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.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9c531fc3464e4ea88f1a86045793a2f545697d1c1b20562e3f19e1b6e6ca3618
MD5 d880b87887f1a8fa161861f2b91f0b81
BLAKE2b-256 a40450dce728e24ed2a37795494d370cdfa84bf6e77d239c94037f0a4de5aaca

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