Skip to main content

Python bindings for Swift Binary Protocol

Project description

Python client for Swift Binary Protocol (SBP). Since v2.5 libsbp is compatible with Python 2.7, 3.4 to 3.7. For new projects, Python v3 is recommended.

Setup

You must have python and pip installed.

Install dependencies only:

$ sudo pip install -r requirements.txt

Install from repo:

$ sudo python setup.py install

Install package from pypi:

$ sudo pip install sbp

Setup using a virtual environment

Setup and activate the virtualenv:

$ virtualenv .env && source .env/bin/activate

Install py.test in the virtualenv:

$ pip install pytest-virtualenv

Install the pt.test coverage tools:

$ pip install pytest-cov

Finally, proceed to the standard setup instructions.

Usage Examples

Simple example

Receives SBP messages over a serial port, decodes MSG_BASELINE messages and prints them out. See simple.py .

Run this example with:

$ python -m sbp.client.examples.simple -p /path/to/serial/port

Sending SBP messages over UDP

Receives SBP messages over a serial port and sends all incoming messages to a UDP socket. See udp.py .

Run this example with:

$ python -m sbp.client.examples.udp -s /path/to/serial/port

Testing

To run the tests and check for coverage:

$  py.test -v --cov sbp tests/

To run the tests without suppressing stdout output:

$ py.test -v -s –cov sbp tests/

License

Copyright © 2015 Swift Navigation

Distributed under LGPLv3.0.

Release history Release notifications | RSS feed

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

sbp-3.1.0-py2.py3-none-any.whl (131.2 kB view details)

Uploaded Python 2Python 3

sbp-3.1.0-cp38-cp38-win_amd64.whl (226.1 kB view details)

Uploaded CPython 3.8Windows x86-64

sbp-3.1.0-cp38-cp38-win32.whl (225.2 kB view details)

Uploaded CPython 3.8Windows x86

sbp-3.1.0-cp38-cp38-manylinux1_x86_64.whl (252.4 kB view details)

Uploaded CPython 3.8

sbp-3.1.0-cp38-cp38-macosx_10_13_x86_64.whl (275.4 kB view details)

Uploaded CPython 3.8macOS 10.13+ x86-64

sbp-3.1.0-cp38-cp38-linux_armv7l.whl (442.0 kB view details)

Uploaded CPython 3.8

sbp-3.1.0-cp37-cp37m-win_amd64.whl (225.8 kB view details)

Uploaded CPython 3.7mWindows x86-64

sbp-3.1.0-cp37-cp37m-win32.whl (225.1 kB view details)

Uploaded CPython 3.7mWindows x86

sbp-3.1.0-cp37-cp37m-manylinux1_x86_64.whl (252.2 kB view details)

Uploaded CPython 3.7m

sbp-3.1.0-cp37-cp37m-macosx_10_13_x86_64.whl (275.4 kB view details)

Uploaded CPython 3.7mmacOS 10.13+ x86-64

sbp-3.1.0-cp37-cp37m-linux_armv7l.whl (439.1 kB view details)

Uploaded CPython 3.7m

