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

Uploaded Python 2Python 3

sbp-3.4.2-cp38-cp38-win_amd64.whl (229.0 kB view details)

Uploaded CPython 3.8Windows x86-64

sbp-3.4.2-cp38-cp38-win32.whl (228.1 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8

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

Uploaded CPython 3.8macOS 10.14+ x86-64

sbp-3.4.2-cp38-cp38-linux_armv7l.whl (445.5 kB view details)

Uploaded CPython 3.8

sbp-3.4.2-cp37-cp37m-win_amd64.whl (228.6 kB view details)

Uploaded CPython 3.7mWindows x86-64

sbp-3.4.2-cp37-cp37m-win32.whl (227.8 kB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7m

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

Uploaded CPython 3.7mmacOS 10.14+ x86-64

sbp-3.4.2-cp37-cp37m-linux_armv7l.whl (442.9 kB view details)

Uploaded CPython 3.7m

sbp-3.4.2-cp36-cp36m-win_amd64.whl (228.6 kB view details)

Uploaded CPython 3.6mWindows x86-64

sbp-3.4.2-cp36-cp36m-win32.whl (227.8 kB view details)

Uploaded CPython 3.6mWindows x86

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

Uploaded CPython 3.6m

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

Uploaded CPython 3.6mmacOS 10.14+ x86-64

sbp-3.4.2-cp36-cp36m-linux_armv7l.whl (441.7 kB view details)

Uploaded CPython 3.6m

sbp-3.4.2-cp35-cp35m-win_amd64.whl (231.0 kB view details)

Uploaded CPython 3.5mWindows x86-64

sbp-3.4.2-cp35-cp35m-win32.whl (230.0 kB view details)

Uploaded CPython 3.5mWindows x86

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

Uploaded CPython 3.5m

sbp-3.4.2-cp35-cp35m-macosx_10_14_x86_64.whl (279.0 kB view details)

Uploaded CPython 3.5mmacOS 10.14+ x86-64

sbp-3.4.2-cp35-cp35m-linux_armv7l.whl (440.9 kB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: sbp-3.4.2-py2.py3-none-any.whl
  • Upload date:
  • Size: 136.9 kB
  • Tags: Python 2, Python 3
  • 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.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 e69bd20bd66437695813f79f4ce7217f9b80e7bb72456b493f42501d3424d725
MD5 52f766d54f42c5aa5dc859afdeb7db05
BLAKE2b-256 64e780087881f4cec04bc13f12a99bd9be82b76128197f7d6f37e0c8b77e4789

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 229.0 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.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 7c97d0e634f853c0ce43f313ec74657498ec0a68a7303d7c8a3c9c8c6d7f8f0d
MD5 1939c51eff4fc1d27a92d24163ce50de
BLAKE2b-256 9d56dbaca76dc3a05d6f69c0d02faea5a90105a0b586026ef32bea2a83abc148

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 228.1 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.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 7db3afd0416a77d0521cd5331e309cc7b25c3567b063bd4356872d098775ef83
MD5 808a7c65e31ad4a721e03c00209a03ef
BLAKE2b-256 f7120c00b505c9cf9b5ce0cd6a18f9ed0a9ad2b305c92d71d8e509150079f001

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-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.2-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7ddd974a78ecf181305b2dedf44855536446b1e50d2bd007527a1502ad49f479
MD5 0cd7adaed4845fbed0b00f07ba3541ac
BLAKE2b-256 91e15c473dd05787fd2aa2b7cc671d8e297e00f82385b49162ee36c27b8bfff2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-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.2-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 347423981b6d387cb6958b4fc7c94aaa017b57a8a617d22d0b262d00f7fd29ef
MD5 2118363d211a90f032c10378fa6be543
BLAKE2b-256 a1053677166e79f6de7568485531ad7d6b6dd619871bf23b283e315ad3470453

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 445.5 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.5

File hashes

Hashes for sbp-3.4.2-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 4a96458fae6f3ed64d65940bed305bd8ce2cf296fe1d51af79381544acfee374
MD5 e48f1a2ef764d324791ad01880848389
BLAKE2b-256 0a459f660ca0e31d4cd02164b9dcbfdc02bc8d703b273b05815bfc65faafafc6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 228.6 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.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 444e561a42629f695ed318fba979ec39d7dbaf4af9e2e3cedff5b6ba0fdc739d
MD5 e8e121a83a95d7b5b9e99b7e910137c8
BLAKE2b-256 c8f60030ad9e495a3152a7584a5f42e2ae95a399d534ae1cb1da60e0642851b1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 227.8 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.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 0674710b70748605015d156551345fa20f59684708c2f88d9c818904775fde4a
MD5 5a5292d43d8b23becdef9ba539286e5f
BLAKE2b-256 392754148f1a1a49b9eb512934f1738758a92027446e239d9b9b305ca733d5e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-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.2-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 99e766ea30ec4fac599e660a83dc6e145a30bb035b11dea495a47912f2752365
MD5 09be441d3a9ab76a45652e04afcb9d77
BLAKE2b-256 00f4165946f94aebca3c36eb7f4d120f4299b03a481228c7cdab042a6202e277

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-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.2-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 a06283b393d36488548ef04e0b541cc551cec35f16296dfebdb37cb8e91e07f2
MD5 e0e0b9cf3a1aa71240ed4238f079f953
BLAKE2b-256 949b1910bebbfaedc7235a6a1b8fc44d79b42f313a4477b9cfdf502ab606c741

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 442.9 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.8

File hashes

Hashes for sbp-3.4.2-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 ebadaa53b52c8af620a11d471f456925f2179098db97b80d60fa9928e8af7f89
MD5 b986667ff014dac6bc590d48d9bfd5f2
BLAKE2b-256 d519cb0e26c81dd1ce61b0f877ee415977a4558e8b60bd3fd5d7b734c33115ed

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 228.6 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.2-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 eaa6a836491dd0df61a4f6a4c63749399dda9aaba294b6b54c411d55e4757e19
MD5 77171835ab66617ddba283937473ef23
BLAKE2b-256 95dae6b5305d77e49a5986a06a328574a780a8a057e5fa9ed943f52a0fc13ce8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 227.8 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.2-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ceb88e8e828a3e4c9d949f1d9299b5679123e94f2391df2d564ea0f72d315021
MD5 72e249c58d42fe634b5527a91ec251c6
BLAKE2b-256 a5c79668a3ad88a403d4afba3551d2550ec4f0f14e454ad3c576b580cf4fce17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-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.2-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 4d251123455d927a9182fac1def0d8900d4b3ab61e05f9989259f29480593d7c
MD5 d8b0d1214f6f1e0baf3dd43bb8edbf13
BLAKE2b-256 8f6f3736de75dc815d4e9272e5c4d4e41b6240812377a3751dbef629a62f9b6c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-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.2-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d3708cfb2fe6bddd94b1c85ad4ff4605c55b673d540415187a544483c10ff854
MD5 bb222978741b0904cea0a380db344c76
BLAKE2b-256 301d30e15a5b5c64dc3113393277864b3bfaf37b48eabcb46ea3e0f18003f446

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 441.7 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.12

File hashes

Hashes for sbp-3.4.2-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 5998b1623b440edfb5b5636dcd6734b0fb6b81841184d439bbbfb50af4771971
MD5 69ef09d7ff917d23598dfc8fcaad835b
BLAKE2b-256 1f189d69733383d5c59a5d8b9af2c4ffacdaa6db33d186ea49979fd9d81ac83c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 231.0 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.2-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 7ae9258e2103fd5933b78d0a2d7ad62e1945b6a9a50e6e496fca6320733dc0f8
MD5 7f52574b09442e696ff94805680a41fa
BLAKE2b-256 c62fe6a312ba9df7ea4a8ecfd238a0a061bcba0d9739ef1b413ad0f3dbd5105a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 230.0 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.2-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 6c0a825455284090dbcb595f47a5a29616f8072346813b209ef5666f97eebabb
MD5 f055dfb478ae6dbe619a88e91ee3a6d4
BLAKE2b-256 758d69df4522d2f514edc9d3a2c0f4c661d2e5cd4aaf3c7a74c50fb53ee58c59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-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.2-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 230efea30de715123c6abbbba3a48745ab125408da63e1113fae23141a5ed0c0
MD5 a1eb1a37625c565bdc4123255fd25fe2
BLAKE2b-256 7ff04fc1a6a96392df06f39e0dc8b42d2dc32043a175be01cf05db89e6197fe6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp35-cp35m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 279.0 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.2-cp35-cp35m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 d94aef76168e81ff1e550515866a6c9864de3627f68da652c9fd150af4ef2dba
MD5 f422b05219d2e5925fbdbb00ce514880
BLAKE2b-256 78c38cd016e3497854d5e4d0a84f8272d3b7e659066acc59fb6f7ae29c9633aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.2-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 440.9 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.10

File hashes

Hashes for sbp-3.4.2-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 f5209d961784724713cf10fc80ebb6ce75252e2dbc4258e12fd5f5d6a36ba546
MD5 f605565e444cd8e7435691e59abeea75
BLAKE2b-256 c4c224fca1e6bf674f551d2b8b03aa2feb3603b53be44fb49576dd6c3caf0afc

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