Skip to main content

Parsers for UAV/Aerial Drone-related formats like MavLink and DataFlash

Project description

Test UAVReaders

UAVReaders

Parsers for UAV-related formats like DataFlash and Mavlink

Installation and Usage

This package is available from PyPI. You can install it by doing something like this: pip install UAVReaders.

Currently, prebuilt wheels are available for the majority of Linux distributions and no other operating systems at all.

Example

Here is an example of using data_flash_reader in a script.

import UAVReaders as u 

dfreader = u.data_flash_reader("test_data/dataflash_test.bin")

for packet in dfreader():
    # do something with the packet, which is a dict containing 
	# the values of each field in the original packet.

I would advise you not to keep the packets around for much longer than necessary. Do not save them into a Python list, for example; it will probably take too much memory if your DataFlash file is large. Expect a 50x memory penalty. A 1GB DataFlash file might take up 50GB when each packet is simultaneously in memory because of duplicating packet field names.

Usage from Python by cloning this repository

It is also easy to clone and use this repository as part of a larger project, for example by adding it as a git submodule. There are a few build-time dependencies that you need to install before building the package.

  • regex, install with conda install regex
  • future, install with conda install future
  • cython, also available through conda with conda install cython
  • A working Linux-ish C++ toolchain with make. GCC is what I have been using. It should technically be possible to build natively on windows, but I would just use WSL.

Now, you have to make sure that Git has pulled all the submodules this project requires by running git submodule update --init --recursive.

After that, just cd into the directory and run make pypackage. Import uavreaders.UAVReaders to load it into your python. This provides access to UAVReaders.data_flash_reader, UAVReaders.mavlink_reader, and a few auxiliary functions not needed during normal usage.

Commandline Usage

Running make alone will generate both the python package and two binaries that can be used to transform DataFlash or Mavlink files to JSON. They are called dataflashreader and mavlinkreader and are written to /bin under the project root.

They both have the same interface. They take data through stdin write to stdout and stderr, so you should use them through input redirection. To use dataflashreader under Bash, run something like this:

$ ./bin/dataflashreader <test_data/dataflash_test.bin | gzip >output.json.gz

This reads dataflash packets from testdata/dataflash_test.bin and compresses the output JSON, storing it in output.json.gz. JSON representations of MavLink and Dataflash packets are very large; you will almost always want to compress the output. A one-gigabyte DataFlash .bin file might expand by as much as 50 times on parsing to JSON.

Testing

Run make test to test the functionality of the DataFlash and Mavlink parsers. This compiles the command-line parsing utilities and compares their output against a known-good state.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

UAVReaders-1.0.1.tar.gz (925.9 kB view details)

Uploaded Source

Built Distributions

