Skip to main content

RockBLOCK 9704 serial tools

Project description

RockBLOCK 9704

This library provides an easy to use Python interface for the RockBLOCK 9704 serial tools, originally written in C.

The source for this project can be found on https://github.com/rock7/RockBLOCK-9704.

For more information on the RockBLOCK 9704, see https://www.groundcontrol.com/product/rockblock-9704/

Requirements

  • Python 3.8+

  • A RockBLOCK 9704

Installation

The RockBLOCK 9704 library can be installed from PyPI:

pip install rockblock9704

Connecting to your RockBLOCK

Once your rockBLOCK has been connected to your device via USB you will need to find its local address.

Linux / macOS

List all local devices:

ls /dev/tty*

The name will vary depending on machine but will generally include USB in the name (e.g. /dev/ttyUSB0 or /dev/tty.usbserial-FTH9I1S5)

Windows

List COM devices:

mode

When connected to my machine the port was COM6 but this will vary, it can be helpful to run the command before connecting to see what port becomes active.

Begin the Serial Connection

Once you have the address of your device, create an instance of RockBlock9704 and call the begin method:

from rockblock9704 import RockBlock9704

rb = RockBlock9704()
rb.begin(<device address>)

Project details


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

If you're not sure about the file name format, learn more about wheel file names.

rockblock9704-0.1.8-cp313-cp313-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.13Windows x86-64

rockblock9704-0.1.8-cp313-cp313-win32.whl (31.7 kB view details)

Uploaded CPython 3.13Windows x86

