Skip to main content

Scripts for impulse radar

Project description

ImpDAR: an impulse radar processor

DOI Tests codecov

ImpDAR is a suite of processing and interpretation tools for impulse radar (targeted for ice-penetrating radar applications but usable for ground-penetrating radar as well). The core processing steps and general terminology come from of the St. Olaf Deep Radar processor, but everything is re-written in python and significant improvements to speed, readability, documentation, and interface have been made across the board. However, this code has a lot of history of contributors--acknowledgment of many of them are preserved in the file headers.

ImpDAR is intended to be more flexible than other available options. Support is gradually being added for a variety of file formats. Currently, GSSI, PulseEKKO, Ramac, Blue Systems, DELORES, SEGY, gprMAX, Gecko, and legacy StoDeep files are supported. ImpDAR can also read in MCoRDS files, though these are already processed so this would just be for tracing. Available processing steps include various filtering operations, trivial modifications such as restacking, cropping, or reversing data, and a few different geolocation-related operations like interpolating to constant trace spacing.

The primary interface to ImpDAR is through the command line, which allows efficient processing of large volumes of data. An API, centered around the RadarData class, is also available to allow the user to use ImpDAR in other programs.

In addition to processing, ImpDAR can also be used for interpreting the radargrams (i.e. picking layers). Picking is generally an interactive process, and there is a GUI for doing the picking; the GUI requires PyQt5, which may be annoying as a source build but is easy to install with Anaconda. The GUI also allows for basic processing steps, with the updates happening to the plot in real time. However, we have not added an 'undo' button to the GUI, so you are stuck with going back to your last saved version if you do not like the interactive results.

Documentation

Documentation of the various processing steps is here. There are examples of basic processing and plotting, and a longer example showing migration.

Installation

Easiest is pip install impdar. Some explanation of other options is available in the main documentation, but PyPi will be updated with each release.

Dependencies

Required

Python 3 The package is tested on Python 3.7 to 3.10. It is probably best to upgrade ot one of those versions, but 3.6 is likely to work though not tested while older versions are unlikely to work. 3.11 should be fine on the ImpDAR side, though you may issues with finding prebuilt binaries for some dependencies.

You also need: numpy, scipy, matplotlib, SegYIO for SEGY support and for SeisUnix migration, and h5py is needed for some data formats.

I recommend just using Anaconda for your install, since it will also get you PyQt and therefore enable the GUI.

Recommended

GDAL is needed to reproject out of WGS84, and thus for proper distance measurement. Otherwise, distance calculations re going to moderately or severely incorrect.

PyQt5 is needed to run the GUI, which is needed for picking. You can do everything from the command line, and plot the results with matplotlib, without PyQt5.

Depending on whether you need migration routines, there may be some external dependencies. ImpDAR is designed to interface with SeisUnix, which contains a number of powerful migration routines. You need to install SeisUnix yourself and get it on your path. If you are running windows, you need to figure out how to use Cygwin as well. However, the pure python migration routines in ImpDAR can work quite well, so don't let the difficulty of installing these compiled routines stop you from using those. ImpDAR searches for SeisUnix at the time of the call to the migration routine, so you can always add this later if you find that you need it.

Contributing

Support for different radar data types has primarily been added as needed--contributions for data readers for other systems, whether commercial or custom, are always welcome.

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

impdar-1.2.0.tar.gz (177.9 kB view details)

Uploaded Source

Built Distributions

impdar-1.2.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (250.5 kB view details)

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

