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

Uploaded Python 2Python 3

sbp-3.4.5-cp38-cp38-win_amd64.whl (230.1 kB view details)

Uploaded CPython 3.8Windows x86-64

sbp-3.4.5-cp38-cp38-win32.whl (229.2 kB view details)

Uploaded CPython 3.8Windows x86

sbp-3.4.5-cp38-cp38-manylinux1_x86_64.whl (257.3 kB view details)

Uploaded CPython 3.8

sbp-3.4.5-cp38-cp38-macosx_10_14_x86_64.whl (280.1 kB view details)

Uploaded CPython 3.8macOS 10.14+ x86-64

sbp-3.4.5-cp38-cp38-linux_armv7l.whl (446.6 kB view details)

Uploaded CPython 3.8

sbp-3.4.5-cp37-cp37m-win_amd64.whl (229.7 kB view details)

Uploaded CPython 3.7mWindows x86-64

sbp-3.4.5-cp37-cp37m-win32.whl (228.9 kB view details)

Uploaded CPython 3.7mWindows x86

sbp-3.4.5-cp37-cp37m-manylinux1_x86_64.whl (257.1 kB view details)

Uploaded CPython 3.7m

sbp-3.4.5-cp37-cp37m-macosx_10_14_x86_64.whl (280.1 kB view details)

Uploaded CPython 3.7mmacOS 10.14+ x86-64

sbp-3.4.5-cp37-cp37m-linux_armv7l.whl (444.0 kB view details)

Uploaded CPython 3.7m

sbp-3.4.5-cp36-cp36m-win_amd64.whl (229.7 kB view details)

Uploaded CPython 3.6mWindows x86-64

sbp-3.4.5-cp36-cp36m-win32.whl (228.9 kB view details)

Uploaded CPython 3.6mWindows x86

sbp-3.4.5-cp36-cp36m-manylinux1_x86_64.whl (257.1 kB view details)

Uploaded CPython 3.6m

sbp-3.4.5-cp36-cp36m-macosx_10_14_x86_64.whl (280.1 kB view details)

Uploaded CPython 3.6mmacOS 10.14+ x86-64

sbp-3.4.5-cp36-cp36m-linux_armv7l.whl (442.8 kB view details)

Uploaded CPython 3.6m

sbp-3.4.5-cp35-cp35m-win_amd64.whl (232.1 kB view details)

Uploaded CPython 3.5mWindows x86-64

sbp-3.4.5-cp35-cp35m-win32.whl (231.1 kB view details)

Uploaded CPython 3.5mWindows x86

sbp-3.4.5-cp35-cp35m-manylinux1_x86_64.whl (257.1 kB view details)

Uploaded CPython 3.5m

sbp-3.4.5-cp35-cp35m-macosx_10_14_x86_64.whl (280.1 kB view details)

Uploaded CPython 3.5mmacOS 10.14+ x86-64

sbp-3.4.5-cp35-cp35m-linux_armv7l.whl (442.0 kB view details)

Uploaded CPython 3.5m

File details

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

File metadata

  • Download URL: sbp-3.4.5-py2.py3-none-any.whl
  • Upload date:
  • Size: 138.1 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12

File hashes

Hashes for sbp-3.4.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8484557de727c1a37cd275d4fc7a19d49e529be42da1e9dceb08b0cd00df8083
MD5 4877762d5f257a06c316ad37c7c57f21
BLAKE2b-256 44a423758721e7236d6f067d62ca64f0634a57ef71f73fc346f12df1f538af8c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 230.1 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for sbp-3.4.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 268c7cb7c3efbb0750aaee903bbaad367e4ad57d8b02d61a9a136a233a579bac
MD5 3053a13cf722e7b402e68cfcc69962ca
BLAKE2b-256 43f09bb8c43c7b9fbc37a6952b08e743193a459f62b4d753ee3b737b48178dff

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 229.2 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for sbp-3.4.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 f0ae2da7e12bacb130e1e08ed433921e679c006574615ff610016b383d55f26d
MD5 397c10aa15f3f45e1f351b4b0d1d237b
BLAKE2b-256 33de5ce6855bc2a5a049785eb48f01812e340b3c1881bac48a6c9bd4a41d8a3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp38-cp38-manylinux1_x86_64.whl
  • Upload date:
  • Size: 257.3 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for sbp-3.4.5-cp38-cp38-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ac2a7cc9d8021d30f148da9801e44e07cca7c1549f68175317ea1150d7e25cea