UAVReaders-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (240.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (227.2 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

UAVReaders-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (225.8 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

UAVReaders-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (237.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (225.9 kB view details)

Uploaded PyPy manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

UAVReaders-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

UAVReaders-1.0.1-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

UAVReaders-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

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

UAVReaders-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

UAVReaders-1.0.1-cp310-cp310-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

UAVReaders-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

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

UAVReaders-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

UAVReaders-1.0.1-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

UAVReaders-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

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

UAVReaders-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

UAVReaders-1.0.1-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

UAVReaders-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.2 MB view details)

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

UAVReaders-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

UAVReaders-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

UAVReaders-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

UAVReaders-1.0.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.12+ i686 manylinux: glibc 2.17+ i686

File details

Details for the file UAVReaders-1.0.1.tar.gz.

File metadata

  • Download URL: UAVReaders-1.0.1.tar.gz
  • Upload date:
  • Size: 925.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for UAVReaders-1.0.1.tar.gz
Algorithm Hash digest
SHA256 827c30411fb470947f08ee7c970fe566cbda5610d0a45b9e5eeca35fd274db64
MD5 335f1e781653c878fa26b3db776838a7
BLAKE2b-256 2ee9c2fc068daae179b9ee7847bdc1fd9e9cedf4c88b532d5304fdfd1072e0ed

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9b853d9ee88971de15b5d346cca1e85375dbd10a9f8fa20aa738a8e78848f384
MD5 0e0b9e61fd363fb7d16bc4d21408b329
BLAKE2b-256 8bfbc70af35cab6fce1f6606cc9c1f34a85bcd4474d58da356d39f325c2bb69e

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 15f4c4405a93c8f0f4057ca8d9e379f58f239ba2d0882a4a0657be463c5b127a
MD5 7b60e134dc675275bf203ceddb166d4e
BLAKE2b-256 9cac78d9916c800259d4dc783302235421b4ba0e8267c602531b699ac47f3979

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 372c7217941e1a521f81146e1b85ceb426262f5a56f3a23e41382115e8aca7d4
MD5 f502393d5dd36de56bc742a8c7163b51
BLAKE2b-256 17a25bb1aec4d6690a3ce55a55e3b49127b01634f0e50fd6ab595674586c3375

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 05336740daca2135153d8e38242096d1eab791380e2115811fc2791982f2a2f3
MD5 961554936e5ac4686a4a4701a7590ae6
BLAKE2b-256 91d28ccbaaab35c51d64a4c6e80f7dd8ec5d1c49c696381779a8c61598015dce

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f6c831117ac29b5e74a2921de7ccf45b4c7538843c08aee7544d9f7d92f5bb89
MD5 6915d69472aaae50300ac2108a487175
BLAKE2b-256 49508f7d04332b70fa6cebee619cd91ec8ad359bc0bfaf8a024d284cce9eb095

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 21649dc218bda135cae5487c908e830631a1e4423d818553b98cc723858bd89f
MD5 f02f9510bdfbda2e96ef8a25bf6a232f
BLAKE2b-256 c45e7c9deb93b3042cc2f1d33db0eadfbda1d8df9c8403ec1030ec1cbae39c7a

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 fff5df929cf8cea36d55b119dbafb8573c8704a594903784282daf59146b6bb0
MD5 d2c91b5c01914001645de90166e44f4a
BLAKE2b-256 1916362de8b802418c98328744b1438033886d70edcdfe4013900f7c8c81e8ec

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 643fd6c47525da2fdab1e2c4997bbf33e831f2dcaa6396b55ca1baab6d9960dc
MD5 04a911469e887a0cedd5ecd6428bce36
BLAKE2b-256 a07cf95752dbbeb6a21923d4f1d7ab1b07fcfab2114876ca78a1c9292233d39f

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6c6667aae2ef129feff2b5dc261c201e1abb4ba80365b9ecd7dd751a69ebb44b
MD5 5caa212d11e81cc51e58ac4a141883d9
BLAKE2b-256 84ffe7f35e169f53d436653a27f05c1bc1b40b45af516cd1eb0009e93fe1e007

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 800fcf6c758905c34d83b0221748d9f7dc3348c8f6e5f64875015bfd55149d9d
MD5 3c08ad0967f8dafa70e06768e77be0bd
BLAKE2b-256 09e17a565c7c3d37e6003b4b995e58ac952613abe1882d00c08adfb20e240a37

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 674e83387ec58b54302c577f20a2cb892152a3510b1c64061244bec9c4d4ff04
MD5 1e1d6f6ddc5611841327af06d57c076c
BLAKE2b-256 7ceac136c162cf6d1166f8997b041501acfbce0e2f8c5468e7a6b7f4d5810ce6

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 e3bc7f7423bc13b8534bb563fee19743adc2e3c4c9d163e5ac498422488021a7
MD5 d240f9eaa097e29a57929ba80bd320aa
BLAKE2b-256 f2e7b768e5939b0074b11e282249cff71cabe51061c73d81d644ba684894947e

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 82788a68654afaec5f19df11bff6d4d9adf79fc796d6a02eb0e81fdfe959e26d
MD5 dc745b89083aca12300cf5b225df7cc6
BLAKE2b-256 c3ff5a5b25531e8da84a4404ef2c2006700cc18bbe1a6d28f4f7766c2acfe6b5

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 315e9c1b10c19477940a22f5c976ac96e387e0dd6eda31af6263a5d85ec4e551
MD5 b5132698c6f24aef91d62f9cb13c9d5e
BLAKE2b-256 f6d7fd9be1bcdfce5137a1b08a0f866bb22b9d76c8373d20eb9516cfb43f69da

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 f8d234068d83557bec0c3a60f20adec1a28e1c7ea53ed7b986c9333c71dca431
MD5 337d4315258091d631908e3c270bc523
BLAKE2b-256 cc4c1219e441c8fad7927c43ad023d6e8ceb5ef6fd4e3f097092e16abf90bfcc

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 1635d91bfdadc1842df824e3abaa1a6e23654081059e9b2d332e6c088bcf7eca
MD5 935cfdd55dc8db463392c2511cbb47e8
BLAKE2b-256 a74a892593713aeebbca2888652d57bb891f59b847147228165c7e2dc45a7101

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6111574019c347dcb121913ea3e25ae7cac360ab2de1210921e30eee317a2b0
MD5 634dfbf5007a800b94417d5a9861730d
BLAKE2b-256 c06eab4a51fb0cb99e292ffbcd45d8c6d5f15a081da8c166b8e647325a2e6012

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2d8e126659bb518ac12bc0fdf29a61cf74ef8d809e54a24379365a34d5363ef9
MD5 4480447754d1a53a33f4c29d8617208b
BLAKE2b-256 0a26b27e2fc463431a6f9c192e66449a19d2d75944bb0eefa0d07431843d57ce

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 44f628d56e3eee8d0bc1339a7a12dd8bdb98b1a72ddbb82919bbacd326736ba3
MD5 eb53ecd2ac2abdfe4aa87ffa90da802a
BLAKE2b-256 b8f3c656c80c259286d96d5aad6821e781ad040b637002c49ecbab0ab913a37c

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 dc2f5efe61d28c323fd9f94423fc1790438b53f803c3467b30a7a02f0f7044d1
MD5 41b5897b561bec2803520f4bf0b3cf86
BLAKE2b-256 e45114dae43d428c6b7979f3a0e687706880dbaa4d370ac78cb756902b905c73

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e198e4271c3196758eaf27804741fea3da0b610d951bec7debfdcd30c67688f1
MD5 b2afb39f6c23e662630f4c5e18bf608b
BLAKE2b-256 41e022c7e901bc85fdb74b7eeb3c0a6fbacd817cc44e6a9fc1ce6c5f6a082ae4

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20a07d02e9fcf4b7fa24bd88cd7c86101a4e55c59f94d58ea5ed97614f4d3bb3
MD5 97adfcc75530df68338864d3e789fc43
BLAKE2b-256 6d69bdafd1438b834df6941bb52ea99d88494fa886f55963b0ee04f773c95073

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 74fb5b7f5b6e930b535342f8caadba679ccc5dd1519bc2e9b4190432154a5714
MD5 a4a47a59f5f0639d3fee2ed47bd3ef1a
BLAKE2b-256 146bd49a91fd452591a0ffa1d59acc1b0e9908c22e48264e6fa583071d7947bd

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 f5460e87d55a6dbfa2449ad02c1e5a09ba3c2b5441e93a71f1ac848577e5b6f3
MD5 c51e51430959f73e5411cdc8edb4545f
BLAKE2b-256 46bcf7c93f38238725bc76375f04e4f9469938037749fe73c9983794925ff017

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdea041bec58e8c369074dc11ad3d3ddae40fd30f4d65739fcc9e207d959fb52
MD5 257fe55d611bf17dd5e35389f3f31cef
BLAKE2b-256 13fe8fcad7a9ca5bd415d7303ffb022384e145c7407e0a7a182c64b5266839c0

See more details on using hashes here.

Provenance

File details

Details for the file UAVReaders-1.0.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for UAVReaders-1.0.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 172bca7b7c8475b3c2ee16fafaa03ad69412913d9cee6ef9ee3fff0f06ec5a58
MD5 9d81fecdbcc368a5d0ad53dddca26930
BLAKE2b-256 6d4c2febb4355411108c47b8f47e6168d24ceed026209eeb1e635098258463e7

See more details on using hashes here.

Provenance

Supported by

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