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

Uploaded Python 2Python 3

sbp-2.7.7-cp38-cp38-win_amd64.whl (225.3 kB view details)

Uploaded CPython 3.8Windows x86-64

sbp-2.7.7-cp38-cp38-win32.whl (224.5 kB view details)

Uploaded CPython 3.8Windows x86

sbp-2.7.7-cp38-cp38-manylinux1_x86_64.whl (251.7 kB view details)

Uploaded CPython 3.8

sbp-2.7.7-cp38-cp38-macosx_10_14_x86_64.whl (274.3 kB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

sbp-2.7.7-cp38-cp38-macosx_10_13_x86_64.whl (274.7 kB view details)

Uploaded CPython 3.8macOS 10.13+ x86-64

sbp-2.7.7-cp38-cp38-linux_armv7l.whl (441.3 kB view details)

Uploaded CPython 3.8

sbp-2.7.7-cp37-cp37m-win_amd64.whl (225.1 kB view details)

Uploaded CPython 3.7mWindows x86-64

sbp-2.7.7-cp37-cp37m-win32.whl (224.3 kB view details)

Uploaded CPython 3.7mWindows x86

sbp-2.7.7-cp37-cp37m-manylinux1_x86_64.whl (251.5 kB view details)

Uploaded CPython 3.7m

sbp-2.7.7-cp37-cp37m-macosx_10_14_x86_64.whl (274.3 kB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

sbp-2.7.7-cp37-cp37m-macosx_10_13_x86_64.whl (274.6 kB view details)

Uploaded CPython 3.7mmacOS 10.13+ x86-64

sbp-2.7.7-cp37-cp37m-linux_armv7l.whl (438.4 kB view details)

Uploaded CPython 3.7m

sbp-2.7.7-cp36-cp36m-win_amd64.whl (225.2 kB view details)

Uploaded CPython 3.6mWindows x86-64

sbp-2.7.7-cp36-cp36m-win32.whl (224.3 kB view details)

Uploaded CPython 3.6mWindows x86

sbp-2.7.7-cp36-cp36m-manylinux1_x86_64.whl (251.5 kB view details)

Uploaded CPython 3.6m

sbp-2.7.7-cp36-cp36m-macosx_10_14_x86_64.whl (274.3 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

sbp-2.7.7-cp36-cp36m-macosx_10_13_x86_64.whl (274.6 kB view details)

Uploaded CPython 3.6mmacOS 10.13+ x86-64

sbp-2.7.7-cp36-cp36m-linux_armv7l.whl (437.6 kB view details)

Uploaded CPython 3.6m

sbp-2.7.7-cp35-cp35m-win_amd64.whl (227.5 kB view details)

Uploaded CPython 3.5mWindows x86-64

sbp-2.7.7-cp35-cp35m-win32.whl (226.5 kB view details)

Uploaded CPython 3.5mWindows x86

sbp-2.7.7-cp35-cp35m-manylinux1_x86_64.whl (251.5 kB view details)

Uploaded CPython 3.5m

sbp-2.7.7-cp35-cp35m-macosx_10_6_x86_64.whl (274.3 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ x86-64

sbp-2.7.7-cp35-cp35m-linux_armv7l.whl (436.8 kB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: sbp-2.7.7-py2.py3-none-any.whl
  • Upload date:
  • Size: 130.9 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.0 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for sbp-2.7.7-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 65f0b3109cbf4ebcb3f1351827bd3de09f3d81a3fa8dff330e3ed07e6eef2259
MD5 bf0a7660e91c883bbece9e7a06999a14
BLAKE2b-256 46bca18f92b527dc29af99441d3201bd185551dfec1cef5711a0b922898f984a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 225.3 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for sbp-2.7.7-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b4a7d0df0bb20873b6ca070d84f3a8b19f2d7746d59886dcf97fe120c099cc61
MD5 998fee091f394b41b34a93a91c57584a
BLAKE2b-256 1bafdcd481f5a1424095bcad2db0afd6f8990dd8107223cb9def6ba47522af7f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp38-cp38-win32.whl
  • Upload date:
  • Size: 224.5 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for sbp-2.7.7-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 97463aacb866cfca2013b95bc91e5f026505b59e75b48c73f1b39337fb11e5bd
MD5 83b3dc62630adf82cceaa038a3f18a33
BLAKE2b-256 a59adc7f9170cdcdabf0901f7ff716ea25d4b9bb62bb4bb1e5ab64494cff525b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 251.7 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for sbp-2.7.7-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 821eda232813d0606a9b25a155ae59da42d29aed61bb4ddd20e238d991a3f1e8
MD5 1052bc4550cdb0028431b6669bea0780
BLAKE2b-256 daafa104d3af02b3a55d92d7dd2098125f2ad1fbd8acfca3e121ed753f58dc8d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 274.3 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for sbp-2.7.7-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 b15f265d6c72fa72c353f3345ed7ba195c9151d90bed06b083c50f29213f5903
MD5 aab215ae14ed230e7b069d44d09d38a9
BLAKE2b-256 dae032d399c5f26547fac61a5e019a35ebda9f501a53318bd9a2a203a041ee25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp38-cp38-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 274.7 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.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.1

File hashes

Hashes for sbp-2.7.7-cp38-cp38-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 edcb09f01c295e6328bbc53c1454d9f7b9d5a3f7570cf8032ddf5b78e471d95c
MD5 73aff11455dd9c1efdf923f1a4e38aa2
BLAKE2b-256 d5dcb01c720a99dffac200a1b70e375a6070479a53fc5b06656e5aa697451248

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 441.3 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.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2

File hashes

Hashes for sbp-2.7.7-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 55191827e1abe4998e01d740080928070d1572178ceb35f2d4c94d4e70466a21
MD5 dc74e71717a7d1cb54aa4a79a1e2a22f
BLAKE2b-256 63b08820b4cf7e495a3c5a2df15baac0610dbe1c33af7ae98376f833ae4b536a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 225.1 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for sbp-2.7.7-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 d629a801521d33b69866be64cdceec2437f3a72d456347d8949ef92cf25e3c89
MD5 d813e801feafabae08b6f61869e1bf7a
BLAKE2b-256 1821140b9c176ef1830e6c20645956a0b1af276a5a257fbddd508c3d4d75af23

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 224.3 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for sbp-2.7.7-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 21ed337df7384eae09579cfd17181f4ded98a586ddfb6c91a1529270a7fcd464
MD5 16c766263b2b440d238907d51aca3a14
BLAKE2b-256 348d31b94f68efcb577bef43d1f55defe7c722c70889dc6910ca165fd0258684

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 251.5 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for sbp-2.7.7-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 a64a7b6eb307ff5a935f051496d844a5ca6c5287560549bf2ae6556dc8bfd6f8
MD5 9d8420f401afb350c25245a3b22954f9
BLAKE2b-256 c9f34da0721f2f8a581528716e0c232a43ab6e31fdb6e44ef711e74f19e40b39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 274.3 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.6

File hashes

Hashes for sbp-2.7.7-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e46b86a22aff9d4da841d5d75cfc75918a3340c6d615b5ea67e60df899d5f74a
MD5 7293fd358e0926b9543b7b48ab5ec1aa
BLAKE2b-256 ea010adcd27b9c7a041655566bc26320bb6d0d56798a53805168a5305bd85267

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp37-cp37m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 274.6 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.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for sbp-2.7.7-cp37-cp37m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 a4d3a690a4d7b8f00ae5f14197ee1e8a5711f18ec6179534c3ce85ffac80f9ae
MD5 3d7a38e61860c4ef434b63b8cd51e42f
BLAKE2b-256 f41c00e90d2f8147a3ea5b672cd864523817fce4eecae4682402bc95388ca3aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 438.4 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.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.7

File hashes

Hashes for sbp-2.7.7-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ccb4f2d642d80c0df927eb1b13cdb4ecb3a6adaaeaa3254fa22bf3fab2f4a900
MD5 dab807e58b1612efa4f510c6313b322f
BLAKE2b-256 db0d9a91780a154244506629e6e503d5132344ff68a76b0e9b3bf830bc6ad75e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 225.2 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for sbp-2.7.7-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 618efd1db4baebf14529b515fdab90331de15665ca20f3858c24d4b0628cb31e
MD5 445324d70ea0316156870946a2893126
BLAKE2b-256 d412acdd99d8c16c78e2982f964b63cd8fd7f0cd8dcb2503e7d4916fbb7c2f19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 224.3 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for sbp-2.7.7-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 56e599c0f7af133eb0405d7a23d7e1b829a1656f6a3a4f7847c9ecfc964898fe
MD5 5c3bac5bca93b5b30afb2d3ec84355d0
BLAKE2b-256 8a04897ed7028614482758c2087f73500f1fb14877dc91173f216427806c2992

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 251.5 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.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for sbp-2.7.7-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 1af9e07829b995938599e19d87694362ed7dbaa19844b13cd36598934c7378e7
MD5 c04a4bf66246d6dd68d0a20b641fe393
BLAKE2b-256 7445f449de226f8d446f80fb394ecc0eabe97258bca3463b54f0d60eb8763c13

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 274.3 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.1 setuptools/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for sbp-2.7.7-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 1cfcce24991e2aeb53b7bba7943fdfeecad805037f32f8abd2464b25a1da0cdb
MD5 f5de42a6db1601f748a44d044fecd127
BLAKE2b-256 0277c9e8320d5e09ada1fd71a078b8a1f8d8d3b882597cd4e4da8178b20200f3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp36-cp36m-macosx_10_13_x86_64.whl
  • Upload date:
  • Size: 274.6 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.1.1.post20200323 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for sbp-2.7.7-cp36-cp36m-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cdf16c31548eeb0495e6423920ce308530afd25be083852383be8dcc63d328f0
MD5 1a675f52182b01b2939ab0acee2cc060
BLAKE2b-256 4a3bba14800404aafc84536b162e10426ab1c349ec7cbeb3c2602138c6b1c564

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 437.6 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.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.10

File hashes

Hashes for sbp-2.7.7-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 6b189bb20516cb913ab2066c102e7e4882fd32425d920e47325b23ffe7394b43
MD5 344c52da2ff55dedae96469fc3b8508d
BLAKE2b-256 aa07face396002952aa509a89ae292365266478ad7a29f9f069c2f27d533c6af

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-2.7.7-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 5851f5729c0afd4ac5ec6b3399ac6bacf0880664cc86a55ee37afada48df8243
MD5 5861d05bd20340ea21481606310b0923
BLAKE2b-256 24b91611ac0740a82be07190f170fa093b51ab6071587566d33e00859473cb93

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-2.7.7-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 2ca0971d7e1b5baf098358ff72d9c2f0250625a7e1d8aa5f9747cc063bca9500
MD5 504627d246f7716c70b456abb03ae094
BLAKE2b-256 caf10c011a786ef8466d55ec583a7e56b0423c51e54699523fb08df2a5d3196f

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-2.7.7-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ea59e6b3848f94fec1b1e5bd97e0859cb7533c63ca0e43c89dd1d6f657379e1b
MD5 e37614608281f6da3abbae5fc98677b5
BLAKE2b-256 ca4c2bce67789d2df3afc2a238efa9bfba7f1db14d9f8308254a24dd69b915a0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp35-cp35m-macosx_10_6_x86_64.whl
  • Upload date:
  • Size: 274.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.43.0 CPython/3.5.6

File hashes

Hashes for sbp-2.7.7-cp35-cp35m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 287a8f06db438f2fdd4015457cba8577f42a14f05beff6b251a325b6b53d6ed7
MD5 add299ab1f121a456dbb053d07ac720a
BLAKE2b-256 7e64800829352ea984e1143270e847222df34ef7470290c2ea501f7e8279bc7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-2.7.7-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 436.8 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/46.0.0 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.5.9

File hashes

Hashes for sbp-2.7.7-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 a126080b63fa3328531f49dce223e1fe59de5faedb1ab87d9b4c9af31c0423d3
MD5 ed6b4411ad85e04c0aab745976934cd2
BLAKE2b-256 a04a8bc3ea5dbed2f8d41309723579a280ed1755f36cc1c677f97cc09100d0ed

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