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-0.6.2.tar.gz (891.4 kB view details)

Uploaded Source

Built Distributions

UAVReaders-0.6.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (230.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UAVReaders-0.6.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.9 kB view details)

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

UAVReaders-0.6.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (230.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UAVReaders-0.6.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.5 kB view details)

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

UAVReaders-0.6.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (228.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

UAVReaders-0.6.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (216.6 kB view details)

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

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

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

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

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

UAVReaders-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

UAVReaders-0.6.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

UAVReaders-0.6.2-cp310-cp310-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

UAVReaders-0.6.2-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

UAVReaders-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

UAVReaders-0.6.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

UAVReaders-0.6.2-cp39-cp39-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

UAVReaders-0.6.2-cp39-cp39-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

UAVReaders-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

UAVReaders-0.6.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

UAVReaders-0.6.2-cp38-cp38-musllinux_1_1_x86_64.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

UAVReaders-0.6.2-cp38-cp38-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

UAVReaders-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

UAVReaders-0.6.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.1 MB view details)

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

UAVReaders-0.6.2-cp37-cp37m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

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

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

UAVReaders-0.6.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB view details)

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

UAVReaders-0.6.2-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-0.6.2.tar.gz.

File metadata

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

File hashes

Hashes for UAVReaders-0.6.2.tar.gz
Algorithm Hash digest
SHA256 6fffffb7f68c1c122b466abfa38890742be18fa40faf09d511454c6da2ab5b0f
MD5 039640a93666a5f693886f730d654dc1
BLAKE2b-256 784596ec9a6a4402d4a7a1477e03a1c2655a626cbc361b54d59077edad299968

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 051e80e65ccf7bfc6ab12715a49f5ded2168b314e15811700428674a9d0c2084
MD5 fb653e213b33db17d13644043bd3fd48
BLAKE2b-256 efe582a6227137a20586b56202bdf863b910350a9ad79deab7398f0ae01da162

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b48f35944ce20960b0c42fcf7aba87fb1524e6d3a522742e715726310841bbcf
MD5 013afd50e02705b8118ff44791be4f98
BLAKE2b-256 4b1e8c2e063419de06d8b6688ed82240c8dc7655640395e49542ac60a2c18813

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4a697883dccd5794606dcbe54ea3523dba7543f5955f42a5775976df58960da6
MD5 6a4cadb0205819321547bcf58dbead64
BLAKE2b-256 316dadfbe6a0d36281f3f2242e5c309da733c0004e04736daf4dcb5b7fb50116

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 0a0f436db5ed0d7003569d5dcd4a082e74a6428ac78952c135bd4759872d2baa
MD5 0ba1e727a2c79026c0a20b03c9660bc3
BLAKE2b-256 545bd60ace9cd04317b4c437ed71c50c74c13e3db3eddfc8c96453051b932cd7

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2dabbf592683eaa90da69290e867db43f066008b5fd0c65e782380b0421a2956
MD5 95361270854bf30cd58674236b629294
BLAKE2b-256 b0db56bd8d02a71ac3fa367e142b4ab1ba0e96c38767c587db5a471365cff6b4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 12f5bc8dedbcd7cc39014717896c948a7608ab4ab17583305d1a3decd074a78e
MD5 ac260b51b3a76a22e9c5f2c67e1bbda5
BLAKE2b-256 8bb455d76972cd2ee072947ccf9e57317070f0bd5d444cf3a418a36480e1b9de

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 519c8da4c0a90f9b883b81d1d7be6f8c1cd8648cca5848c6c97493d3996d1b94
MD5 f80fbaf91f78e4fca7cc1f576702f868
BLAKE2b-256 32c484c175e17ea9a6e9f25fbf95105c1ed074459ce727fbc0095de5fa7f6574

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0e928cca9626b8ae44a51c8f90df186b6711236b84f4f59a1eb33821f569e092
MD5 3b17e2bfcdbb673436b27cd89d5c8b8a
BLAKE2b-256 7ae694e18788f0072ff80c57e32383537245cd5a4c915237aacf036a8b9e1be9

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5397c62a51cd7552ab00fcca2e5ac93af447c4c09775d8474999c32969c81854
MD5 56e577417e07445d59baaa9d6b693a67
BLAKE2b-256 638469a08711424b533633d8cddd1fc8168725f726e1c0e438574261a34b2dcf

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 574972cc666f335c60e823f237b90793e1f8357860f5d1213490298e76a7aa78
MD5 37640d68335a9a5cc7ed827c184c92c7
BLAKE2b-256 eeb843a9505670c859bb6eecf2cbb32f6647417115154c380b69e119c2f36231

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 b4ab64a315e9ead200f7d274d6d2b754ae2140d7c5aa39373840e4c6d2bd8a9c
MD5 b99047f99e512967f79a9a69d7d43a20
BLAKE2b-256 1356248fa6a006a8ae2474ccc646d529b1f76ea7b7cbb6b1c21cb5fe6fd64ffe

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 7119c532e3a8a47533b814ba70e6c470f5c49e809a89111d4aa2dacf975e6612
MD5 4804aa860f2c9af30bf12556d20c7b0f
BLAKE2b-256 84fffc7485693268c9f7002fba68588bafb1d37ecb7ec67f723d2af47b8aa852

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f21e2655a828e0f8a8207fac85938af6ad63b7bcd32df2de96c3b000416e5e1f
MD5 ba8ccad7966bafc037d9735a1999ac18
BLAKE2b-256 754925a38ccff5343396299d2f4a5f8a2b1696a54aa4e2ddd741e0b083091dc0

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 34ae16f24f90e6fad3f5c1ed4b5cb7d5e86df1519db600cacd7901e1ac2b45e9
MD5 2268be96d5c2601185971b03e6779665
BLAKE2b-256 c64901c88ec306e726b7f6cb1492d7492a890165d22d54d34e52a6c8562060c4

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 77bc926adae2607b87872022dc7f6645e3571e46ac5e9b3429b68584003f47ba
MD5 d34de4ed9534f5db9412be43f9ce673a
BLAKE2b-256 9ce3928cd6b498c8844afc02b8d573e15a1b061fc2256ce0c50e78f587c8512f

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 4ec46ac5f432c68aa2955f070c7694157a6ac0ff7491363fe1503154cbbebec4
MD5 5939eae11b41b1625704362ef566de58
BLAKE2b-256 26ab440f480b090084fc10b3e463df850752b993bf8852bc23f40b51acba047c

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5b79480d5d76289c8ae34e32be3477525c975a6cf95d56b1b04571f02aa5cb52
MD5 105d4bbda1197de1ea0ce1aecf168456
BLAKE2b-256 45e03e4eab4953a9061fba796063e8ca451dc894511ae698be7d4774449f7814

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8657275b2b9166bfe677c01976b0afa9f957ccce6aa1da0683f1f0e9074f7ab7
MD5 25cc5a9fc597669adc3480c3260b5183
BLAKE2b-256 3c659cd87c325448835790f478050ff9d8133005fd828823d4813a9b63d751d1

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 09e68c39784bf78b19bf1c0c186a828ef09763df9bc081c8072923d2283c634f
MD5 467a276ebfe78fb1c73f50b9739af1bb
BLAKE2b-256 8b248171353d847eb9f0fc7848d917d74f791eda8b403f7914e539942af6ac58

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 c8a919e2c4e67ba2b9ac9c511049538cea9ec20cfa17ed8c065277733dce8dce
MD5 64b0dba6bd89b3441d98629456d7d195
BLAKE2b-256 09aae00f29f55bf0e3fa53a6ce6864a0cc73d058262bf08dac26da32613f8d24

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4235e77be3e18b001ff0c3cb32602c8e0e5e32b388c6fff8da6f79fbcba04018
MD5 2018d0bf0cae1f3a386b1fe6493cdadf
BLAKE2b-256 6bb1f51475a88f123fbf3c5472e7f662c7991abd17d42f4bb699c19d720e782d

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bb01e21e4d345fbc59f86120f394e688fe95f298ce16629af6765bdcc4694388
MD5 2e909fd153af85d6701db0c09d5752ad
BLAKE2b-256 041c8d7e4bb07f26a41c3517a025e95c036fe03c30c57b9d67c53fcb8db7ae22

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 68a4030ec28efd6b037833bf17a1822276537c0be23b391b17f5929818f35a75
MD5 a8c4aaddd8b69ed573cf67c42acf6e1f
BLAKE2b-256 e7445eb8a0152d5f107cf6674df951a515479f7c6f57d6f5beeb0eb4de37f2e6

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 6df8b3aaf877a852689c82ee5260f4ce4466059c36edc84d0910af5c5264dbd8
MD5 6564247c392879888e5597f7ff7c5d62
BLAKE2b-256 40515437ea7ffb8f33cfa7eba823b17e36ce981866ae63bc41a5289770d194ba

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3891e494b6115942e93681e0660f3cd52864ccaaa9e3a36a51e75588769e212c
MD5 029a519ca73705bdd2908928d2e4a1a0
BLAKE2b-256 2ee1e12e0057eaebaceedf41885a9630629339ae65cedac751b69362b78a1118

See more details on using hashes here.

Provenance

File details

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

File metadata

File hashes

Hashes for UAVReaders-0.6.2-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a3e018793b5b234dd08dd97ab93f8fdfca2ed0026b7f4affd17295cc19a7fadf
MD5 8abf598aa9cbe8d7a2e8a9682a0de080
BLAKE2b-256 2299e7f72347007fef2300cdaf4d3a1d41813b432de2a013ce906d14d5a76076

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