MD5 f3928008f5576933ed5cac1478ea2648
BLAKE2b-256 44dd248e4e17f1987e8a5eec057d53e5e676ab69a43b10e0d9d9d316eac1160d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp38-cp38-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 280.1 kB
  • Tags: CPython 3.8, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for sbp-3.4.5-cp38-cp38-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 635c4d88374596b39535db722e3877bc7989fc49ab7fcf43b388e211189168a5
MD5 55cc7d3000da931716140259e3028ba3
BLAKE2b-256 b175433678313021aa304b95d35af4a7fcc6758c7683bc9b5bea0970c05d3f46

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp38-cp38-linux_armv7l.whl
  • Upload date:
  • Size: 446.6 kB
  • Tags: CPython 3.8
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.5

File hashes

Hashes for sbp-3.4.5-cp38-cp38-linux_armv7l.whl
Algorithm Hash digest
SHA256 e1a329249afd4bc81c32d31a65e21c64c2865a8787000a97deb0b01649ea0c9d
MD5 e3eb904dfa662dee294e418b74fce821
BLAKE2b-256 c79aeced304ff3b9aba9acc77ceca8f4f0ce0f5b0794c97ec95e7a2907ef0ae1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 229.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9

File hashes

Hashes for sbp-3.4.5-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 8be28576fd464c7a59554d8d0e167a9d0a5420d92c4ec7868af0f6e1bc6d6d0b
MD5 518f824934321269560de93ca0830cd3
BLAKE2b-256 3eb88fb1e24e9c4a2600f463803d8f05800ae2780aa0e61e3a4e0b4a14160995

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 228.9 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9

File hashes

Hashes for sbp-3.4.5-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 bd621cfdd01043535c9e6340a6bac4896c05f0c7345b2e9d783afe14589a493a
MD5 1621f1acbefa7e9d61780e331193c02c
BLAKE2b-256 a0a9817bd849242a833dbcd86a6a28667623b9947a515d9cc73ca5c40390d852

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp37-cp37m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 257.1 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9

File hashes

Hashes for sbp-3.4.5-cp37-cp37m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 2c76658eec719a7a72bec20c9905ddc79cfcca48bcc95f3419ac05e08a2037c3
MD5 913b63d0fb71b0045e71295e1582ff99
BLAKE2b-256 1328a1bb5c3ab870d1e594db6266ec323944651577634f0d709ff03f9f66ff47

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp37-cp37m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 280.1 kB
  • Tags: CPython 3.7m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9

File hashes

Hashes for sbp-3.4.5-cp37-cp37m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 48496d299773814545f50997733763bca171d7a75603e6e8d538d74d815a669e
MD5 ff3b4a37537dd8ca25af2d028c93f366
BLAKE2b-256 e4c2175c74659fbf294d427cade216c5845b746d4aa5b44818284004c1793550

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp37-cp37m-linux_armv7l.whl
  • Upload date:
  • Size: 444.0 kB
  • Tags: CPython 3.7m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.8

File hashes

Hashes for sbp-3.4.5-cp37-cp37m-linux_armv7l.whl
Algorithm Hash digest
SHA256 1f39c7ccc7389ca3d796ab4e976ac1964b2bf8b91d7ba12dc08518dc46ada6bc
MD5 f354395cc606f5d538c5d494471cd6ef
BLAKE2b-256 9aa54f978a646420dab93ab61e66ab1626d311dfea2fe5275badd5f4d9d18842

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp36-cp36m-win_amd64.whl
  • Upload date:
  • Size: 229.7 kB
  • Tags: CPython 3.6m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12

File hashes

Hashes for sbp-3.4.5-cp36-cp36m-win_amd64.whl
Algorithm Hash digest
SHA256 423e4d270375aff34b63ce9b686b6c55b81be6c0bfcfdc761fd1e2d740098817
MD5 f10c03470912caf634cadbff41df012c
BLAKE2b-256 b7a5d8b2da86bf00e7511de32435a4a30526b63edede5925ce7446ebd5611f7c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp36-cp36m-win32.whl
  • Upload date:
  • Size: 228.9 kB
  • Tags: CPython 3.6m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12

File hashes

Hashes for sbp-3.4.5-cp36-cp36m-win32.whl
Algorithm Hash digest
SHA256 ca1801fa05270ac937c7823d6c9881d21eb9306c39eeb0b0e5b851f5e0e28358
MD5 d70bc25dd0ab9e4ac960e65cbba36bda
BLAKE2b-256 0e64480f5ae795a4afdeb237e3e062b4483d3c58322f8f067d8fbdb590ae713e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp36-cp36m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 257.1 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12