impdar-1.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl (236.5 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

impdar-1.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl (236.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

impdar-1.2.0-pp39-pypy39_pp73-win_amd64.whl (189.3 kB view details)

Uploaded PyPy Windows x86-64

impdar-1.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (250.5 kB view details)

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

impdar-1.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl (236.4 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

impdar-1.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (236.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

impdar-1.2.0-pp38-pypy38_pp73-win_amd64.whl (189.3 kB view details)

Uploaded PyPy Windows x86-64

impdar-1.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (248.5 kB view details)

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

impdar-1.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl (235.7 kB view details)

Uploaded PyPy macOS 11.0+ ARM64

impdar-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (235.4 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

impdar-1.2.0-cp312-cp312-win_amd64.whl (189.3 kB view details)

Uploaded CPython 3.12 Windows x86-64

impdar-1.2.0-cp312-cp312-win32.whl (189.3 kB view details)

Uploaded CPython 3.12 Windows x86

impdar-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl (583.4 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

impdar-1.2.0-cp312-cp312-musllinux_1_2_i686.whl (567.2 kB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

impdar-1.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (581.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (557.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

impdar-1.2.0-cp312-cp312-macosx_11_0_arm64.whl (247.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

impdar-1.2.0-cp312-cp312-macosx_10_9_x86_64.whl (249.3 kB view details)

Uploaded CPython 3.12 macOS 10.9+ x86-64

impdar-1.2.0-cp311-cp311-win_amd64.whl (189.3 kB view details)

Uploaded CPython 3.11 Windows x86-64

impdar-1.2.0-cp311-cp311-win32.whl (189.3 kB view details)

Uploaded CPython 3.11 Windows x86

impdar-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl (557.3 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

impdar-1.2.0-cp311-cp311-musllinux_1_2_i686.whl (539.5 kB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

impdar-1.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (552.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (531.7 kB view details)

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

impdar-1.2.0-cp311-cp311-macosx_11_0_arm64.whl (248.3 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

impdar-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl (250.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

impdar-1.2.0-cp310-cp310-win_amd64.whl (189.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

impdar-1.2.0-cp310-cp310-win32.whl (189.3 kB view details)

Uploaded CPython 3.10 Windows x86

impdar-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl (522.8 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

impdar-1.2.0-cp310-cp310-musllinux_1_2_i686.whl (510.3 kB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

impdar-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (515.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (498.7 kB view details)

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

impdar-1.2.0-cp310-cp310-macosx_11_0_arm64.whl (248.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

impdar-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl (250.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

impdar-1.2.0-cp39-cp39-win_amd64.whl (189.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

impdar-1.2.0-cp39-cp39-win32.whl (189.3 kB view details)

Uploaded CPython 3.9 Windows x86

impdar-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl (522.4 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

impdar-1.2.0-cp39-cp39-musllinux_1_2_i686.whl (509.8 kB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

impdar-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (514.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (498.3 kB view details)

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

impdar-1.2.0-cp39-cp39-macosx_11_0_arm64.whl (248.5 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

impdar-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl (250.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

impdar-1.2.0-cp38-cp38-win_amd64.whl (189.3 kB view details)

Uploaded CPython 3.8 Windows x86-64

impdar-1.2.0-cp38-cp38-win32.whl (189.3 kB view details)

Uploaded CPython 3.8 Windows x86

impdar-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl (522.1 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

impdar-1.2.0-cp38-cp38-musllinux_1_2_i686.whl (510.2 kB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

impdar-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (516.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64 manylinux: glibc 2.5+ x86-64

impdar-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (500.1 kB view details)

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

impdar-1.2.0-cp38-cp38-macosx_11_0_arm64.whl (248.4 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

impdar-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl (250.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

File details

Details for the file impdar-1.2.0.tar.gz.

File metadata

  • Download URL: impdar-1.2.0.tar.gz
  • Upload date:
  • Size: 177.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0.tar.gz
Algorithm Hash digest
SHA256 b5b9255c85288a7db3f81bf27cf38bad0ec38809451180c63d27c5b42b40d2cb
MD5 9e788af48cdc663fe0349d12f7a2af8f
BLAKE2b-256 58d2833690f5db4ff7158ea37748c92934e236f592c7123562045c3376d3dae3

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6007f10fd597a19815d28d0a9139e61f60439e6ff1b8083e5b714b6873834b42
MD5 14d9c9a52e3d164907fdbb5e74a0d933
BLAKE2b-256 4958acfd12474ade0e61ed7ff776a3917f19f99d7afed40337649bbfe8136fc0

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b9461c86533f68b7e819c095584ae652d959d237c5b20e57312085257c917975
MD5 e0bf9654685aa0b0ebca6f884a2dd7a2
BLAKE2b-256 f8b03ea464b36e121641160f9e43ddd63256f1cfddf11aec0749daed0188392e

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f936afb6bce02f76c59cea9fcbb8eb6f46c6065db33917a4d6acdf68890a7f2f
MD5 17a901148a35297010d4aa6291972f35
BLAKE2b-256 c3a6fed5a054bae5fb7c225163cda0792828fd13e74743d1bfc53a14a1cdac8d

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d673641fe938a0f1316b38e8a16c013ea4c16b233c7805bed47dbf2f4c164461
MD5 6badec5af9b54ceb8463213e5285e82f
BLAKE2b-256 1ec7937791deda7ca94dd3a80effa34bf99be225ba167bc5aec1b3a5bf3f9cff

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 071bd78ee22fdf060e48297f53f0c28a7c588b0ed44d70844662c0797c639a5c
MD5 b9f78546e5d5446f2af855752f686da2
BLAKE2b-256 086486175da7157925e432d6994cddabe6a57759518d0095914d17b2d966a520

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d2d7a23dd70849adeaf32e08963fbc84c10337e8fac4af8d51fb81bc3643a33e
MD5 6dd397a72eeca45ba3c93a7b49f8f690
BLAKE2b-256 f897e50e08c462de125a06c8f067dabf9c9253b14248a4f4190ad828e28e8753

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 820f0f3450ed6e18450ff9ae442a6c118bc095fbc2612a8a838cc4115dfef6c7
MD5 7bcb7fc62d864cd04359c84000466fa0
BLAKE2b-256 0069942e8b8989bd9ee6af628006eeb5872c0cb8d0acb719e117d1ce5304c7e1

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3f08f9bb0c0a11525df421b2012e3a546777aa72acf8b01e6056bd073943b83c
MD5 d3e19827383df86a46f973736d402aa0
BLAKE2b-256 2ebbbe543eb7a8818f64778ea052f1103b1d16cfd6fd503a96fdcbf1b2afe5cb

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 37f4baf3b4e1d3eb87f0be720ca9936f536ecddc4fd2927a782096b71bcefe7e
MD5 e23b9ec0046c1467c08fa79a40969834
BLAKE2b-256 174cdb1348d78ede8c7526bf2e123dc9296183f601aade1b201008437097b637

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d562df5314d7a1800800c5cbaf51b32eaf70197e9b04dc5333b0205eaccbfa62
MD5 f7f8452843f0222f1b511232c58c39bd
BLAKE2b-256 7e2e34efa838e0badfd48ff1f983a62d7fa7721d62aca9b3b43ce6f164c9ed9a

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c81b23734a25c482cb940993a62a7743f5976631098ece5ef902b4553eca56f0
MD5 580929dd8e7c09ee59c5c3883bcb0a17
BLAKE2b-256 fffe4a67332f7a8e1c747f21354bf5983e42adef4231713e8a72b8ccd3ef8aac

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e6151300036a7eda3831e27a2ee61bbd9f72779845c28cacff3d496d375242f7
MD5 18816f99a067abe54b47f6b18853a07b
BLAKE2b-256 5c647d0a8e6e35bba799c40e0a96708493ce4d8595c581aabbdf2ac8d9e92e33

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c337070af094bdc7a196a2d7ea8b03b48544ce949d5a8c0355e5be6457db494b
MD5 5882922582f10ae58e485afa44f5d233
BLAKE2b-256 5939efef5109b3d9d3c5db7e9381b692e4fd58fad3555136c75e9e12302d672e

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 406f513b88cf4ea34ea5daef14c35590e26f1c2c56e6c4c5b835580ba5645e58
MD5 142c3d54a07bad0a7a74311dc507bd03
BLAKE2b-256 a4925d3c10cb4e5c3921b1ddca3281daba6409800eb4d8cedbba4de4e9c56c65

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: impdar-1.2.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c00e0b70dab90e15aa40e66e2964802878a92485f24f1313c0794919b3a7963d
MD5 b4c9f824e7ec0ad7bad0a6317099af79
BLAKE2b-256 538c152b590520c928f043fceddabb9eb9cf251f5852ca7b0248b5a58a2c1cac

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: impdar-1.2.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 2dd48c21d8b31942bca0bf29bface6b35ec4f6b29fbab88bb3300dde2fa0932e
MD5 53b3bdb4eedf7d020b698d1ad481bba0
BLAKE2b-256 f6da33014703125b3fb62daa01efb66afb659bc1f6d612de9964ac0f3dcc2a7c

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 26ccf1a1107a5ab19423c7ab1b617afcb479f1c9e80057aa072ea74e17b8eeaf
MD5 6c19193687ee69cddbf0602dee4e764d
BLAKE2b-256 be2486ca15fd9591502332d0798c480f99805c6a60d8a2085ad9686c592e762f

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1ecdb4561e8a8181662edffa97d44675e4e4aaa21230b589f6ec6648b73a86f7
MD5 66d9fd26aab51851d4bd1876e83ca4b4
BLAKE2b-256 b2cb4ea760a9d01d50ca8f0843a3b8e349eb449e07bf70beb7635c81b8092956

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b1897fbb60b908b8ca733302785cec6bba1ce638244775b717639d607a9efd48
MD5 3528f77156c23c506941f581777a9f04
BLAKE2b-256 461a20680c6622c019ae99117b62fa4dd9e8f0438d7c12c9e3a4ab9952410e8e

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c01c82acd4c47f196d60f943fabb5e4d3941becde37544bd49ea1f717f216d24
MD5 a6b4998832e043088425a25b4de29f36
BLAKE2b-256 fef4585433029914e87251f1e55816570f1a9de37e3c36b310cde437a275484d

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4869ee64bad8de3a19576ff8775d22f289bd5c5197346e8de7c14a780fce00dc
MD5 2db46a82d9d5f12b3261adb2f1a9fabd
BLAKE2b-256 6b74a97599dd2ee086ca50e21b8af94d4e37009251a96c307750c2f51a9784b2

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp312-cp312-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp312-cp312-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f2ead879506b30547d7de68f7561090182ac26dbf8b7d4cf7a2dd3025cb50fa4
MD5 c48c8e5a617add388ed799d03a8b0226
BLAKE2b-256 1057db8144e82bf8eb95f8abe2e604d26ff3dc11414006260ca4c2d8d551a205

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: impdar-1.2.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6f44ed1a419b590fe7157f5c457f49a301a6393400eec4393b17bd97b0fce14a
MD5 3868c6cc91a4f571dbdade53fd4f31d8
BLAKE2b-256 bfa874532c34d112c8792880a5ea9504af9f6b125c53d281d9798061e7020f34

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: impdar-1.2.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 bb37cd5311a413e215ad1ed50d275744a6fb810d6149d5eabe758957b5ce5143
MD5 2f44e9219e913351ae9175bede64f115
BLAKE2b-256 5200b6dbc7df4cb4b75e8b231c379445378cb4053e40fcf1f122f41a770cfb18

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6bbd0d6dae4bfd3b096ec76e2ddce43a0f7b58a1a34000edc04bf44df17e03ae
MD5 ea0b830449e517c1ceaa9f0a53478761
BLAKE2b-256 26d7583b2a4c4b9b97815638e7157dc8b44104205be3ad486a3b9ed94e0d79c6

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bc086b2626302b4e821d77c12cb1912251c1ebbf08ff07888ad47b78935a8104
MD5 1e4d143ae0333cf000068ea05915d96a
BLAKE2b-256 aee46b6b1ecad3826c7cf6f839d147f73d9ea4e3881595eef9e368ec3365cdf1

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b81354c37800fa5d692a7ebf254f1e45869de2e25c1c37d907d56e9e292cc9b7
MD5 7c14b8479e919f62c5083fd5c2994aab
BLAKE2b-256 5cc0d0ce730c8241f75a5573e41de0b65dd4648e06ffafc1ff23d6672912bb3f

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5795c7e3ce2049f712b7ddebc725b19bd9d31200c64efe40e18e16f6464155a1
MD5 2e6dbea6e6ea9554bd049e95dd76297f
BLAKE2b-256 4d82deea6e5f122e928c23bccc6d31a71555cc9e5911fbe9665a4b70ce0f907c

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2530f20f07a5e1130690d9f523bd253b92e7af2b91adae15c7034a342eb93180
MD5 7b2ac39b445895d079fc57a2e3dba741
BLAKE2b-256 9fad5d0273166acc377adf42428348e058c5571d899d94c12a1fdaa70d30ce0f

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9095567e4cda144008e3b6a5836dcaa9738be53b06fd500554a40d3393921d37
MD5 3c14e2770e35d14848760affc01febc4
BLAKE2b-256 8b134dd05c5760714989c284e4a2408e10fec6db87d7c421f5a06ea111e83216

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: impdar-1.2.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 21bd857815f6eb5dd496967dd411504a9e4a5e2291dc2542790cab39e5bec424
MD5 86df463fe8a64fbce898fdead50e15fd
BLAKE2b-256 21ad556170c0e8d04efed8c84a76709666fcec6184fef25747db15590586ca90

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: impdar-1.2.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b19930be11a0b8c8abd62333a5987e689989a2a20649c4d35304e31bff78e6a7
MD5 ad2bb3a19e09eccd2b45d06e344a4f42
BLAKE2b-256 ffe2540db27cbba6079270182514abe738751342b329e8ced723ec7b307344d8

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 db61553d2186bb4f0f83518fc68241bd498ed0c51e0af038c049bb94a68fcab1
MD5 f6564dbd5b90a4e583bd7de4863f86b1
BLAKE2b-256 44149ff49f67701109860b21d012ef7e6f01f3f5980402f3e1c710fd2362f93d

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cf8bcabe508380324793cc3c25cb4de6367ea4bb6a031a86d32ca4ee2cd92b97
MD5 59af3167ff8b9d6e90208c39c6eb285e
BLAKE2b-256 948e93070956e9ae16650b6dfee0c4412ba3555f6ba386f3549118a66ea5bdf0

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9909da66fb8b117ee575162274240f1654deb9898823c9b533d759b9f6a27485
MD5 9d9b953fd8d664e40f98ec09d909c1f0
BLAKE2b-256 27ee540e9c04e98bb1a4bf6871e24d11ab1d13494c6d5dca817601cd2ceea5de

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e090bf7a98e9899bf8ce558704c609c0e46b41ba9337bef7eea7a62b381386c0
MD5 e4c23285548930afde540ecb90e1045b
BLAKE2b-256 7ff510051efc4f9d372db2b20bf73e62d766059dc04cf0edcebfc5a2a70a35d7

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 675b403f072cb67f75378f66b3fc1a7629eda48d110c39a4e07e71a5c719d040
MD5 c41f8dcb2f1195f56053b717d6e6be83
BLAKE2b-256 3617abd9c446d79c906c7d701381df6e248987bb8093ec7dcecd5a0c4020e410

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fc842e18d06712f2ad858e28dfa7d7f9ed02e46b5eb8d0a57d408549b5863966
MD5 0acc704faf65c4ebfdf71ebdbd43fe6a
BLAKE2b-256 951353e242556ec8226463d75c648d76033b2c03e9340bb4235d9ddcb1ef8c6e

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: impdar-1.2.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 219d99d4556c330eff1296d8f870ab28256c207de4e333076454a84a660e389c
MD5 c4581366765d50f012295d6e24c5c57a
BLAKE2b-256 ce421bd49699af3e9c8dc26835e89fc80bb37ecd2ffee6a6b20838872f00bd19

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: impdar-1.2.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 ec97f03d84baa237d667765382009762a4c6ee193a98594f729e4abb814c0804
MD5 027da6829f178f565af46fa9ed918c14
BLAKE2b-256 516f5b8d202709986d9fb29ebaf7de88d3bc5218ece68723ba7d3f86242cfca1

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d355ba0df27a76d891d193b64e9c508580fe67155c1e486b575615e6b3e02c23
MD5 b06e241c6e31c0c628ca037814af0d44
BLAKE2b-256 996b69258523410fd8c44f68381ea4a8bd035c2321b4122483708c45e75f15bc

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b72309c7007d14a1f27d882a6c9f5439d6d9c46e89a0a3ea0a2d54b33a7405e0
MD5 ad20aef7acfab26e8a6f0861231dea3a
BLAKE2b-256 2c42bf408b8b14a8dc85b3b975efceb4a1d9facfc398209b3aeb17e1741d2bcb

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9d33a79dc4475029f5efe653882fe399f49e8629e53b2d8a8266cc5ae4925e5c
MD5 a6e36239a8bbf7c98fad48b46f28cb11
BLAKE2b-256 dff2647bf28d86cafb4ce0bc97c40ccbc754f11a064d7ac55dce3b11f6b04a53

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8110a29a70640c59d264e78e2a2f24ab28f7a1d6d80b1be44756fa5e7470e0eb
MD5 4413ebc6814c8c649a2dbc1d2dba6195
BLAKE2b-256 e27b3928ca7a17b862123ea0368599201e33cf35d1095ddc24ed4d218b2d14e2

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 195c7441fb1ce3edf21002dd114a7d21d36b7e73e1a01f24d42d51a541d06624
MD5 254430aadc59729d68cb497a274fc3bf
BLAKE2b-256 379bcf03e56b13128ab52f2d986529f6aa4010a33a23da3e3a80fb6385faaaeb

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9c77e2a4b11e3beb832ca110df1de3cd72326944448948e5bb9dafce6c8851bc
MD5 2e50209df72d63357ad48b9a1d9995a7
BLAKE2b-256 7c3d9b8a846516e5b7e2351044113225cb6280896ca78a6d9b98933a6e2d717c

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: impdar-1.2.0-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 f58e63063771e61c9f94951a9511e1cdd228d4dd966b62b9658660586bf6c479
MD5 6e311cba15b0d8163fb5ce9475ccf5e5
BLAKE2b-256 0e2dbe61fbdab1d59ee504870d52348dc63c628e3792cb2f11cc53950d63bc0c

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-win32.whl.

File metadata

  • Download URL: impdar-1.2.0-cp38-cp38-win32.whl
  • Upload date:
  • Size: 189.3 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for impdar-1.2.0-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 be08d87d088ef27c5347928697f05abb75fd4177007f27116f394e646a29a038
MD5 8acb843b77ac1b46c7dd225c87939480
BLAKE2b-256 3652ec8737e61280a19cbc3445838480fc1198a0c90f45313e0c6309c086f530

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ba1d2a221ab4f821f5f5c5716460bff7e2bc8946e35d02a9d14f2236c171d209
MD5 8abdf835a3711f94783582aa72be75c6
BLAKE2b-256 d599b7757b2a38114664b58f481b9adda6500a1791429dc4a8611b0dd2a0d067

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ecdc6e5b83f5565e0c8bfd70292bb40b08a0372323f441b38d8a5240bb09342
MD5 717cc38ace664da91866266c20f87aaf
BLAKE2b-256 975d643ae8658e4d02f428ca3827842749dfdcb56e8612a7f627169373e9a163

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 cc5327e86854be52cb2c38eadf73c2a6672bb990bb1f2a2cec76007aad310f1d
MD5 6b5a9e9fb0b4c45581c10aceecfed63a
BLAKE2b-256 36b654ccc8087db41202bf9c053ce3001b062b94f8c520d23039e0aadb2bbb2b

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 861656bbee292cdb4223b3f3064742e5d39e3858c0c853a2747f291615690bb8
MD5 ff031168b38abfae85964543b3751588
BLAKE2b-256 1da400c79699a8d9e4e92d9ec4c27969dd629f867604ded10f1803224f55fdf4

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 cef2a6e6e9b2f4bb445a58c2658b54cc558f912963c549ab32720e24a96cb133
MD5 4d865afdf9a53982144f410091517bb1
BLAKE2b-256 20298793d613095bf8360fb545186197f0b595c118bef0807def2a9a5e28acbd

See more details on using hashes here.

File details

Details for the file impdar-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for impdar-1.2.0-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d9279b6751e148a5da8ca5de7d322b9a3f4c7811ecc1a36abfb6128a14b012cb
MD5 b70058837a3d0c4aaf76dae10a287835
BLAKE2b-256 27c1c6f403b3f61cbf37cafa17aae7d99bedefb480fc1a6d3d71ae7be2c95248

See more details on using hashes here.

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