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

Uploaded Python 2Python 3

sbp-3.4.1-cp38-cp38-win_amd64.whl (229.8 kB view details)

Uploaded CPython 3.8Windows x86-64

sbp-3.4.1-cp38-cp38-win32.whl (228.9 kB view details)

Uploaded CPython 3.8Windows x86

sbp-3.4.1-cp38-cp38-manylinux1_x86_64.whl (256.2 kB view details)

Uploaded CPython 3.8

sbp-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl (279.0 kB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

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

Uploaded CPython 3.8

sbp-3.4.1-cp37-cp37m-win_amd64.whl (229.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

sbp-3.4.1-cp37-cp37m-win32.whl (228.7 kB view details)

Uploaded CPython 3.7mWindows x86

sbp-3.4.1-cp37-cp37m-manylinux1_x86_64.whl (256.0 kB view details)

Uploaded CPython 3.7m

sbp-3.4.1-cp37-cp37m-macosx_10_14_x86_64.whl (279.0 kB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

sbp-3.4.1-cp37-cp37m-linux_armv7l.whl (442.8 kB view details)

Uploaded CPython 3.7m

sbp-3.4.1-cp36-cp36m-win_amd64.whl (229.5 kB view details)

Uploaded CPython 3.6mWindows x86-64

sbp-3.4.1-cp36-cp36m-win32.whl (228.7 kB view details)

Uploaded CPython 3.6mWindows x86

sbp-3.4.1-cp36-cp36m-manylinux1_x86_64.whl (256.0 kB view details)

Uploaded CPython 3.6m

sbp-3.4.1-cp36-cp36m-macosx_10_14_x86_64.whl (279.0 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

sbp-3.4.1-cp36-cp36m-linux_armv7l.whl (442.1 kB view details)

Uploaded CPython 3.6m

sbp-3.4.1-cp35-cp35m-win_amd64.whl (231.9 kB view details)

Uploaded CPython 3.5mWindows x86-64

sbp-3.4.1-cp35-cp35m-win32.whl (230.8 kB view details)

Uploaded CPython 3.5mWindows x86

sbp-3.4.1-cp35-cp35m-manylinux1_x86_64.whl (256.0 kB view details)

Uploaded CPython 3.5m

sbp-3.4.1-cp35-cp35m-macosx_10_14_x86_64.whl (278.9 kB view details)

Uploaded CPython 3.5mmacOS 10.14+ x86-64

sbp-3.4.1-cp35-cp35m-linux_armv7l.whl (441.3 kB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: sbp-3.4.1-py2.py3-none-any.whl
  • Upload date:
  • Size: 136.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.20.1 setuptools/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9

File hashes

Hashes for sbp-3.4.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 03584888baf693a5c050d77e610927e0ee6db9f5f6c8ce55ef9e8f5730f3b1a1
MD5 7d00bc245e7de118e0f338737844dfbf
BLAKE2b-256 8bd1ab77825c8833588903f5d1963840bd87a824f8802d863ba01ce2331d0195

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 229.8 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for sbp-3.4.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 75354a2732ffd0102269c09a432d600a6ec531efd4a4be8f065215ff4a6eeace
MD5 e74b1a33180d72d7368a2cc977e16a28
BLAKE2b-256 a58dda4ab83d466f4b53af6198703c1e07ee75ac5e12455bbda376892a583148

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 228.9 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for sbp-3.4.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 ed4e18407d6e29dade70c36d2682ac69d4d7b33d80c97e1b92cbd4f5da0e3ea8
MD5 5ac75ef09f40e100a913234935643e17
BLAKE2b-256 3a68482aa54887e72b9f2516bbd2a86701d62cb6bc9ed8bf9be0dee8db2c9f54

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 256.2 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for sbp-3.4.1-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9f4d82c605d079e49f3433f0fcc4fb2d75fef5b5a699af37be45bff6e950fe3e
MD5 873da9c55fa7c91df22f0e4869533e13
BLAKE2b-256 fce126fd3dbb9848b19e34d505d0f099b341030971536eaa2d0f45cf7313affb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.0 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.5

File hashes

Hashes for sbp-3.4.1-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 09f25225defb21d1ffafa1cae9cca037db0dfe7c86d991d907818c20f1809077
MD5 3b663c5052357d425874513e28bde53b
BLAKE2b-256 f6dde8f9ae7227224323d2e5a307579c1a7eb4a6239ed1b11bf7260a0b534887

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-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.49.0 CPython/3.8.2

File hashes

Hashes for sbp-3.4.1-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 873619300650f010904bfa8f93df155eb2c72cb352225e80e5a09fe741a78813
MD5 eabb738e935f88b0b9a0f3a705348338
BLAKE2b-256 cb1f210a2f0da6088f6cd823980dc53eacd1a326c656ed65a8658e0570ffdd95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 229.5 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9

File hashes

Hashes for sbp-3.4.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 0bcfb27743dc49f273bd679fc4b33f8b006d31a8652ec221295ef7eef7e088da
MD5 f4aa31f45e54058e5f8d2abb18066f57
BLAKE2b-256 ef2bef2c9723060c6f17e7644f2835e1c94cfbdf93674d547d2498f145ef3bbc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 228.7 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9

File hashes

Hashes for sbp-3.4.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 567b135178b3560a9b61ad8c462b0f02df914d8fac722a594394beb691fea68b
MD5 79ebe5d3f565d66606c8dc66bcbcb01f
BLAKE2b-256 bdc17251ebe9ea7764f0cee78826a4414e513ba83f6acb875f21161fb3b7c6ec

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 256.0 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9

File hashes

Hashes for sbp-3.4.1-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4c1e71674bc27dfe175735c4b84e283079edd474c51962c2178b6d243fad0566
MD5 14215b66b33d7affc436b2ae4632e735
BLAKE2b-256 1676cedea1ba61111aac63ce641a9cfb861f9ba501f74c9e70124e5aa14ed221

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.0 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.9

File hashes

Hashes for sbp-3.4.1-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 5eaf1f24696b3688c6e58402505be39dba721c133ba1814dbd93916bac2555a1
MD5 356b33a39c2cfed856a2a8b3024fb24c
BLAKE2b-256 29897204378d1add99918d69e39c123c7d1ccab9fe90a9bc9769a139ca7a56a6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 442.8 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.49.0 CPython/3.7.7

File hashes

Hashes for sbp-3.4.1-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 842f923b35d1430ac8d7c99cc824fb4c67e1320cf5b03fb208acbdb78956713c
MD5 fc43b8712537097f2425454871f80a6c
BLAKE2b-256 de22814759806268644d7797654745bff6886645027d140b08ddbd62ae7b3306

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 229.5 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.12

File hashes

Hashes for sbp-3.4.1-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 028603f5c40bf3742bd94d07b62eff45a16ce6f76aa877ae5b7330ed17ab2e6f
MD5 67270d118cbc24301c8872d28335adcd
BLAKE2b-256 a546e683f49542c368f0382c9cff517958f1a4c475e70bc38860073e46b83e73

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 228.7 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.12

File hashes

Hashes for sbp-3.4.1-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 5fe68a616a76a007402f59d155dc443eae46e407c0a2541f1db2608caa117e8f
MD5 1542d55736a1c0ddc02a7e6805f6029d
BLAKE2b-256 e8a20a00db9007b7a369a3d9b78fbb3a3661602ed81d0600297ac0be0ac7deee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 256.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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.12

File hashes

Hashes for sbp-3.4.1-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1f492a617bb91340f072269a8de8a9a5aea45ca088cd7ef8e59242962e9c4801
MD5 dcf8287655099acb1c2d8730c5983c63
BLAKE2b-256 9ebca5cf327fd7a214718e04d913ad002214ffd3291ab0722234ae909b1ba68a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.0 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/49.6.0.post20200814 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.6.12

File hashes

Hashes for sbp-3.4.1-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 333b382ca05cc8e6ed672b1be2dd33ca9eebbe92b1a22d3ed9be8f9639915aec
MD5 1d3794f688e6c8e5a12b8eccbb740eec
BLAKE2b-256 5f8fdec006e07735fcb3f1a34f5744e27c6101cc8fcdbc698b3fbf0d854942f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 442.1 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.49.0 CPython/3.6.10

File hashes

Hashes for sbp-3.4.1-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 996c9c452bebc17eec49f14d73a82e5551210ddcd1fa68399ce5fa6a0cfd4e9b
MD5 eec9d1440ceef27b88931fd19484fb94
BLAKE2b-256 acf38b94039f47e2b6146eec439e21e66575585f119f98db01d3985f26570c03

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-3.4.1-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 24c391e9a3ed4f209207a1bdb94f35bb10b0b1827371e4c4d404fb791d195745
MD5 52df5b41f023f427bc3b2ea31385b7e6
BLAKE2b-256 3886fb9d2e22737e7c45e4dc3d4f971517f431c4a3b5f3c14927977c93d18ba1

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-3.4.1-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 5880977799ddf74592243844b9fb84c0aecffb01d7ac5754b6e82cc621737e09
MD5 d816c6596b93d6307fac3e8653908479
BLAKE2b-256 c7053e7ca93c4bab14b0ea0f873d083882ede3d25d4956fdb95572eee55273f9

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-3.4.1-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c7e3967ae7c8020d7d4f22d80081e3891cddaa1e5b32a4a45379a4109b40813c
MD5 c67e4a9b9ecb985bcf6e11e72d3a809a
BLAKE2b-256 292d908bbdddedd4457262c6fe7287f30bb8bb2e4cb5b09db797125ec15e37f7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp35-cp35m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 278.9 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.49.0 CPython/3.5.6

File hashes

Hashes for sbp-3.4.1-cp35-cp35m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 990967dd96b704d365aed006ad38ba6eabb6c2cf1122131c1ee36f812da5e330
MD5 cc56b4e82043b546bcd7d4303074085d
BLAKE2b-256 c1d59753f54e24adb4288c7e650768967daf30448742d728fc7f614e5909ed3e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.1-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 441.3 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.49.0 CPython/3.5.9

File hashes

Hashes for sbp-3.4.1-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 5f49f224ce13954ec462c8e5e0eab65c2d104a0db020043b3733fbdee0165564
MD5 238f923fd9fb017f7986a82eaca9f6ba
BLAKE2b-256 ae4384cf9c0368faf01543a1a92d8faf0d0bafdf983851bc542a5feb87e63b3e

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