File hashes

Hashes for sbp-3.4.5-cp36-cp36m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 98185216b0d63ed1f18c34eb56142121051419bd48280f904c276056e053ac12
MD5 cc5ecc0ba8d9691056c8600500ad4992
BLAKE2b-256 7f5a5fb3ab3bb94d12696eccf59f58795332693df9c20bd64c01f159a09b3d39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp36-cp36m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 280.1 kB
  • Tags: CPython 3.6m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0.post20201207 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12

File hashes

Hashes for sbp-3.4.5-cp36-cp36m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 e09772efde46ad0bc939ad23e6a477c8599a78648508f55cd1dc79ba4ff49f41
MD5 0fcf04fa74410207042ac705acf46efc
BLAKE2b-256 886bf0248f99c3659a862021f3096cb5fb50f890964cca0a636020bda57f81f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp36-cp36m-linux_armv7l.whl
  • Upload date:
  • Size: 442.8 kB
  • Tags: CPython 3.6m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.20.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.6.12

File hashes

Hashes for sbp-3.4.5-cp36-cp36m-linux_armv7l.whl
Algorithm Hash digest
SHA256 b0de2254cdc28b293fec2858fc00f24f0d7f63390be816eb6deb5103f6dd3dd8
MD5 9fc3f052efe2aa7d4971ec6aad047876
BLAKE2b-256 defa679b713cc71ade3a6efdd891fb10d89b530b2fb52f8688a9faa5f9806cb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp35-cp35m-win_amd64.whl
  • Upload date:
  • Size: 232.1 kB
  • Tags: CPython 3.5m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.6

File hashes

Hashes for sbp-3.4.5-cp35-cp35m-win_amd64.whl
Algorithm Hash digest
SHA256 57cd95195cf99c96225ea442b35a0ac7bcfe2f6452c2d9a8b4d0f833a1be08b1
MD5 d7562d94074bc31c6af3b0c01dcc1972
BLAKE2b-256 d11d2c033c44deefcf33744c78ce28a6265098e4e7b4b89ad68c677710bb92e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp35-cp35m-win32.whl
  • Upload date:
  • Size: 231.1 kB
  • Tags: CPython 3.5m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.6

File hashes

Hashes for sbp-3.4.5-cp35-cp35m-win32.whl
Algorithm Hash digest
SHA256 6eea407a0edd269b939a09fcf94183104e03137011c7b1f429612476e2f375d0
MD5 25913d356888f4bd6309cbd4bf31c815
BLAKE2b-256 3dfe3aaec338c32c328b704f983b5f4500e39090c87532631c8da7047ba708ad

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp35-cp35m-manylinux1_x86_64.whl
  • Upload date:
  • Size: 257.1 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.6

File hashes

Hashes for sbp-3.4.5-cp35-cp35m-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 9948207740f7d0d454108b61210fd9c33eb88d23fbbe9d1e4c87c1d3001f8364
MD5 7534ca2d795187eae7249af9a6d697bb
BLAKE2b-256 6b0fbf1ca08b0789eaf8faa59f8edb1b09765284dd20dfb6957c650eb4d37bf3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp35-cp35m-macosx_10_14_x86_64.whl
  • Upload date:
  • Size: 280.1 kB
  • Tags: CPython 3.5m, macOS 10.14+ x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.20.1 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.6

File hashes

Hashes for sbp-3.4.5-cp35-cp35m-macosx_10_14_x86_64.whl
Algorithm Hash digest
SHA256 c9e1155f445e823a50d131639a03cf4162984ef15b88606914da11477d8c76bb
MD5 6034262e4d7a5e2d850af5dce7579d90
BLAKE2b-256 cfafd6483991e4ec66d94dee755f7dfd3aca05f73995fdf8d9624a34d5a0bddb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: sbp-3.4.5-cp35-cp35m-linux_armv7l.whl
  • Upload date:
  • Size: 442.0 kB
  • Tags: CPython 3.5m
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.15.0 pkginfo/1.6.1 requests/2.20.1 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.5.10

File hashes

Hashes for sbp-3.4.5-cp35-cp35m-linux_armv7l.whl
Algorithm Hash digest
SHA256 a5b77b7f97a54ec77c54b2a88c04aa43563b0d5f4e4e4d0967e611ec26f595f8
MD5 5fb17b2d333f5d848844ce48d06d57fa
BLAKE2b-256 076396b889945509d17f84b948004cbf3752166a131cc2e29b63de3028994871

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