Skip to main content

Python wrapper for STLINK-V3-BRIDGE

Project description

stbridge

Python wrapper for STLINK-V3-BRIDGE. Tested on macOS, Windows, and Linux. Uses libusb for straightforward cross-platform support. It's deployed on PyPI so you can install it as follows.

pip install stbridge

Development on this project will only be for bug fixes and PRs due to being tied to proprietary hardware and ST's license. See dragonlock2/JABI for a true cross-hardware solution.

Supported features

  • SPI controller
  • I2C controller
  • GPIO
  • CAN

Setup

To install from source, you'll need a few dependencies.

  • macOS
    • brew install autoconf automake libtool
  • Linux
    • apt install autotools-dev autoconf libtool
  • Windows
  • Windows (MSYS2/MinGW) (experimental)
    • Install MSYS2 to install the following packages.
    • pacman -S mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-autotools
      • If you're not on x86_64, your exact package names may be different.

Then run the following.

git clone --recursive https://github.com/dragonlock2/stbridge.git
pip install ./stbridge

Use

Check out stbridge.cpp and stbridge.h as well as examples for function syntax. There's a 5 second timeout for commands in case they're unsuccessful (e.g. using CAN without other nodes).

python3 examples/all.py

In case no devices are available, you may need to do the following.

  • On Linux, add 50-stlinkv3.rules to /etc/udev/rules.d.
  • On Windows, manually install the WinUSB driver on any STLINK-V3 devices in Device Manager.

Known Issues

  • Not reading CAN messages fast enough can crash USB comms on the next CAN operation, even init. Should be detected as an overrun but isn't. Also looks like more messages than can be stored in the STLINK's FIFO's can be read back. I have a feeling what's happening is messages are stored on a separate FIFO on the STLINK and once it overruns, it crashes. This appears to be an ST issue.
  • Received remote CAN frames are misidentified as data frames. Garbage data is returned in remote frames due to ST's driver. This appears to be an ST issue.
  • Setting CAN filters for specific extended IDs throws a parameter error. Letting everything through still works.
  • There's some (fixed size) libusb memory leaks on Windows.

License

This software is under ST's Ultimate Liberty License.

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

stbridge-0.1.1.tar.gz (426.1 kB view details)

Uploaded Source

Built Distributions

stbridge-0.1.1-pp310-pypy310_pp73-win_amd64.whl (175.4 kB view details)

Uploaded PyPy Windows x86-64

