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 MIT.

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.4.4-py2.py3-none-any.whl (137.1 kB view details)

Uploaded Python 2Python 3

sbp-3.4.4-cp38-cp38-win_amd64.whl (229.3 kB view details)

Uploaded CPython 3.8Windows x86-64

sbp-3.4.4-cp38-cp38-win32.whl (228.4 kB view details)

Uploaded CPython 3.8Windows x86

sbp-3.4.4-cp38-cp38-manylinux1_x86_64.whl (256.6 kB view details)

Uploaded CPython 3.8

sbp-3.4.4-cp38-cp38-macosx_10_14_x86_64.whl (279.3 kB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

sbp-3.4.4-cp38-cp38-linux_armv7l.whl (445.8 kB view details)

Uploaded CPython 3.8

sbp-3.4.4-cp37-cp37m-win_amd64.whl (228.9 kB view details)

Uploaded CPython 3.7mWindows x86-64

sbp-3.4.4-cp37-cp37m-win32.whl (228.1 kB view details)

Uploaded CPython 3.7mWindows x86

sbp-3.4.4-cp37-cp37m-manylinux1_x86_64.whl (256.3 kB view details)

Uploaded CPython 3.7m

sbp-3.4.4-cp37-cp37m-macosx_10_14_x86_64.whl (279.3 kB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

sbp-3.4.4-cp37-cp37m-linux_armv7l.whl (443.2 kB view details)

Uploaded CPython 3.7m

sbp-3.4.4-cp36-cp36m-win_amd64.whl (228.9 kB view details)

Uploaded CPython 3.6mWindows x86-64

sbp-3.4.4-cp36-cp36m-win32.whl (228.1 kB view details)

Uploaded CPython 3.6mWindows x86

sbp-3.4.4-cp36-cp36m-manylinux1_x86_64.whl (256.4 kB view details)

Uploaded CPython 3.6m

sbp-3.4.4-cp36-cp36m-macosx_10_14_x86_64.whl (279.3 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

sbp-3.4.4-cp36-cp36m-linux_armv7l.whl (442.0 kB view details)

Uploaded CPython 3.6m

sbp-3.4.4-cp35-cp35m-win_amd64.whl (231.4 kB view details)

Uploaded CPython 3.5mWindows x86-64

sbp-3.4.4-cp35-cp35m-win32.whl (230.3 kB view details)

Uploaded CPython 3.5mWindows x86

sbp-3.4.4-cp35-cp35m-manylinux1_x86_64.whl (256.4 kB view details)

Uploaded CPython 3.5m

sbp-3.4.4-cp35-cp35m-macosx_10_14_x86_64.whl (279.3 kB view details)

Uploaded CPython 3.5mmacOS 10.14+ x86-64

sbp-3.4.4-cp35-cp35m-linux_armv7l.whl (441.2 kB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: sbp-3.4.4-py2.py3-none-any.whl
  • Upload date:
  • Size: 137.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.0 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for sbp-3.4.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0ca82c79798329a7ada4d0e80e6bc7a21c6f89e8f4d754ca88c91f9235ead134
MD5 3184f2d3b540fecb5a217954601d4bc2
BLAKE2b-256 ae5f802cbe409cc1068747e76c9b74c840915ae3ecbd582f3140ca878bf7c5c4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 229.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for sbp-3.4.4-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 63b3b6a47ced2ec1b977dca370e6d43d691dba92e49d0dc58ae002d302ef9376
MD5 c5e9e5a554b518a2c9fab6d86c7828b4
BLAKE2b-256 0b1e1b2486f5d63e0f90561cdcfec2d10820d3507949f52a730b2b2b2f974c7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp38-cp38-win32.whl
  • Upload date:
  • Size: 228.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for sbp-3.4.4-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 61484f17686af870c3e1b154f01e64e6a42898aed9ec52e5497b0e374a3facb1
MD5 9b4e3f4f35a77d2da093a6d46380b6e3
BLAKE2b-256 b6a8c63030af89a1fb6d522a4163c638da807ffee6b85da321abc1bad7a2b540

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 256.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for sbp-3.4.4-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 f21005f3cbdafcead1e48fbe3174fadfad9e6ca59dbf67172dd129a159309730
MD5 d195faccb7012ba25a89e1831e2a673e
BLAKE2b-256 65eb62d58916b4d1ab5ff07649b773fc1f7e7fa2ca7a1c8ed9abb760485d9bbd

See more details on using hashes here.

File details

Details for the file sbp-3.4.4-cp38-cp38-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: sbp-3.4.4-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.3 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for sbp-3.4.4-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a420764049fcc9cb31c1dc3d3d956b7c4bca4ef42fbe540fb4689695aa599705
MD5 52095c17f45c34d5c21a5e30e7c51806
BLAKE2b-256 1414a98624102c648203c88a2ca644728c167052ded46bc38e2cd58de12cc8b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 445.8 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.5

File hashes

Hashes for sbp-3.4.4-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 2ff35e6779d1571cd60e2c6e22ce3c2dcefca50173824990afb6d77e4a2fa708
MD5 30348f44043efed8047671b2edab7710
BLAKE2b-256 14860ce69fa7a1252cd6ef9d6e43919b3704ac865cd55d94f1ea57f15b426091

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 228.9 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for sbp-3.4.4-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 a669ca699d2b8cc89be24b087b5ebad82922b1534494b59db95f5eef115596e4
MD5 80b3a3a5dd2f117aa3cef0638b251343
BLAKE2b-256 09864952ff3f6c1f43dad37ffb81cb2eb1f93833860ed22536d3008c202bf1eb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 228.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for sbp-3.4.4-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 6d06dda223ac27d48c716bc6c3af9e1939d6d4093ded43f7fe7d42b2a6790565
MD5 811118ddf53f29508acd49bf6ec8bca5
BLAKE2b-256 6072c8d8abe6cc1ce864791b1df1ca7bbe8cd2e51f5df8b1256f491cf95976ba

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 256.3 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for sbp-3.4.4-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1f76f88c3714930039fe7acf7f05e3b044e97d6ed1f0b3e132046079e86822b5
MD5 cbea18257b58b0912c4bcd0617ebac63
BLAKE2b-256 569899c462216178e632733205f17766bf2468efe2d255369d934c7c7a711482

See more details on using hashes here.

File details

Details for the file sbp-3.4.4-cp37-cp37m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: sbp-3.4.4-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.3 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.9

File hashes

Hashes for sbp-3.4.4-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 9de5f55ed9b1a509a5ef7edf1d1bf7dc010826898140fae728e039aa5c6bd6e7
MD5 88d0eed2307da0efaaad7f776571eea2
BLAKE2b-256 a90d0e33ace8c0a7903d23d4da81c0f2138868ec2e2e84642cde0354f3c228f5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 443.2 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.7.8

File hashes

Hashes for sbp-3.4.4-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 744184fb9706bc2eb237a7b5f7007ca236be4e6c9dc467b8f708d0d4273c88c1
MD5 fe5511df7b2e793fbd1e446d606c0ede
BLAKE2b-256 f55d355d0d35124b7db80a44d6f813249932a70a7051469e46a77b3227c526db

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 228.9 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.12

File hashes

Hashes for sbp-3.4.4-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 bea829012d85d15bd631c25cb89076d57ccb536ddf74374b18f72c14564bdb25
MD5 b3f12e6f991f9a7d886b9762a20590c0
BLAKE2b-256 b488cc305a41853760005b66499ac715e8989b8450b1e0346e01c19e3b941c80

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 228.1 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201009 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.12

File hashes

Hashes for sbp-3.4.4-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 27d3824d0340cb5b4b16cf97124a67498c1d502e2a96f4f4100aa1915858a996
MD5 aa1450884e818904f12295adb746e0cb
BLAKE2b-256 208ce477b2810a67ae034c4d015f733f4123279501214b6e62015d17cd567449

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 256.4 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.12

File hashes

Hashes for sbp-3.4.4-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2c2c9c831aa280d77b033d1566e76af2369a0ff6e3de04162376a6f0568bdd6c
MD5 6b98e475254556a53d6328a26c856a7e
BLAKE2b-256 2d2bc2f1e514cede65a27b49b719645c522fb8a21f9bf9facd718f20ac8a439f

See more details on using hashes here.

File details

Details for the file sbp-3.4.4-cp36-cp36m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: sbp-3.4.4-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.3 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0.post20201006 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.12

File hashes

Hashes for sbp-3.4.4-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 aaa6268e123268156e87cf0db0239f4a8d568156ef339755245451180326f944
MD5 2873d07d63ae515c6de9a5ea0f182976
BLAKE2b-256 0b7d3030bf81c5c92b36e1541bb431b3627b278f044ceb4ed4cadd20d876f3ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 442.0 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.6.12

File hashes

Hashes for sbp-3.4.4-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 18f3489d04b053082ff7473bfc2fd18f7a93b8c7ae7813b11fdd3fcf9b268713
MD5 087bc517432d13599fc997e8d9b5a375
BLAKE2b-256 9060612d26283fe4744e04fd1a90d39d36c078c9377f064a2338bf99066f2825

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 231.4 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.50.2 CPython/3.5.6

File hashes

Hashes for sbp-3.4.4-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 7a65eaa2221ebbb72efebd8585747efd48fad824401a42ca321bff039aacca98
MD5 4ce56fafa52727e92ddedc10029bc436
BLAKE2b-256 ac41f684f9bf2dead22db625dc208458f9be540eae26c758e94c0649b6bf22e9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 230.3 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.50.2 CPython/3.5.6

File hashes

Hashes for sbp-3.4.4-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 1f1308aba989c922563ffbaa4dab60079fa18a4b6ca4a7f41ed1d44cb031f9c9
MD5 6df53a08dab2f3ec34e7007ab1f900b1
BLAKE2b-256 f791847df09be646fe300cb02aa146aea2ca50e52120afb4709d3c5f58c0afaa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 256.4 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.50.2 CPython/3.5.6

File hashes

Hashes for sbp-3.4.4-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 853674a392de28afab1bf41223b23cb957f0420d2884c2bc6b42f4f071686026
MD5 38b4e940c21499aca9ef4f3b24ac088a
BLAKE2b-256 fd62d3912a1b8bdbc2de0b64dfd3043a4ffe01171e98c2c58ffa09cb05e0674d

See more details on using hashes here.

File details

Details for the file sbp-3.4.4-cp35-cp35m-macosx_10_14_x86_64.whl.

File metadata

  • Download URL: sbp-3.4.4-cp35-cp35m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.3 kB
  • Tags: CPython 3.5m, macOS 10.14+ 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.50.2 CPython/3.5.6

File hashes

Hashes for sbp-3.4.4-cp35-cp35m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 9c6c43b886ab5fe0e9198edb8bd65a5bae5b3d65625d051b6165e71ca9c2c875
MD5 cd75f8dacc69ddea3afefc12ef0834a6
BLAKE2b-256 8a300f5052556607f76cc37cb4c8c4cc1648ce190b54b655e4a211ac552db266

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.4-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 441.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/50.3.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.5.10

File hashes

Hashes for sbp-3.4.4-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 6c26f2a97e15210884dcd94d8bb2af1a97b1cf1dd2ccffe502732af7db89988e
MD5 38afd7cac9b4e6d52b00544d4de07ffa
BLAKE2b-256 05d3b0e5489d6cc18012523891463f1dffc539f1ab90ecc60f89cef4d46de2ce

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