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

Uploaded Python 2Python 3

sbp-3.1.2-cp38-cp38-win_amd64.whl (226.2 kB view details)

Uploaded CPython 3.8Windows x86-64

sbp-3.1.2-cp38-cp38-win32.whl (225.4 kB view details)

Uploaded CPython 3.8Windows x86

sbp-3.1.2-cp38-cp38-manylinux1_x86_64.whl (252.6 kB view details)

Uploaded CPython 3.8

sbp-3.1.2-cp38-cp38-macosx_10_14_x86_64.whl (275.4 kB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

sbp-3.1.2-cp38-cp38-linux_armv7l.whl (442.2 kB view details)

Uploaded CPython 3.8

sbp-3.1.2-cp37-cp37m-win_amd64.whl (226.0 kB view details)

Uploaded CPython 3.7mWindows x86-64

sbp-3.1.2-cp37-cp37m-win32.whl (225.2 kB view details)

Uploaded CPython 3.7mWindows x86

sbp-3.1.2-cp37-cp37m-manylinux1_x86_64.whl (252.4 kB view details)

Uploaded CPython 3.7m

sbp-3.1.2-cp37-cp37m-macosx_10_14_x86_64.whl (275.4 kB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

sbp-3.1.2-cp37-cp37m-linux_armv7l.whl (439.3 kB view details)

Uploaded CPython 3.7m

sbp-3.1.2-cp36-cp36m-win_amd64.whl (226.1 kB view details)

Uploaded CPython 3.6mWindows x86-64

sbp-3.1.2-cp36-cp36m-win32.whl (225.2 kB view details)

Uploaded CPython 3.6mWindows x86

sbp-3.1.2-cp36-cp36m-manylinux1_x86_64.whl (252.4 kB view details)

Uploaded CPython 3.6m

sbp-3.1.2-cp36-cp36m-macosx_10_14_x86_64.whl (275.4 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

sbp-3.1.2-cp36-cp36m-linux_armv7l.whl (438.5 kB view details)

Uploaded CPython 3.6m

sbp-3.1.2-cp35-cp35m-win_amd64.whl (228.4 kB view details)

Uploaded CPython 3.5mWindows x86-64

sbp-3.1.2-cp35-cp35m-win32.whl (227.4 kB view details)

Uploaded CPython 3.5mWindows x86

sbp-3.1.2-cp35-cp35m-manylinux1_x86_64.whl (252.4 kB view details)

Uploaded CPython 3.5m

sbp-3.1.2-cp35-cp35m-macosx_10_6_x86_64.whl (275.4 kB view details)

Uploaded CPython 3.5mmacOS 10.6+ x86-64

sbp-3.1.2-cp35-cp35m-linux_armv7l.whl (437.7 kB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: sbp-3.1.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 131.4 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/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 c5e2e84a58b40145279fbd1122cd320ee52a04bb8babdc075c6af687e664a81a
MD5 4158da97f3ac0ed8fdae1e83824a861e
BLAKE2b-256 898e2330c455379259e7b880bc250a06eec90e543ba10137c78df4a2151f468e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 226.2 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/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 c13c0407f01473f55535ceab2aebc53f0a8e21c24a109846c16cc7756815b0ed
MD5 9fb8951262cd27934fd6d9355985c506
BLAKE2b-256 fe8dfabd04b042ced1e75795dc9dfa21c0269a0a436ace1828de4e935198cc84

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 225.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/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 9882274b249b185e7c3ee5f270b8824db93db425e596f50d2082e624a3adc8ed
MD5 37ab85dafd94b3d16b11ac9cf490fea8
BLAKE2b-256 1f01681f3e090c138196c721f1667ce755e4b37f17cff30d1f4d9d9f7ca831ef

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 252.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/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 e8e54a4a24c5bf2cc50e3e9a2f26abdd53923faa3fe77176d61fd4b43a782fe7
MD5 af6fed173e536b6a9238abfc295e9dd9
BLAKE2b-256 0dd7ca1c54bfaa64008c2fc96418d823a51a3c66d406def2585ef51879ad4954

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 275.4 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.1.0.post20200710 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.3

File hashes

Hashes for sbp-3.1.2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 283f6aea8d6816c4310b2af0420cd9c7cea6089cc2e42f7dfa6a85b2aefb630b
MD5 657b6c401e5e1769d038208565f8d1c7
BLAKE2b-256 7d34460f08af36e69b4b6cc215277eb6da78abb3bde1029e9e45ebb08abd3380

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 442.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.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.8.2

File hashes

Hashes for sbp-3.1.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 24c8a249c5d5a09d9c2d0d865c4c75d475dc43e30e096dbbfe79f5b73f062e5d
MD5 b077399dc6422e55b29412acdd78875b
BLAKE2b-256 df5ab60584bd9dc9b942a6326c951587e2f1d8be480e37479f63aa2ce4532e4c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 226.0 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.1.0.post20200710 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 304b0d78013453ca296f5b5ea225fad0340dcc45f46e13f40662f156495f2c78
MD5 aa64d4f4d4e645faa7237e02fd98d254
BLAKE2b-256 90c1714ae68a4c049f05934c146c78de78c2dc7e189e899a25b20af2762bc6fe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 225.2 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/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 5f1d7d428720317cb8288994dcf1d7d1537faed62ad60b434cf13a70b19c0c95
MD5 0df411ac68753b3fabfff4c0581ba70d
BLAKE2b-256 db59ba5868faa2fbe4e729ae06ec746d3923b7d993776f41425f1fc48f26d95d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 252.4 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.1.0.post20200710 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 008c162c356438dc6f3daef9201c76ad4c32fe14ff577f1628cb22fb4c3b4a85
MD5 ac8ad79bf61de42344e4f646fe741872
BLAKE2b-256 e82c14a43e71e5b6a2c562b1e46bf218378fbeedcbef15b21ef7be5690890d25

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 275.4 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/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 10c984cfdc71872659394d427819138410e0512c11ab095efc21701b9d286abc
MD5 a6de541489946fc098b60f926b84cbd0
BLAKE2b-256 79da99bcd9cbffd47b58cb77bfcfb321a06980a1d14117cc1c2fa693f76795ff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 439.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/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.7.7

File hashes

Hashes for sbp-3.1.2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 9101b7a397c7235a22986efe0a0ed4e8c1aae4a42cdd210f6cb552e9c2eab0c0
MD5 4495f75b68d8687c5c6ae6e67b0d6433
BLAKE2b-256 2d70edfb12548222885f4535a2a7dd87118856e6e87e16e6ee345e3cb2bb0697

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 226.1 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/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 fa2ec9b56ab6ebba7a04d3064f1b37681cf47652a68ea6874724762af9fe393e
MD5 4d9a3de59277e937bfc49b0c67343218
BLAKE2b-256 3d9c547a3d03bb4d5629df9c22a95f2dab43e8768cf38eb7c76b1eba6189fba6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 225.2 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/47.3.1.post20200622 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 9afaf0973101cc338442cc2110b1b0158e8a11ddb9c2d309061d152717b26e47
MD5 143e9258273abb2b7812cf1c24dc3dea
BLAKE2b-256 2b824d275a08de40ed92a06d4dab7b3b8969b34ddae9d9967449a1be83439b4d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 252.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/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 5bff7c05c5ee5256a2cd61b43e5d3c535e3f4b5bf3bf735c5e9fe0b6048a91be
MD5 db9c3fb54a5efd7a886797c8a1f97a27
BLAKE2b-256 c64afe40daec5162a10dc2f8b904f03ee977f6cf4ac74711cbc5f1da114cfb81

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 275.4 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/46.0.0.post20200309 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 485fc6d8374ad24ffae7deb0be92ba5c4ee7b0f3454f32eb8c7d96722b9fc36a
MD5 872cf48c2dde358c6d745d0ea8cdeb28
BLAKE2b-256 4ae529a9daf061df2cc817cb4d987b3b8be9f52e217a1d374863e79de7a1b2c8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 438.5 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.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.10

File hashes

Hashes for sbp-3.1.2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 2dd9c26462504caedf2338fb9301c5523e32ae2b80e61258364aa49732620898
MD5 e93be553ac998ddd09788ef4b7c1fc13
BLAKE2b-256 873bc8e8054470cf6515098c132b1eb02a082b6d1bb59bc274bc29b1e3c2a9f5

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-3.1.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 f01ce93604d9f0f81b63df2dab742aac0d358304654209e74993c620172af372
MD5 6cd31cca2d90e042be86e157f49e58b1
BLAKE2b-256 840eb9e38950d98683e30595d0133b178da91c67a3cff78e5b09e93488c225ee

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-3.1.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 796dce219f2b016f1767e4987ee7fe40a104420a897f3ab79272f293f88486fb
MD5 3eb9cc16ea4cfa5f6cdf76404155d334
BLAKE2b-256 d57699b98e342501c16f0bc72c628cd79804f9a403c5837b0c49b91f59141fc6

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-3.1.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 06ca96a8d603bf337f785fc68fe80f687fe744e274cc17129f16863868f91b81
MD5 014c578d16c5fb476e18152381f5a495
BLAKE2b-256 af1844e027fab17d954ca8c20e4e88f622fbcab7fc21c675ee95e44b44d5e66a

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for sbp-3.1.2-cp35-cp35m-macosx_10_6_x86_64.whl
Algorithm Hash digest
SHA256 1297c5a963483d3a201182dfaf348ccb7f385788ec78613ec2aa12195338eb77
MD5 7d3edcbf9f2b239531281f4dc77524c4
BLAKE2b-256 e1b2cdafb551a2b76e0eecbaa42eb94baa7eda55b70e8260906b146a01592e2b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.1.2-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 437.7 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/49.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.5.9

File hashes

Hashes for sbp-3.1.2-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 e81bec705b3d2f394da47d847da6fc4c97725d098cf5afb7d69ea36b9aa0c7fb
MD5 18500125732cf2ba878ef9d4dcc10f52
BLAKE2b-256 acd5efe5222304d9af90e5251193b178194528fbe4b5348eb4094e48ce7bf365

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