Skip to main content

Command line interface for digital pathology tools.

Project description

pamly-lib

The pamly-lib originates from the initial pamly project for whole slide image conversion, upload and viewing. The pamly-lib contains the source code for the pamly rust crate which contains the converter tool of pamly as a CLI.

Installing and Compiling Openslide locally

It builds upon the C-library Openslide in order to convert the main propietary scanner formats to an accessible sqlite database. Thus, follow the installation and compilation instructions for Openslide as the pamly-lib depends on openslide to be properly installed. Mac users can also install via brew.

NOTE: If openslide is not found during cargo install it might be caused by your PATH, e.g. if you brew install on Mac run

export LIBRARY_PATH="/opt/homebrew/lib"

If you've installed and compiled via the git repo, add the path to the .dylib, so something like

export DYLD_LIBRARY_PATH="$HOME/.../openslide/builddir/src"

Using the provided DOCKERFILE

We also provide a dockerfile building upon rust:alpine-linux.

Installing the Converter Tool

In order to install the pamly CLI, including the converter tool, run

cargo install pamly --features convert

Without the flag --features convert you still get other features of pamly which do not depend on openslide, such as generating the types file (containing diagnoses, stains, labels, ...).

Run the Converter Tool

In order to convert a raw WSI scan into an .sqlite databse run

pamly convert <Slide Path>

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

pamly-0.3.5.tar.gz (98.3 kB view details)

Uploaded Source

Built Distributions

pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (317.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (311.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (283.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (286.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (286.8 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (317.1 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (311.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (284.5 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (286.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (287.3 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (317.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (284.6 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (286.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

pamly-0.3.5-cp312-none-win_amd64.whl (144.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

pamly-0.3.5-cp312-none-win32.whl (135.6 kB view details)

Uploaded CPython 3.12 Windows x86

pamly-0.3.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.8 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pamly-0.3.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (323.1 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ s390x

pamly-0.3.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (310.7 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (282.3 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (285.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pamly-0.3.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (286.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

pamly-0.3.5-cp312-cp312-macosx_11_0_arm64.whl (239.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pamly-0.3.5-cp312-cp312-macosx_10_12_x86_64.whl (243.3 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

pamly-0.3.5-cp311-none-win_amd64.whl (145.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

pamly-0.3.5-cp311-none-win32.whl (136.1 kB view details)

Uploaded CPython 3.11 Windows x86

pamly-0.3.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pamly-0.3.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (317.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pamly-0.3.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (283.4 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (285.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pamly-0.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (286.7 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

pamly-0.3.5-cp311-cp311-macosx_11_0_arm64.whl (240.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pamly-0.3.5-cp311-cp311-macosx_10_12_x86_64.whl (244.7 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

pamly-0.3.5-cp310-none-win_amd64.whl (145.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

pamly-0.3.5-cp310-none-win32.whl (136.1 kB view details)

Uploaded CPython 3.10 Windows x86

pamly-0.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278.2 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pamly-0.3.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (322.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pamly-0.3.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.1 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (283.3 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (285.8 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pamly-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (286.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

pamly-0.3.5-cp310-cp310-macosx_11_0_arm64.whl (240.5 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pamly-0.3.5-cp310-cp310-macosx_10_12_x86_64.whl (244.8 kB view details)

Uploaded CPython 3.10 macOS 10.12+ x86-64

pamly-0.3.5-cp39-none-win_amd64.whl (146.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

pamly-0.3.5-cp39-none-win32.whl (136.5 kB view details)

Uploaded CPython 3.9 Windows x86

pamly-0.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (279.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pamly-0.3.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl (322.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ s390x

pamly-0.3.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (284.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pamly-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (286.8 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.5+ i686

pamly-0.3.5-cp39-cp39-macosx_11_0_arm64.whl (241.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pamly-0.3.5-cp39-cp39-macosx_10_12_x86_64.whl (245.8 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

pamly-0.3.5-cp38-none-win_amd64.whl (146.2 kB view details)

Uploaded CPython 3.8 Windows x86-64

pamly-0.3.5-cp38-none-win32.whl (136.5 kB view details)

Uploaded CPython 3.8 Windows x86

pamly-0.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pamly-0.3.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl (322.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ s390x

pamly-0.3.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.8 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pamly-0.3.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (284.1 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.4 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pamly-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (287.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

Details for the file pamly-0.3.5.tar.gz.

File metadata

  • Download URL: pamly-0.3.5.tar.gz
  • Upload date:
  • Size: 98.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5.tar.gz
Algorithm Hash digest
SHA256 d47c912b2760fd620e6534c244634be5918ee4d8cab3c0c048e6bb8655405fac
MD5 4664ca11e391300c1ab6fe60e75f2af3
BLAKE2b-256 7e2c8d3a86a456e010ae964cbb79382a8fbcd0de30f152bf0457a2cc7dcf93d9

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75a1e4e6c857a7368f3b4635b2600cbc02d8f6cd48086697ef3a35fac4a9de5a
MD5 fc8f54bbe6ad1d8e84b66b5564a30644
BLAKE2b-256 2731641af1f967aec57f8f29b84233c6e6efae9efd12ca5404d645cfb2dd53d6

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 b4bf461cda0528b3eee0ba9ed6b73c7c67d377c9f0e583107653ed76ae9c5b39
MD5 b8d37788a2770923c4f624c74e0994fd
BLAKE2b-256 4d265eea0c3288d7de63eb627887d4308cc8e8199a9b054ab91456b271c97994

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6f24f1e1961df8ddd37432d382bf666899682b4f7d601c0d76883731fbb696d2
MD5 308e4bd2bf3cd74083a0cd39afdd1746
BLAKE2b-256 9bc6a080751e7b8de09224aae2bae2ff7e6ec8487dd97e39fc840fe9e84c2d0d

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de0c07b456da48bc641825ba29b2b3b665f9b502e9d5614faeb9c54c70203d8a
MD5 2e337ce8551e02c630902c6ea3380434
BLAKE2b-256 e402d9bce6d3d08fb9e0fe0ad4df72b50492444b0cbd4df841005daf507bead0

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0aae16996c5833c9ed4300397e9e3e81b516aeb3fc602ddc07f3ed3f5e5dc80a
MD5 24e6e09dc144e1de0a47b6ebf2f82f73
BLAKE2b-256 178c61172ba6ec4fb91add3daa79a22e1c691bcd20d27cbec98c85cf219861d6

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8e240fd61919dc54838be4e0a8abaef6ea631a6a7b376b071ea87b1fdfe983a0
MD5 5d1efc77be7cbc81a1af798767ae647b
BLAKE2b-256 09b871b185be307128d3cf08d3d1c5bf3ba665331e569889c2c6cab1639eb415

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a887fa9cfab81a5970df36f24e390922a3ebe7b033d0f74fb18a3e1c8d1d970
MD5 875144d069cb11579832e75fec856740
BLAKE2b-256 33b4b9862a79a6c4db9a3f61f95d52e9301501879448a0fd90f1311b5393aa0a

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2f38a1a01b29fe3b9b1c997195aceb71985665a4bd0344b22d65f6e2cddc1b3b
MD5 4f32746f16c656e4b456a0c73f85d238
BLAKE2b-256 ac38eb98bd5811e1c68fa590aac1795a33a135f5bf3853baa3d59eeb93fa7eac

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dff9086253f27bdc74e5fcb3556c2dde86c3634d6836aa75565e97dcc0c50c74
MD5 9ea472939cad47d1b9ee9adac3713b45
BLAKE2b-256 9677752cc62ac8be060bc24c67eb17245c141e4bc2476a684d43da82a77da0f2

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 001641b048101db8cb9d7c8d49e8c970f7aefae7e3853125a2edb83fd9388892
MD5 0d8d3766fb3742e74e1ea08175f748d8
BLAKE2b-256 2489c557c3110dd3408ed0e0c189a66bc3142197342276886d91a53cbc837595

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 824307ce105f75b9ca079ef90497938a825c6bfce74826aeedfb678d7dcca905
MD5 8d6796d0949651b25272c81c9d07ed2d
BLAKE2b-256 33f028400e23fe51019df1a49a2c98e82b608e9aa65210d8a4c4c2e9d67c4a90

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5d10a8f46f9d022c260e16efaff2cd38fe1aa9ee4c4051c48d1088a66a7387dd
MD5 8a1db1894dc61d006923d30ca5e83f3e
BLAKE2b-256 3599776b6b4f0d0f64e0cb554a9082786407a03993500b0576f27fcd560cd894

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3e2c242f7993cd2eaa981909ca701e8aa9da8f1ce92047447c7ac12861f41b30
MD5 6bea652fa2b113a97cf88d5b8408a3c5
BLAKE2b-256 f338bf43a83f69894bc96ba4cdab9857047803aa62c01dd46b37070eba84db35

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1364d112d5c7dd93fb7ae89e71f036bb2fce3b42338cc9059022072147cac2c9
MD5 08e0e43ed2868207709213064ce4683f
BLAKE2b-256 93dd5411e70a107871466dd036703cf9f8611b59fc23d836acb0871bfc3936ae

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 adf9c6a442bd2cfe7b5e469fff1972312dff32f1c1b862f4f87fc56961f9892b
MD5 4dc70683caf8c45881f141a41d2f0c5d
BLAKE2b-256 b2883bf3c92dd9ef63c8873e0e4e74a6ee6c622eb12e15a42cbe407c1febf93c

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef1817f6dde72b9dbace24d17bd47c753dfba5eb14bb20d6f08cc86794341eae
MD5 6f2e24c5f9c614942293ca86e475dc3b
BLAKE2b-256 34514a2fc9df1120d29a2c74cc82e42ca2e8b93ff9928810dd1d5b07a4316824

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-none-win_amd64.whl.

File metadata

  • Download URL: pamly-0.3.5-cp312-none-win_amd64.whl
  • Upload date:
  • Size: 144.7 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 72e5f64aa8003cc963e5718ebec30e35f21d66996b07338de07ce107ad0ba6fc
MD5 48f0cc1e97f8e5cba64c4fa530eeb5e3
BLAKE2b-256 f6f9ae68ee85a3a069dbffbbea9dc4333a5975d00e6b830f68dacdabba750f0b

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-none-win32.whl.

File metadata

  • Download URL: pamly-0.3.5-cp312-none-win32.whl
  • Upload date:
  • Size: 135.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp312-none-win32.whl
Algorithm Hash digest
SHA256 a8cffc4694f1631b88b7e20186ee16d33c1f76f68cf6a808e5bbcf11173c0555
MD5 a6dec9e1f6710ac646f199b2a121dc8f
BLAKE2b-256 c2ccda87af54c85316ae6ba532c9e2ebb0a7c06dd418fedc76b7e0fc8b96eb13

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 951672ac92abad222bb3172ccb94966e69575ebe97acf3f87234e6078c7000cc
MD5 243e62b680b7920ae441adff338ec769
BLAKE2b-256 eacd2924fac8a00e528e80ccc3f614efe058bed9a08f0b2656e9316723620efe

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7eba28dcbcbf8edd20b2877b323d58d23d35f55effad3b665b73f9201473dcfd
MD5 58f469dc66d08f6f845c475887f0a075
BLAKE2b-256 8d1f0063810e01809d7d84436c310bd44caa12e518b15c0c8d9cf566788f7234

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c91eab14218980c7148b95044be6514519906f3ff363b7745e9c8204e2f8bb8b
MD5 80a0955069aa604a2e11c31b566c4481
BLAKE2b-256 f4e6966364ee7b92430c90bacfed710f9e1cffe7f116bd783f2dcb798d16140b

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d92892e246d52f7947093078103810ae31b08ce2366d2cb9419274f731290548
MD5 9ec817d76ae5b348b83cbde5b8deadd6
BLAKE2b-256 18170e1809edd8c7b32e7fb657a2a115b41071de7b9301be72c292ddd0f1e9a5

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 98f51590a0a31dcb7f56386a3db73f8fb709899ae8fd39e99ced798bb0199d44
MD5 0162d8b4eafc02ff14de0780df5e4afc
BLAKE2b-256 82aa6baf78b0b97ee65dc0d8dae5f807ea789610c833d2e0ba9e9f1d5253f07f

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6c2aa8f73463ff5fc94b2fda492d5cf85cf57ad17b4f446579e2e71ab9a12a4b
MD5 118e51f8140d2a7c71eedc1f8af55cf2
BLAKE2b-256 8a7516a1e8e2c1214672f22e095ed26984fb69ddde9c73fda656395d3e6c0308

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dddb350565d58abc223898fc984b450a14444ab313b553eef3decf9ccf1e78ce
MD5 dcdee724ac8a87387b2ab64634ccf2fb
BLAKE2b-256 af71ae9a8c261ed2ac04412284a782e44a23b6770e18affbde08c7ec7dfeeafc

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fedd67af8ee4dee447e88e973e6007a09aa3745930d4cbf2b0b4555d331bb186
MD5 25b7673d7452a14f69cecbb3c2283866
BLAKE2b-256 a9cd4bed09f7571601160e5c6e625bc928f9f46bf72ab079d081f18c947ddcb8

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-none-win_amd64.whl.

File metadata

  • Download URL: pamly-0.3.5-cp311-none-win_amd64.whl
  • Upload date:
  • Size: 145.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 98be7a460141f9e369eee97f3d4dd69b801629494e4d00566002181c265b2908
MD5 423799fbbd145940dc7f812fdea74dc5
BLAKE2b-256 8066e72127343f4079d0f2d9e1c6fc6eea68bf6270073b373ba5f323cd4ec186

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-none-win32.whl.

File metadata

  • Download URL: pamly-0.3.5-cp311-none-win32.whl
  • Upload date:
  • Size: 136.1 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp311-none-win32.whl
Algorithm Hash digest
SHA256 9855f85592717ad45ce2ea7aecc2447b2617638deba8c3d0f56492272bf8f14f
MD5 4cb643a53d028dd606137bace0ed6576
BLAKE2b-256 2ba7f9280c113635a6108163ea124a879832935ca843d31b8ae113c4a9bffd07

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a4a9936ab33eafd385918a1f063905979d43047adbc5034afb56ea87e8fd34f7
MD5 8d78fa376fb4654cc1d83797cc007f90
BLAKE2b-256 5d8d8876881d96dececad79f52414b67de1ef47598c638a803e0517c34031c00

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c1fea3252c519d1ccb6f7bf78a297456aa02ee8a2d12ea663faf06e604626dcf
MD5 97dd1f6509f78ec75a0440e0025890b3
BLAKE2b-256 0fd622ac0a0d9ba5c158f57360f559480e1693f08e24c2d44c61aba039be7092

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c642089fbf5302180f4f3aa3a855320b4f1c263fce37629e10f9ca6dcf57e104
MD5 6a153d54128dcb4abf4a00db4f953fe3
BLAKE2b-256 75891f0ec3b9ced7f599e106720da7f1b7c02ebb8b8cc966bc37a949b39bef55

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9730268933a141f5fa9c46c0fe1c3e1d3aeae20132ad0f0d226c076141c8a405
MD5 cfa378220ffea1158085a05bf7ae4b8a
BLAKE2b-256 adc66e00c267286ff0a93a133750dde120cb89020bf06f13db02200e169a8d24

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ebaefc9942e33207614f692aca63432ec903d6e38dad128f36dbeb830b1bd4b3
MD5 e2ef9455235db777542b5e57dad20f18
BLAKE2b-256 be4295b963cc5954e66fde90206e8cd705e57548181082d0e6711d8a24e10c6f

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 83d46d3dc475d6dfcd3dbc913ee9f5997016292a070f9d01626b90ac283bc1fd
MD5 69ecf9b436a3142320f6145a07d50cb3
BLAKE2b-256 2cc4b766ca8bf1698a7c24c2cc71f68f1efc4e4ec71440aa74b32d555578802a

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f0051cdbb04192680d9502d89cdf18d2621090a3e8f7d36ed9716ad6a8e9f1fa
MD5 d2abc5f3944f6b996da111e55e3073cc
BLAKE2b-256 427ab82641883d99d269e64b70baba0dc28dd65101a2e8f70d7bb274ff510159

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 bc44c84b5e4a3e15c1d08e685d7e084ce793f5b153cd51ce73903609b58170e6
MD5 4cf308b7529b710ae3f7e4ff44d4f4dd
BLAKE2b-256 778718316c1dd385ffda9b158b52d47b6a7c350dc12e55b76f9460f5c6f0e565

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-none-win_amd64.whl.

File metadata

  • Download URL: pamly-0.3.5-cp310-none-win_amd64.whl
  • Upload date:
  • Size: 145.7 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 056a281cc4941452f32d8cf67b5e2386a8fd78a6615fa66ecffa13593590af2c
MD5 db182207ed87f13955f50b67b4c0dbd4
BLAKE2b-256 d03471ffff9ecce91efe46418e650c5ea7f9c84f6fe1f88aee9bfb88e7c587db

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-none-win32.whl.

File metadata

  • Download URL: pamly-0.3.5-cp310-none-win32.whl
  • Upload date:
  • Size: 136.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp310-none-win32.whl
Algorithm Hash digest
SHA256 e6881240e667ca6bef8e53bf0fbbaa21208fe1a2ca98ea0d46b861311f35a4d3
MD5 4b2c15aafab5279b756e6018b5525091
BLAKE2b-256 c6ab7a48a29d732e1a47aa1374fb8e90ef3c852b87f31aa019e1fab367cb073a

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2155af02f047212533093e551254e222e48d7914bc59a25640fb1c5666e06fc
MD5 f69aff5ab065f41861b99e82beda7417
BLAKE2b-256 0bd01a1e4d487be13899704d9718236e67bc1e1c7f009e44b4d4001090c24f70

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a9dcde453923deec95407f691f9f79a04ba16ca6823f9b868c95a80a030fdbb5
MD5 ea66757afd5107907418b2d0815990bb
BLAKE2b-256 879eb55ef4a04172fa8c48b71eb3626f811b2735354d2edf46e930d83dd63a76

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 350fea944c06a76ecf4efd29fa5331eb8c3e9eeb7a5368fc2be72bf368416ee5
MD5 5f1c9730e5b6322a0a9d27f8201988fd
BLAKE2b-256 019827f42c7a5be9e74a084c4dacba71824d72ce6856fb0bc0238f3216dc3536

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f62d3b88b2aa130de36e4ce01f4cb085eeeec73c0c391640d65cedef636be80c
MD5 8f7aa99cc2945456de77a57b8d78bbb3
BLAKE2b-256 7d8ee6a9b5fe26ea6a22e5d6c27a5906bfc5f2d7ede82cd88bc4d708c91a97d2

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0c3a03ad38946f5d61084cebbf256e0be2f88a995403a11900bcec2fa6b9cb11
MD5 b6aea6b6210aee777048d8c0d08cbf21
BLAKE2b-256 d34f2ff34b5f03fc827d11f9c4039505a2e48af27715e5442da0c97ac3b8fcfb

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 de5ac9f691f9145128c16be2199a50f3c42d6fa6a97e9527a549efdb173bac8e
MD5 1d20588296a5f9cc23a28d53a1a45e7e
BLAKE2b-256 2f56aa74df23de90b8a8f979bca252c6c76a8aea95e5ce85c76d03b5ea6531ff

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 04d2755477786e0e2410ac81696806120d9de80dc2438d922d41f1b045ec148a
MD5 5b4755220b415877afda00af7bc28bbc
BLAKE2b-256 031d7413eaf2a62e176f6d164602dff40894c138e1a033626a4bbaca2b858300

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp310-cp310-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 821c58d3fabfaa09c2405130a7c362d4625381ef1e46ce819e8b5266c8af1d3f
MD5 af76bf6b50f5fc2fe7d854700b68f126
BLAKE2b-256 d978fd394434512c16714f87594dfd632a486125766051a11515bd16b5d535e1

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-none-win_amd64.whl.

File metadata

  • Download URL: pamly-0.3.5-cp39-none-win_amd64.whl
  • Upload date:
  • Size: 146.3 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 378d65bc257082d11949733fba7a8937546d3d21c8fb81e5f4d4cc0b4b10ff79
MD5 c47b95c8e6206a8c73db12c2a046bce3
BLAKE2b-256 730ccc6beaa8278ed21f956ff85f77f7342a830f134252e81ea73dbc5c85fb21

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-none-win32.whl.

File metadata

  • Download URL: pamly-0.3.5-cp39-none-win32.whl
  • Upload date:
  • Size: 136.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f1b663d137dc148b62d86d856c30b0fda7efd094dfa9d9cd42dcb3f4872e68cf
MD5 b8936a40bc20bd0503fec5138fab6e80
BLAKE2b-256 7566d5f79d76caf1044b1d05a4081997550e675d81ae09eeb69f69571bf13c45

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0660853689b902644c02b39598868b1b6db51458148006c0360c32a1d1b8b7b2
MD5 d8ce1eac315f31f42fb522ac56c4eba5
BLAKE2b-256 b679039ed9d8cf99b2a69a85dbbfee39f8582269f8b5bbb9183770d06708cc2f

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eafee95a7bff891137dd254cd6cb0a984de9fc3e3a27d07cc0499bace56b2dc3
MD5 290ac82e6cce85621b4df522456f6a1e
BLAKE2b-256 3e0e1147e13c5644cb7fba2becbdd72d71c5cffd20817d8090a572e58a76cef4

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 350f830fe901d2f1c1318e7957d8f6761f29fadbe6d362747ebcd724f07629df
MD5 8e8d6b47d266996dcb0255b7d298fb35
BLAKE2b-256 a4250f883351655b8a4b7fffc946bb7e802948c103aaa1a24e267a36a9ba8e7c

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b4d285fd4b7c36cb4072f2c5e8a7107656fd93870f9a210be698359993a0d2b8
MD5 f0bc7d5f49810073fb395b58a8a6b1cc
BLAKE2b-256 107fbb073885d5c4a93007157eefc493f742ae8a85a42fc26b3e8c75b4350ca9

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f4e089e1b5a0c66ad7d6697a3f7b6fdc9d9852857ccb81c44b3b47de85ed261d
MD5 c94759c7f47b4344c90407c8b5a52c21
BLAKE2b-256 7d4872c5bbee2bf69e0ad2fe4540d270b086e7e3044e06bef95ca44c6dbd46da

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 97753b3c7e52965366a3ed07a86c0f4d937ce1af92552452e06346e29a592f39
MD5 a302d023736302565b0732fe5e16425b
BLAKE2b-256 1309905c36b33d37deffebcc9e6112e7f6079f3f2c6e975817241498c56c7e77

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f8a1c244a3a7e0cd7a179467125b5b3d932b9f01361cca9b101d1a768f1ef9a2
MD5 52259609877bdbbac7eee597838b42c9
BLAKE2b-256 14542df3998167d673c923268f7ef0a4487999aa127637fc91af1e361843b3a8

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp39-cp39-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 de800151a44ffb09e721f3f12f219d7466902105dd294483a0808eef9ef83f46
MD5 5a4cda2630425056a74f69cf7304f276
BLAKE2b-256 12a64648a95a3b615076f7d838f2c0f75596dc96314ead4ea5ebffff19208a10

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-none-win_amd64.whl.

File metadata

  • Download URL: pamly-0.3.5-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 146.2 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 b84c6fd75e6c6b569c4b8d419507e7e82f11c58b8ade611b678ddfb102cdb1fb
MD5 6048a90611e3a56d0cacd439f718fea5
BLAKE2b-256 5535a9450b38907da67ad1c391a5db351eb0f133cf2c12c65e798a1846168079

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-none-win32.whl.

File metadata

  • Download URL: pamly-0.3.5-cp38-none-win32.whl
  • Upload date:
  • Size: 136.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.7.1

File hashes

Hashes for pamly-0.3.5-cp38-none-win32.whl
Algorithm Hash digest
SHA256 31d7df30723ec47627adde2b36680f5fc9aabcd41ea0e21c0d682bd168adfe8f
MD5 41a892a82d0f7d22f4a3dcc55f54d133
BLAKE2b-256 be7b3514ac1eb30ffe5d1c3bed5b57ee59ea9b0810c60acb54aeb6711b83739e

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 138126bde43269abdf94f0e09858df493dd50aeacb15e758f32cb0d4f8944937
MD5 9ecfc97935a97c4a1550f87c2b1e3d86
BLAKE2b-256 52b2e71bfa251a9a12f7e83040eb88924bc5daee1c16c99903a8b14f0bd2b7c5

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e08293d788a86a27bc2f0e48edabfadc39d29c5d3c7fc9d69f04bb6f19739765
MD5 5ec8bff3f584232c21f84724d95a1064
BLAKE2b-256 c474cd9b65c0d8eb7208f00c4581a30358689e64deb9b10162dd04b699148b91

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 fad32905caa88d1084b4518e09609962584daee2639d78010bf44eccb2921305
MD5 6616f32f0b9b954a2844cc88a6da3cfe
BLAKE2b-256 9b4077939978eed7f1fa1fb11277135b4c6223e84d7b66fc317e6bc7af153010

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 56b4f93ae85b60a2249496d6b854384a4eb61ce1d52b872eafcfeeb175e435a0
MD5 17c4902cb3b2af605c8195096d2347b6
BLAKE2b-256 276389c86944a81c85a83c8c109b2e84926503ac2fb3b3014216e794237326d8

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c40da5fe8769e6e487adc90bbc9dac32b1c2aed402c284666aac776155564787
MD5 9abcd9a7e9c365898d0917d5dd7a4d91
BLAKE2b-256 96a1fcd79369cf20dfd154321b9f55adda1f62b2dd45381c6c5be10aebfb5cf7

See more details on using hashes here.

File details

Details for the file pamly-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for pamly-0.3.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 258d996036e7dc2632ca8de7deacd41f5e68c4c735ed0946e3d10cd5eac509b6
MD5 15b8ed00bac8c509b13e28724a2ea360
BLAKE2b-256 c144d7e19aec555b6fd16afc660188c1837f3bf8972b7a01bf414e50f1f52ffa

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