stbridge-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (382.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

stbridge-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (380.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

stbridge-0.1.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl (197.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

stbridge-0.1.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl (209.8 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

stbridge-0.1.1-pp39-pypy39_pp73-win_amd64.whl (175.4 kB view details)

Uploaded PyPy Windows x86-64

stbridge-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (382.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

stbridge-0.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (380.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

stbridge-0.1.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl (197.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

stbridge-0.1.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl (209.8 kB view details)

Uploaded PyPy macOS 10.15+ x86-64

stbridge-0.1.1-cp313-cp313-win_amd64.whl (177.1 kB view details)

Uploaded CPython 3.13 Windows x86-64

stbridge-0.1.1-cp313-cp313-win32.whl (151.2 kB view details)

Uploaded CPython 3.13 Windows x86

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

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

stbridge-0.1.1-cp313-cp313-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

stbridge-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.6 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

stbridge-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (389.8 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

stbridge-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (201.0 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

stbridge-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl (210.9 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

stbridge-0.1.1-cp312-cp312-win_amd64.whl (177.2 kB view details)

Uploaded CPython 3.12 Windows x86-64

stbridge-0.1.1-cp312-cp312-win32.whl (151.2 kB view details)

Uploaded CPython 3.12 Windows x86

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

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

stbridge-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

stbridge-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

stbridge-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (389.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

stbridge-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (201.0 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

stbridge-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl (210.8 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

stbridge-0.1.1-cp311-cp311-win_amd64.whl (176.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

stbridge-0.1.1-cp311-cp311-win32.whl (151.3 kB view details)

Uploaded CPython 3.11 Windows x86

stbridge-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

stbridge-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

stbridge-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (396.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

stbridge-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (390.8 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

stbridge-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (201.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

stbridge-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl (210.2 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

stbridge-0.1.1-cp310-cp310-win_amd64.whl (175.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

stbridge-0.1.1-cp310-cp310-win32.whl (150.6 kB view details)

Uploaded CPython 3.10 Windows x86

stbridge-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

stbridge-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

stbridge-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

stbridge-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (390.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

stbridge-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (199.9 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

stbridge-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl (208.7 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

stbridge-0.1.1-cp39-cp39-win_amd64.whl (172.4 kB view details)

Uploaded CPython 3.9 Windows x86-64

stbridge-0.1.1-cp39-cp39-win32.whl (150.7 kB view details)

Uploaded CPython 3.9 Windows x86

stbridge-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

stbridge-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

stbridge-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (395.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

stbridge-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (390.0 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

stbridge-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (200.0 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

stbridge-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl (208.8 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

File details

Details for the file stbridge-0.1.1.tar.gz.

File metadata

  • Download URL: stbridge-0.1.1.tar.gz
  • Upload date:
  • Size: 426.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1.tar.gz
Algorithm Hash digest
SHA256 e12e875b18db42ec7e6af792ff119949ae72c79b2bc6251c6686c5050bad8064
MD5 b32dd9c27361bd89c27bca7b8cdfa10c
BLAKE2b-256 025bacc6dcd73fa18742aadd5b12dc8148182d631e429cd6dbf45139d2824f0e

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 975a1e3278bc64e23cdfa2ee333e60cf96b5cded13c533afbffcdc6ef321366a
MD5 44ff7d6c427761398ef5d20d1b4375b7
BLAKE2b-256 a3b8ea2f0ea6b8248e9a8ffe518b783abda9f585870d8f368675f254ec611171

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70c91f7aec5a97c86591683c7bd682352fdc281c6f9c6f8ced22b6b490580e55
MD5 036d7fb16e4ee5fc90d41a0808487336
BLAKE2b-256 fea53f4f163058fb491e6acbf562a9bc1e20ffc8737221b28f52474735e39fbc

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3651cd13bf9766db74b13e8e4cc23e6b22b3e3b76c408c169d6991290a02e633
MD5 2026203cc8c71686442876eda94cb7bb
BLAKE2b-256 d0ca4b8018b9665471e6ac2285ca73cba1a4fdaca635ac9213c0fe0251974d46

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8bae5126271af1d6730811860743e93561dd08d7cb0d80d54a43db3f183792b0
MD5 736d88d00e8c0d1b39389ed056e8f49e
BLAKE2b-256 1e28cd2dcac65b70ba43152f28ac5e07db17c4464d32dd9d329f15c8fb236ddb

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 410a9154c217d7fb0230b3de7ee81ff815cb186573b9d3c46c90d720daa5f4fc
MD5 2a6d87f4584067fb1a43210b062f77a5
BLAKE2b-256 2d0a1acaaef49484cab80511db00b28511f261f1cb4eb853ec9813cf40430358

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 90c85130e005253cab3011edd145ce228485460eb063218c1a0d72ec857fe36e
MD5 f91f8bbee2b9b592fcc43040fa524fb1
BLAKE2b-256 ecb9d68371b60d71a85b4dda66dc15c4b28657b5bdf984939e1e92c44b1256df

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b7f48be95fea90da290c27880fda7c8f42bf632e1cbe7650d24e820e145c3092
MD5 2ea1e5878ce24f4df77e5c522ea5c4ff
BLAKE2b-256 538fe9a88289c505f25b1bc6363c7f8364cf072722f144487956795923034358

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e7422daae36556023e731a12af682256f62d5d02b55e9fc6d61fddd9200b1c12
MD5 dc0b2f7090d32200d6d43c3b2c628411
BLAKE2b-256 db5e48586eb40802b7fc2b38fd5cc1bff0e5361effb3ac3a93920b2db836cfd1

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8b614a98e1df99b6c49f12cb759f143a4110d2daca836bfd4a2a29a4ed675454
MD5 f1ab6b2f89d65d226c61a1dd9ed5ca8f
BLAKE2b-256 c7eccdc2239b3885b3e4d05a6f3476dedd7f5f3892eeafd654634d8f7a572357

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-pp39-pypy39_pp73-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2d1ee6b9a7778c261abd48d1753f6600e09358e09a48933afb17870dcc126734
MD5 62566b584aeaed3d441e67f23380c013
BLAKE2b-256 3cc90f28242561d656aba4f073b6131066ebbe8caf51a4119ae883319bfe1db3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stbridge-0.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 177.1 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fc77cba8bfa7b7f6fc63f55daf1b23f0966b4186bde77465906aa2649923e52a
MD5 49ce3a3d47f41041a11c5e9baac5090e
BLAKE2b-256 c252964e5124630b854c2d6ca77eef4f7446c3a138378901483ba24845ada6d1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stbridge-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 151.2 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1edcf47561cdbbd5f4ec118a8d28348df6b768455e394ce2b099198e02a80762
MD5 704cb58f097d226dadc38bc30afbd23f
BLAKE2b-256 5c7debe6a851b993cdda7200919fec02bc81538a9bd5241380cedbc31187f01f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8fbc54d5634e59b0c4696af77d26c4ada027b8bfa4df8d0c0f3573b70084cbd9
MD5 aaeba18e6a9da71971c49d90bb632ab8
BLAKE2b-256 b0c8a106d2b0c2bd97064a6f840879fe60ad7ffb24f893ef8e90b1e7d67bbf0a

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6604c51745844cb8aad91bd0cd3e8f17197dbe00a76c53a584e5da5fbd7ebe40
MD5 d8192a5085a4f1a02414efedcb14f258
BLAKE2b-256 e6e93f89826e888328a7a39362a25c6cad150810a7ed106043bd29145c05b51d

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 778adbbd881fc66cb7050c22e515f129ebe1c4469b030003ccf7fc57b425f338
MD5 70f4713cc2f17cdd55b8b17c456c8372
BLAKE2b-256 7b3015950cec1bfe095e92238b7c21eeb1650c5595ecda20860b7a8a46a66fec

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 05905abdd31ef13c553b57d30944339be1260fbddd6a72962dfe6c81825c28bb
MD5 c6d3f071e5405f79cd3e638f96592a9f
BLAKE2b-256 156949ee352355afb4a2cf34f8398e628a572088d223cdf922a9cbfecfc3fce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 90a5353cfbadfd7ec837c8c8931d66a4f57cb309882ef62d1ee784a78d0ee629
MD5 bb0059c71a0864710e4e5f1c4f712e6b
BLAKE2b-256 7db96a293eba62fa523fac8a4a64d1430a27a0b99fe53b4b92953be6cea43986

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 254e84ce2f0bb76869525c8bd40bb3b1bf8202af2165a59e63fce37cd8a773f6
MD5 00f4db3b62a58dd09eefc0829bc9d46b
BLAKE2b-256 fa59faffc31575c47b386a28aa7cbad79561156d29713a0e4e741280daf3d17c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stbridge-0.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 177.2 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 58f60a8113e5f72fa673531675797d27e054faa842b4ff41ae34f5ee8ae306d0
MD5 d6cb86468ac32a1b7be745411f51c57d
BLAKE2b-256 703c1456c11ffc31e3876112262186dea8a8cd8d507ded100df809e48c176696

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stbridge-0.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 151.2 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6536d3c4521a20fd40d896a63784eacfd7d7e70d03e6b08bd18cb7d2039d9011
MD5 827f50fe02a155b27ca99eede022e285
BLAKE2b-256 9365d0795695d2049fc35cea817a4c5295728bc5933b55469931f2ce0a11c81e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04987e0c75bdd4afd527d5dddb84f7aaeb795db6e8d4e73bfb8d7b828dc268ed
MD5 779adb2ac2f5fa88d273efd0384b63a0
BLAKE2b-256 63ae4e7994feda734d8eb9761ccad50ba42fcc4ca8b0da69377ca9729f5befaf

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a48944a372bb5d2eb4d22bf56e0952af09be56725990ac5f62602e65fdc75659
MD5 544b7831166bc441e710e4cdbdccf97d
BLAKE2b-256 4d21ab69c273370cbe9118400f52b0f655c5673e533e9d1b9ae5cc4708f81db4

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ce97e9fb204c33b04799daffe1d310aa292c0fa3c8f57357ddf6a6a8cd5a9e3b
MD5 b328b1fa0608a35028efa13edca30585
BLAKE2b-256 f01f1730fa2388f42610c87b1a1622bf6a37227b82bd36b0c5d4729fb2c48155

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bbd96a00441b5638d83e8ea88eaf5f8a884bf5645b7a45c073aaf2c298e5b73
MD5 8ff7edfc0cec2f8bf2218508d2868351
BLAKE2b-256 ebb65ec8cb29c23d39acaaf9fa588ec70e97bf0629f255776b720737b12f589a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 16111af21e981a826ae9263b1c9e8907ee98d42467ea910e6ef73ec05165f51a
MD5 2a0f4d03d5abc11b3c3d093180a2d6be
BLAKE2b-256 62582353536e5116cd2b2ee50f07b8e4b01dc034076a33a0d289011947f0ddbf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 3ecd27ae25f89570b81fb8d4f15ef3b5bcdcce50d839dfc70ac7cac45c4840d0
MD5 bb4d88b91b50c5690612174970ca6e4c
BLAKE2b-256 b5b80fda234249830b5e5df59f64cca3467699d50dbb5ac2b33ce3bfd817f94a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stbridge-0.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 176.7 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 adea098926f0cf5340185eb88ae24cdb07c5c7bf5f2687131f913e909d3cea11
MD5 539984de843e1e12bd8de587ea0ecd6d
BLAKE2b-256 230bcc88df3d7a30b4a6fc60bf8ee6f909378603f2e14e5f8a028c63464e0f4c

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: stbridge-0.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 151.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 5171c589c628e916a136a90b1727bf86c3661ca80810449167f42861422a2f03
MD5 14c5e1254ce153223fc2d982aaea1b2d
BLAKE2b-256 cfd489620434a3d493ce25fbe09d16f240c19ffb41aa0eb5622cdbe64454e99c

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26854d385d7a958b2c2bcd5376ca03bf16dcfe9cb5821a86eb5373c478533aa3
MD5 c8c825f2837c7683e6ab567a11c34ac2
BLAKE2b-256 29fc2b26c0f8f308b5c7b05fc890ee1ac619fd5e79af338293d42b1427865cdc

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4ac154c98e1069ffb9851692acd006332e75eaa1116fd1de51480b12d860ad1f
MD5 3ea2c6bc966d4f2b8982989c64fd20c1
BLAKE2b-256 81c4a6a89ee2011bcd00b83b2e9fa707d32679657fbd8084801f57e0e2fef73d

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2119982e260b4ba1f93efaea0c9a355fc0410f466c397d0979c61a16ab73cf54
MD5 2af6cdd1d76315c728088c5fb61d4c57
BLAKE2b-256 21c9517f62c110fcef02760e9655faf06479f8bd2f444b9ce713469a014687a2

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 04678e669354cbe24ab5f99ad3c4c93dae5d87c8a5248c508f26a6ef8f52f8c7
MD5 d3128a98a2b9920a23b5220bb10b1778
BLAKE2b-256 890a8f9ce4128ffc06798268c5c41486e974a7d6596f946ccd89d95d31089ab9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fe9bd3282e79ded4b163628eb0794ad773e2fdb80ffc8180ac2cdaabf8ff7f01
MD5 cd68d33e3955912337523a2fbee3ac60
BLAKE2b-256 18976090519ffe69a1d1df5069c93409e4933e0b4666121e701e09216fbc36e7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a454b26d420c6954b9a066a07aae50855da99e5c2700612f655f992fa905df5a
MD5 5a6e2358167076f2251c71f5fef8a630
BLAKE2b-256 4522e966f8d71e7967a9dbc4a9efc6ed9b117cabffc7bad1f6604c5849ca06e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stbridge-0.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 175.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d5d970a867168c9411341d63976bc9303a4966ea3dd5415bcf5edea0b8ad1979
MD5 c9d31c94b1117c931437739c331d0a10
BLAKE2b-256 3213c41e73c0baa7279ff3b33bb238bee19cb65efaa6b6101728ace9c3fffaff

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: stbridge-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 150.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b88e2d85eba86070053834d1008f27b8542fa02cada4a10f0f3bd16f21403cdc
MD5 2437d386e39758b617b7f5410d146e9d
BLAKE2b-256 d1ac9974378e10d2d68c760413e6342dd7c6f3732934883d94a6866473f6c05c

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8ab4199e3af2dcf75714fa0194290b650bda58cb006bb7f416050269bf879939
MD5 3da1fef1c1c9cdfdf3cda526f7e7b9ff
BLAKE2b-256 e0bae4667d7c673afd2936ced91fc62ad20f6c76d38f2b086ea30dc5ff32d81e

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 870e2b72affa6f789fcf04df1a05af524d6efccb703475edd185e1c0be7af348
MD5 abfacb9b1f6c7e3fdc0be58e67e57405
BLAKE2b-256 825d92e8eeb2ed137813f770a626550e016926b0dae29f25d97de84e35414fad

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 70bd0803970d081bc141f779fdb2949dda06365a26375c62481daf9272425bde
MD5 f018330a0b3bb25d8c2b09971343a717
BLAKE2b-256 c9edada1096818d50279d28f652291bc9d620aea6ab8f4cb02443d02536b99ac

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 472bd7e73db7b598caf6a4cfb5ec6ff48f1a02d237e1459e63113a554b66ae18
MD5 f9222eb8881130a24650fdbb417e08a8
BLAKE2b-256 7f99fbec30bce386032a1f8142a96a39c6ea1b716ee0d66ef9dcde33b3c1ef18

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cc5b5f4dc66c83ed9b01f09526dd65dfbe958a57eb95d089d7ab996d255c717e
MD5 421d279dfc1fda26659cef8371753d94
BLAKE2b-256 d86fe9b9fe86c53cb2c5730eabe690eb7b964ae574a5759c67830f43d2d975cd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6d94f965f718a5355e6ab2f4c14b93856a99d06a8a49aaf2138050b6a3b99722
MD5 a285ff3eb76988a79a287c2fe02f67c6
BLAKE2b-256 e1433c2e30af6ced6d6d016715ceaf7618e515122e50748f0fe6e7c7acdebde9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: stbridge-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 172.4 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 e1382dab764403992bd0f20a3681abb759e43aa90478ec606fb9c48aa7f5bfe1
MD5 fa3e22f4a58b8e4bcf05f1894336e9f3
BLAKE2b-256 c4df3134422d2646e265e1312d3b7a21a99fe6f77ee3f4b334686a8b1f3584be

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: stbridge-0.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 150.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.13.0

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 7a432c7474c06b9774cae2795d54b0d6cd3b8bd698b500b08581733c643c2e02
MD5 490d859331804d3a13c5703620346463
BLAKE2b-256 890345126f735bc6de41a8b2bde561a3b83429f59b97caa398b866642ae55cb6

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b0784a5e10af2126001630622915d890c536e1431e1ffbaf9b27b58363a4e52a
MD5 18eeb6509481bbfba647b43f1477f8fa
BLAKE2b-256 06f7091f380722170c0c3c672dadd8c9cb339b3972ed21c75f93c7d271b23f30

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 135e2b56484b30767feafc2fb09ebaefa9538d24e350d327fdcac7ac6311a59a
MD5 fd79a46d3b9f25841b9c94fd2b61567e
BLAKE2b-256 d42141bfeacb8209d39f0aabef58cf840b374a5ee59d9b9124e2150b1cb43d1e

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a244d5f8b8c0a0eb8609be1fe57d487e65f8cd2eaf00fec17e39b6a695ce364
MD5 5592c4518662f3c0cc480e116854246c
BLAKE2b-256 ad39b10d4a02796d53dadb5ad294c74f5af9808be2d4fbfd011ff5f7ffec928f

See more details on using hashes here.

File details

Details for the file stbridge-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d624a88aae9d96eaf1a3808fdf74e8111ff213e507b96293259fd5816594c130
MD5 3cc390b1e0c02fe77f663f5e8ce41808
BLAKE2b-256 da716c8e385a359742a10c5aa983a13e1d77b5cf9b0f81e3bdb8acce5ac4817f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d1653771f05540a04dd0d44d3adcb4c62b3aa97cc90b79b0b295c3a713e3a1a5
MD5 19605980805effb7c67ee4091f8876e4
BLAKE2b-256 43868b333ba89ea83603bf330abdff28008a4bad5972e1485e5340a9b2387011

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for stbridge-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 07f35b00d4803687bbbda1d81702335e94134a9356f3f236656395c664166a12
MD5 5543b5a3cac619c00ab05c88c8366267
BLAKE2b-256 597619758293a10043466ec270f80de92a1011fce803910d810c2aa7c97fdb08

See more details on using hashes here.

Supported by

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