rockblock9704-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl (48.3 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

rockblock9704-0.1.8-cp313-cp313-musllinux_1_2_i686.whl (52.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

rockblock9704-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

rockblock9704-0.1.8-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (51.3 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rockblock9704-0.1.8-cp312-cp312-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.12Windows x86-64

rockblock9704-0.1.8-cp312-cp312-win32.whl (31.7 kB view details)

Uploaded CPython 3.12Windows x86

rockblock9704-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl (48.3 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

rockblock9704-0.1.8-cp312-cp312-musllinux_1_2_i686.whl (52.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

rockblock9704-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

rockblock9704-0.1.8-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (51.3 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rockblock9704-0.1.8-cp311-cp311-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.11Windows x86-64

rockblock9704-0.1.8-cp311-cp311-win32.whl (31.7 kB view details)

Uploaded CPython 3.11Windows x86

rockblock9704-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl (48.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

rockblock9704-0.1.8-cp311-cp311-musllinux_1_2_i686.whl (52.2 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

rockblock9704-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

rockblock9704-0.1.8-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (51.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rockblock9704-0.1.8-cp310-cp310-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.10Windows x86-64

rockblock9704-0.1.8-cp310-cp310-win32.whl (31.7 kB view details)

Uploaded CPython 3.10Windows x86

rockblock9704-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl (48.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

rockblock9704-0.1.8-cp310-cp310-musllinux_1_2_i686.whl (52.2 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

rockblock9704-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

rockblock9704-0.1.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (51.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rockblock9704-0.1.8-cp39-cp39-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.9Windows x86-64

rockblock9704-0.1.8-cp39-cp39-win32.whl (31.7 kB view details)

Uploaded CPython 3.9Windows x86

rockblock9704-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl (48.3 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

rockblock9704-0.1.8-cp39-cp39-musllinux_1_2_i686.whl (52.2 kB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

rockblock9704-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

rockblock9704-0.1.8-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (51.3 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

rockblock9704-0.1.8-cp38-cp38-win_amd64.whl (31.7 kB view details)

Uploaded CPython 3.8Windows x86-64

rockblock9704-0.1.8-cp38-cp38-win32.whl (31.7 kB view details)

Uploaded CPython 3.8Windows x86

rockblock9704-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl (48.3 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

rockblock9704-0.1.8-cp38-cp38-musllinux_1_2_i686.whl (52.2 kB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

rockblock9704-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (47.6 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

rockblock9704-0.1.8-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (51.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.12+ i686manylinux: glibc 2.17+ i686

File details

Details for the file rockblock9704-0.1.8-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8d03abc42c17aadbd93bb2a1988a98186beb883fdaf8ed1fe62f481cce60982e
MD5 c473c882e0f9d274f82ab922b5850330
BLAKE2b-256 4452361e1e86e67d4a39d6f6b483a6fe8ef893bec90962add615e014514bdb96

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp313-cp313-win32.whl.

File metadata

  • Download URL: rockblock9704-0.1.8-cp313-cp313-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for rockblock9704-0.1.8-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 44fa274a3134501c99a7db36d423785dc4175a5b0dff46f779a246ed43e5dd1a
MD5 9a2eed78a685d5cfa2ab35ca0a5058f4
BLAKE2b-256 53e4219006c4612b751949528c353a1479d30d2e76672f282efe2b8dc8977660

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3b6114e95c05d93a7ee6ac955455220d4484b4e4c65cc09a4a112458d3d86b07
MD5 99063ee1bce2106c6e87029b76ce3605
BLAKE2b-256 8f0ea24f6f50641bcd8b95e368f8ac2d4c780f37c8df969f24e7abe93af5043e

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 960ab64ed041ade80277c784b7d01680d276fad897e80630f2798aa1eaa359b3
MD5 b2be62f480b1b9585ec9b4be2fcd4228
BLAKE2b-256 576f4722204a69b4f8c3a7869207faa79e557407782792e6585ec49787e15d33

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e257b1d163b33585c9d44e6506595ab9d89da0e060831f3668f53a63066c08e4
MD5 9717eb55a2c55bfa2754a0c017fa89c8
BLAKE2b-256 54026589cd23529240cc31ccb842a98d2b4118420dcf16ca8db224b5ca1473df

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b7e0b51f015d32de905266729e0d45a1f928040508b56550b9817b6466aee459
MD5 e0e52bc471249905efce5b2dfa19bb42
BLAKE2b-256 7c6e98689075098a42577fb2cbbfff5038e0e8a3f253840b3b498591d4c78f3e

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4e9784da96aeeea45c14810c849ab1a21062e745d71ab423271c2f0868ba4955
MD5 a9225ed4c7ddf77c53bf1db3c80356d6
BLAKE2b-256 16d932349c8cb7b2a2b6f0273e629f365704b8c5e379df630f44cc0335670c5d

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp312-cp312-win32.whl.

File metadata

  • Download URL: rockblock9704-0.1.8-cp312-cp312-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for rockblock9704-0.1.8-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7714cc27c942175a8d91ef6603b8aacca2163a561fad04fe461b5166ca877f52
MD5 98969548a518654e46a42e8aae1daf87
BLAKE2b-256 7e488884a47d5a0019f68430ba349e4acd0acd654b2321dbff23dcf94e5634cb

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1790d2cbfd3af49969a3a90088915c77443e76c12f904ba45fbfdfddf2846db6
MD5 581aa8d777f35626bbe835ecc700bd19
BLAKE2b-256 a582269e23867180d125e3ba4b0580ec9d0825994377aaa1779ffac5604b36de

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3c8a49a9787ed40c4d62904e3b0ca5485f888f51764855d9f60a7e2aacf8905d
MD5 e39fe067bddc0458de75839f92fa744f
BLAKE2b-256 e3eb20ef172159aa6dc95abde6ba4b5b8c81aef9fcb855a66b7430d01f673146

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a3cc6813cb328c321e374cc3bcef10cc6e9474f382619b82557df5d464d02816
MD5 5b5d971587c65b1d37eae6e54be1c077
BLAKE2b-256 7b959812bcf5601941e6d7567f1e2b5c707498972731abf0fec0a71ca795966f

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5aff96c894cecfae716a57a806a31c3cd04716f5e0c742bda40899262805fbd
MD5 e82f5eeb9b9f28951b9f249e24582146
BLAKE2b-256 2b54f40cd64f6623a04f8a4ea403f2d44a93b9af27233833c04eea72b76a639b

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 83165939967077b40edcec392c9bd91e25c97f4c0f6790e9f5b0dbad029b840e
MD5 d83c098da26717c0405d161f1770115d
BLAKE2b-256 433bb1d75552a86ac52c83ef48aad24381798b4bfb3d240956233c21349f78fc

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp311-cp311-win32.whl.

File metadata

  • Download URL: rockblock9704-0.1.8-cp311-cp311-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for rockblock9704-0.1.8-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 36e949cbe97a817b847321b356cc64c444e9b7985bf820631919085c0f7d3922
MD5 805945321e74e71aedae36aa329365bb
BLAKE2b-256 d164bae49f6a22e2ce716b704d30e9dfea30b1a6142055317cafdb8b5e963405

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c2dbf08f1f4b4a30843f2891b83b99f221f1c259eeaa9176489e0c3fda4fe660
MD5 57d90c6cd1133bd0a40a02b85b37b825
BLAKE2b-256 8a185981ec92feb7763cb79ae34cc0a1e88089863d1376fd73815b9606263032

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 4bab41b31e0feb9af052ea9af1989e77b9205eb4116d4264d0f0e5e57d839ff7
MD5 70af47a8612546fb3de7e6e3d59382d5
BLAKE2b-256 b7f1bf59f14f29bd27911b7e5a9984ae78a72c0b9f82cdf27657592dd420ad20

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 583764c07a9470190debb9ea575f94e702d201c8d953f7a63b93ea2c68711244
MD5 c4e4a78f79c6eb4dda0d6b8b5dc5bbef
BLAKE2b-256 3b2ddd690265f9870db272e2dbe44743fe1c8688bb2285bfe76bb628bceb9b02

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0510b9a04e624ac6f5f3ea52357c6ec626fe432a4c1f7a8ee869cdb2d1ba53f9
MD5 6cc3aff5c93ffbfe1df8cc29c0a56d61
BLAKE2b-256 8c78e62a557f92e5d10b38e2b61a77d92e48b408f9d88903de9b81629cf39967

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 868092192a479fd50375759a9ca53b6aaf7eb64afb3ebfde99f4d27e86cc036f
MD5 4c6992ef79b1b0939b677c2e3ece4c2a
BLAKE2b-256 eb836210e1aac69353731fa01d77906f7398b8fbd671973b577bb2ed92872cd6

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp310-cp310-win32.whl.

File metadata

  • Download URL: rockblock9704-0.1.8-cp310-cp310-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for rockblock9704-0.1.8-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 03cff08b2c4d27df6b90dbb9907718cb9c53c0b7b3ba876fc3298237a5ce96a8
MD5 4bf4e5c420434150b0b5b78b52d9a606
BLAKE2b-256 ac1be84f25b4b946617af1b2ab677200fd9047375b083d0c6c8636816d676e9c

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4e1ff55a655698e1526412b37a462218190341f2cb094f1dd4a4ff2ca515ff62
MD5 6bbca53895da71eac354a39f0adfb8b2
BLAKE2b-256 1c5e045b503d73a655b4814abbc460b38724ccd7085e9db7a4529cfb90d51361

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 a1db7d7faacbb744b39395dec93f04e331fae9c54cccdc7cb7b4e719143a5b9e
MD5 7e6013d2a82bf49895c491ba210ef091
BLAKE2b-256 3b7aada428fa3065351666594d5a7bda07d72d344f6c5fddf8b5818781b46b22

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0c66a424f977bdc9bc0cf29e781fa4585af4c1048709e3f6b1be0c2794c2c50a
MD5 5fc2053c143260e39282475d61967694
BLAKE2b-256 c8be9ef54345d21da8ef72d657ebba07e0e00301fc29718eb353344dcf0f1e2b

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b395b446d0b38c0bdbe458b35c20b1140efbf67ff0d18a3f71833445fbb11a02
MD5 c164b675eaf38c0f8747756c2542392e
BLAKE2b-256 26085cfae9f4d07ef1ca82bf51f5ca8b24412e6cf3c14d9ee24ad90636eac99b

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3bbb9c709d0716718408abba90015d2d5c7f0f60d53a05f7e7f2cfd67e6ed5fa
MD5 1be038a38af5333f2a694bf16598dff0
BLAKE2b-256 b4fd6b3e18ad74592e5e184d299ee5db31c4f49634ce7ca4f550dc45d19d5922

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp39-cp39-win32.whl.

File metadata

  • Download URL: rockblock9704-0.1.8-cp39-cp39-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for rockblock9704-0.1.8-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 c0c6bf9c456b488ddf43def42203908fb5979c02d75a986007dd6eab08b4008b
MD5 a6c501cba4095144ee7520ec409e2263
BLAKE2b-256 adea1497dee5d96a4693d771d890d23b1e74933df020269263c1a23a1f91281d

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 152fb6ff83e0f726932917599c3e4792401b1397f6ec886e521ce4464d1579b9
MD5 d98546f66c78e97fcdaa0fc9f774494f
BLAKE2b-256 3b22aa25ce0902228b7276c1d96a503640aaad08d988105ae9869cd48863e9d4

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f4c029cd4801fda7364cfa3b09134de43d1f7623ba8c46908000e6883fc7011
MD5 9e7ab928e8e33b2ec236bb7d63f99b36
BLAKE2b-256 081ec00e05833b8b657ace0cae382c855ca13668161aefb655bc3d5d1879e3eb

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 aeaf2b0a72ba5ebee0da06e0536627f135da6540b0524d46f463bb6fc89088de
MD5 5cbc2753e9ded6562e206c4df6434020
BLAKE2b-256 2e3cf55675c7a15640f93081ac658f60e852b2c0a2ec9310608ef1ba2ea4ac21

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0efee314302013626baf6472cceaeb4a86f2bd30c6a339d7a32b9c05d846474a
MD5 0440ee12bdc339f3e154a6753693211b
BLAKE2b-256 84713a0910af6e3a44a320e0030be68bae4fe0ad21e9a67002c56e01aff72dac

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp38-cp38-win_amd64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 0538e2944ee02e24f636968397e9a4e1a6836e4a3f86f6c81718cd483df1c059
MD5 7380b450140fcd5949c5500f06f628a1
BLAKE2b-256 5e970b13afbf002083f0860be6bb0458bc6af1b09a6547a8d93aaeb586a05e65

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp38-cp38-win32.whl.

File metadata

  • Download URL: rockblock9704-0.1.8-cp38-cp38-win32.whl
  • Upload date:
  • Size: 31.7 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.10

File hashes

Hashes for rockblock9704-0.1.8-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 24c7508bd0ae3e76c81f18fc268cbc3f3f59f068bb36bb7c32462ba9305e96f1
MD5 5e4e4182b9d806cb9c1306f8340eb78e
BLAKE2b-256 732cf17ec756ad1b0e9c2bb3c652d2817d19ab4b1f74a8d458eea9804ec36a02

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c1d3e6e297fb8b0aff0ca343fbcac12a66f3919e8d5b8a228a39b224b1e341ec
MD5 8064d52987144bd41dd298af77a7a635
BLAKE2b-256 8512f9951276d8b2cce60611c6065a5451f01083acc6e03eba1211dde8da5bf0

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f7d4e21ad93ccbe449dc4634af1e8fcac6330d1d3d6935ce719277c7c08f14ea
MD5 2659d43925a505a04c1531119a9a13f0
BLAKE2b-256 1c38a98fa6e8fdedbfd77c9c0902ff53d9ae26d20971e13bc0c7da6fb865cf86

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a2f21e06e7ba6c149ef6b9c87902dd370ba5c5b5baa3d91fed54a7fbd9f7ed2e
MD5 3fbe8d1d74b94c841329920d58eea783
BLAKE2b-256 da551fc09861a109b655566f95561a755488b94730944c94532766004f9da4d0

See more details on using hashes here.

File details

Details for the file rockblock9704-0.1.8-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for rockblock9704-0.1.8-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0418c26053b9d74d2137e974f5cea2675cda55babc4a21d5eb0bc2d4575d09e4
MD5 9b07c6639987f5064e281ea10551acfa
BLAKE2b-256 89b0af0ab7b706b81bcc522f719911645dceffd04e2962e308d50f613721eb06

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page