sbp-3.1.0-cp36-cp36m-win_amd64.whl (225.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

sbp-3.1.0-cp36-cp36m-win32.whl (225.1 kB view details)

Uploaded CPython 3.6mWindows x86

sbp-3.1.0-cp36-cp36m-manylinux1_x86_64.whl (252.2 kB view details)

Uploaded CPython 3.6m

sbp-3.1.0-cp36-cp36m-macosx_10_13_x86_64.whl (275.3 kB view details)

Uploaded CPython 3.6mmacOS 10.13+ x86-64

sbp-3.1.0-cp36-cp36m-linux_armv7l.whl (438.3 kB view details)

Uploaded CPython 3.6m

sbp-3.1.0-cp35-cp35m-win_amd64.whl (228.2 kB view details)

Uploaded CPython 3.5mWindows x86-64

sbp-3.1.0-cp35-cp35m-win32.whl (227.2 kB view details)

Uploaded CPython 3.5mWindows x86

sbp-3.1.0-cp35-cp35m-manylinux1_x86_64.whl (252.2 kB view details)

Uploaded CPython 3.5m

sbp-3.1.0-cp35-cp35m-macosx_10_6_x86_64.whl (275.3 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ x86-64

sbp-3.1.0-cp35-cp35m-linux_armv7l.whl (437.6 kB view details)

Uploaded CPython 3.5m

File details

Details for the file sbp-3.1.0-py2.py3-none-any.whl.

File metadata

  • Download URL: sbp-3.1.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 131.2 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 56a6f7edc68cfdf0eda139f77c79e2f35da085ad9c544f5c3a545a1560fd91f9
MD5 d0a92c862905b4ac4a4fbd7804c807f4
BLAKE2b-256 679d5bad6b7af55625f85bcd7066934ec43eaeb7c985ccd25b7367bd3104471e

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 226.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 d26d0291380a66f5dd20bf5137197a3f44060d24adbd956dc26b3257920371ff
MD5 9d464739a29160551ebf202f507676b6
BLAKE2b-256 543780ff913098b589fe5d1094fab490da33c8326fa0c43710eb860c693590e4

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: sbp-3.1.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 225.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 0c18c50e7a9e6358b5933595eb89576e2600acba26387ac7cd52f980dc0b8db0
MD5 1081d302fbd48037bdd0e851e11243a4
BLAKE2b-256 d1be64cb3be216690ad502be2eb6fef201a5f15b671708f369f922cefd3278dd

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp38-cp38-manylinux1_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 252.4 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.0-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b6283d7edcdc5d039668d48453f863bd4e21bff2c5efc22b3eaf762e001b6c41
MD5 8a0f14ccfc52d516f44485af5243060c
BLAKE2b-256 24ead99169342f348cd7c7afe723203699f2e9494b309afe151521ba9c265ca4

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp38-cp38-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 275.4 kB
  • Tags: CPython 3.8, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.0-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9af10c63d554c5416564d1bf1e0842d25c2ce184f0e209a6c052501168813288
MD5 79a0575a4a7f63ef99840bdbae5632f9
BLAKE2b-256 668ffcf16ce1dfb8f076a34ce29c9fcb644d0b9ab309f95fcb252410d00f1da6

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp38-cp38-linux_armv7l.whl.

File metadata

  • Download URL: sbp-3.1.0-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 442.0 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.2

File hashes

Hashes for sbp-3.1.0-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 7b212e93de8ac619adaf12b871a142887a7b44990d02a65545fcf2048430fc53
MD5 3344d2ebb386de1378e0fb6e3a139830
BLAKE2b-256 4827e81a19187864be22e1921384e3ba153e1d1f1cd96772bdb753f8d675ed90

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 225.8 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.0-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 c93731e4c77ec55ccab66bfb98514820c8b77f683772627ccda9553cb49e90e3
MD5 77a60b7b990608ff5632ef3ae5e5b2e1
BLAKE2b-256 6b2f94d14452c84a2c5814a2850127d73e11c698aedf35d100af4d73a7fead20

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp37-cp37m-win32.whl.

File metadata

  • Download URL: sbp-3.1.0-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 225.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.0-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 ab2ec538503351a47d61c41e2eed98cdbfa6967e2be65544b3141a4dcc489963
MD5 c9fac1989266e45883fa8824160f3038
BLAKE2b-256 4c87708c2e7bc1c223ef63e721748a9ad14821efc65e720c77462ba846e9b42f

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp37-cp37m-manylinux1_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 252.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.0-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 67be28ba49ef79f0b4b8967132afe7580dc3626032468e65a7d5f61e4c96d5af
MD5 d66ea0dce3124c2ede6ced99242b0e89
BLAKE2b-256 6f15dbf83517570ae8d457ea03c69d3409c41d3c914fd7c777bb6ccd6fe5a3e6

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp37-cp37m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 275.4 kB
  • Tags: CPython 3.7m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.0-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 8de88608dd67258f8c06a9586189c8dc809e169e3059c49dd745a2aab3e5fc39
MD5 5a3cdac515387c65397e8f57c3a54d65
BLAKE2b-256 d65a5ff3ea67a20bc337cbf3aa1d57ae118aab095aba50ee8d0eb54a177de5cc

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp37-cp37m-linux_armv7l.whl.

File metadata

  • Download URL: sbp-3.1.0-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 439.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.0-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 2cf6fcd6ae4866f82c2aa11dfed22347ea94d45239fa545df7ef172ad5710450
MD5 d3a9a77fb8810a9e7b6a609ec9de1204
BLAKE2b-256 404af3f1fcfef7c195153d99ee8cc4d543b4781eac24707a3d1321b6befb8b82

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp36-cp36m-win_amd64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 225.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.0-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 a8a1e29c4ff70ae63e6c0acabcd96e623760b532c16a9260ae1db2899b1b0c33
MD5 efefd9547355e49e983db927adc32a52
BLAKE2b-256 452259c40aa78fa700a37315be6bcaf7157c6413c4de96da2397c3e5970db1d7

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp36-cp36m-win32.whl.

File metadata

  • Download URL: sbp-3.1.0-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 225.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.0-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 f02785a41439641f9ae92d390b5f4570022d049bfe8cbd98421322a43738a95e
MD5 6aa350a8a8f1bba63abd5f1c303fb76d
BLAKE2b-256 1ebdb5ba26c4e24503295ac32003a390e5be01b724a3d98b56eb57e93bdc3788

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp36-cp36m-manylinux1_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 252.2 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.0-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 b84931539ec39a6c5f9039bf2276600e5b722d842173dcbeea7e009b7229c8a4
MD5 04774bf42c30351f699104fb5df5b3f0
BLAKE2b-256 58a43637b833f0b8a3bad34ce3c0fea29f666ac76801bfec9cf8419584f1474c

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp36-cp36m-macosx_10_13_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 275.3 kB
  • Tags: CPython 3.6m, macOS 10.13+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.0-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7802cac8ecf9c80cc8cc6ae2ee4f89c8dbd34578a7307352dfe869bffd930754
MD5 90c01d4b8951e92041951a9d4eff7439
BLAKE2b-256 5c321b3d49b14eb58458d75bbb5122d599f2b3b4f50cb70ef1159fad8bc2622b

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp36-cp36m-linux_armv7l.whl.

File metadata

  • Download URL: sbp-3.1.0-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 438.3 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.0-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 67abec67c9c750832068cded3c33ddbe055e844cfeddebcdedb8f8792c0e9bc7
MD5 14f718a45798e425cda5bf444b38b7be
BLAKE2b-256 c8de261f4e3c94d77454fa75726ba05b0088ab7262c069297d58cddca30f99f8

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp35-cp35m-win_amd64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 228.2 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.6

File hashes

Hashes for sbp-3.1.0-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 b5875f00f6e7e5bfd1806812db3d1045dc9c760896ac1906f91b463cd0af2e77
MD5 11692460c4b9d19d54d4a1ac9d55a6a8
BLAKE2b-256 a39fe397769ec542fb23c8cdf1aac54c11446568b9ed01fc21c4c41dfb6ca097

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp35-cp35m-win32.whl.

File metadata

  • Download URL: sbp-3.1.0-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 227.2 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.6

File hashes

Hashes for sbp-3.1.0-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 0b1a867e0b47f8e319e9e0b6e2f64b5311e79e604b32f8ef2565d47199791c39
MD5 4a28d4a83a4797d2d69010f50cbf74c9
BLAKE2b-256 bbc98dfc09e9a6fb91e4ae0869b75f93142dfae15f5440b97aa02b16d62bba5d

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp35-cp35m-manylinux1_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 252.2 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.6

File hashes

Hashes for sbp-3.1.0-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7d5b196d5c90ff86ad4391a919330dff009cfc96bccb83f208d50002cb7c5f01
MD5 7d259daf934b653ea4b8717c39391e1e
BLAKE2b-256 57cde22143b82bfe1e89c2303753282d43f5b76a81221ee48c0162616c31b3ef

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp35-cp35m-macosx_10_6_x86_64.whl.

File metadata

  • Download URL: sbp-3.1.0-cp35-cp35m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 275.3 kB
  • Tags: CPython 3.5m, macOS 10.6+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.6

File hashes

Hashes for sbp-3.1.0-cp35-cp35m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 f6f8f85687b8e5c43c7d1f94f66de67d40a133183ef8bfb47b269986a8651f6e
MD5 7f49f2d0f1f988918f167f5ed796b5c6
BLAKE2b-256 df691b26ac92f7f18d600c2e2df77fc82b5b0226dbe261753eb1eb6111dfb745

See more details on using hashes here.

File details

Details for the file sbp-3.1.0-cp35-cp35m-linux_armv7l.whl.

File metadata

  • Download URL: sbp-3.1.0-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 437.6 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.5.9

File hashes

Hashes for sbp-3.1.0-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 145c05af467cff26c02caad827e9ad8f90b39310a6d7342537157fa88efc682c
MD5 62784bf85b5718b565f498fd1d24f069
BLAKE2b-256 d241eb28abc9bbc9d0d9f90337b861e299710164068d089235b10896fc2a9a0a

See more details on using hashes here.

Supported by

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