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

Uploaded Source

Built Distributions

pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (316.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (311.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (283.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ARMv7l

pamly-0.3.4-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.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl (286.7 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

pamly-0.3.4-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.4-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.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pamly-0.3.4-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.4-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.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl (287.4 kB view details)

Uploaded PyPy manylinux: glibc 2.5+ i686

pamly-0.3.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (317.2 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ s390x

pamly-0.3.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (311.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ ppc64le

pamly-0.3.4-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.4-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.4-cp312-none-win_amd64.whl (144.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pamly-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

pamly-0.3.4-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.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (310.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ppc64le

pamly-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (282.4 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (286.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

pamly-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (285.9 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.12 macOS 11.0+ ARM64

pamly-0.3.4-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.4-cp311-none-win_amd64.whl (145.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

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

Uploaded CPython 3.11 Windows x86

pamly-0.3.4-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.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (317.1 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pamly-0.3.4-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.4-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.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (286.0 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

pamly-0.3.4-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.4-cp311-cp311-macosx_11_0_arm64.whl (240.5 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

pamly-0.3.4-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.4-cp310-none-win_amd64.whl (145.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pamly-0.3.4-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.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (322.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ s390x

pamly-0.3.4-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.4-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.4-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.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (286.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.5+ i686

pamly-0.3.4-cp310-cp310-macosx_11_0_arm64.whl (240.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

pamly-0.3.4-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.4-cp39-none-win_amd64.whl (146.3 kB view details)

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

pamly-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (279.1 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pamly-0.3.4-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.4-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.4-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.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.9 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

pamly-0.3.4-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.4-cp39-cp39-macosx_11_0_arm64.whl (241.7 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

pamly-0.3.4-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.4-cp38-none-win_amd64.whl (146.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

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

Uploaded CPython 3.8 Windows x86

pamly-0.3.4-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.4-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.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (312.7 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ppc64le

pamly-0.3.4-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.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (287.5 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

pamly-0.3.4-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.4.tar.gz.

File metadata

  • Download URL: pamly-0.3.4.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.4.tar.gz
Algorithm Hash digest
SHA256 92b37f9a0f64cfe67c3aa10b15588fb62ca44b4fd23eb77ceda9af47c933f83a
MD5 95e11c1f85e130020023c2902e58d11e
BLAKE2b-256 af095e8e00331c4e07656df41f50a4bca47d35cbd00e78fb96574fd9e9594d4c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee90c26ebd09ec8e88726b172c4979838e135b1f22e05b0ca78aad92014b48f1
MD5 696b48d29e940c93625f03827072724a
BLAKE2b-256 9e4254b6e1454fac6b98ce9d5ef9d3bf980f6ef85327c104bd84d452270ed8fd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 248ab7dc937fbbf0412fcc352c279d0c71fae37bd87c268144ab2e6a050c443d
MD5 8cde2ba607255888a48ac0832db55e24
BLAKE2b-256 1fa06f9e5a644d89902e19c85e1dfd2cb92f546b7c7e03c316599e722b82b9da

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 1ff442c7ad11f4926f3425028a7feeb92133c7630a39ad732f8617561305412c
MD5 a6e2c78e353badb180dd7b2bdd9b272f
BLAKE2b-256 9e077d7fe8d40e07ba1f0482c0c80e96ead25c110b10d4e9e5e8cde13ad4560d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 a697ebcb3e1d8b6bb7c629ec0e45d3d926bc83cf8bf4088d08b287648e6025ff
MD5 0d2ddb1b18ab98a39b21daddab40e141
BLAKE2b-256 86b91dba227ad4f689b49c170d6de6c704d0dfa52bb54011e48938504cf5f217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b0d3f6f9f22599e88b855244b9c3af3c916bcae99c0be691d6448fa328cfc100
MD5 da5f2af32d1e08c91325847ca1e05ed1
BLAKE2b-256 f46fdd5c1ac1f21e66d44990d2d5d43c2e60da13692002e40de871364e6673a4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 af77ef498c8d39e74138b05b8db5cc40256dba7a6832d6ed556cb8dbff236fbb
MD5 0d3bdf897350840ea2c4efa809fe6c4e
BLAKE2b-256 15a0cc635cbedfa101147078ddb0cc06ce6f3fc6bae7fc691eb3010cb18a4612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a8212886909d3ba79d0b4d639999262a3079e5e8372ac6fc79d0bb36366171f2
MD5 e52663521133f61ea274967ecaa9cfa1
BLAKE2b-256 e643c9f79ffac7a93318f363c8f128c81a24fc44edf7555fd83e057d09cc762a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1010db9e1b7b1c3d2215fd2a2683a7d27cadf2666c8b755f89ca0ab64ebd7c21
MD5 f56f1a931adfbb2dd64fd31c30c940ad
BLAKE2b-256 1779080d73a0cb0df95f1f15f89bf52f9a4a515e2fa751f2029f3ad92b613c76

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6d35a708ee21a98d7b9ca3ea7f916d84a66ffc90f73bdb75f8c6315a22ce63cd
MD5 9fcd5678032406405fc1efa7fc937ea5
BLAKE2b-256 5d06a12a4cd8f9c03acd7c26ec0e00f1ed8e14d5060808ba331104f138643ed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cde3fbceda0456557d6a7db45f7357e81073563cf581e09a214348b8f12bd561
MD5 5cf4cea6aca320a7ec1fde1a2f15b5d1
BLAKE2b-256 56bb2f1612f579e564a50824d54994f90ff99068bfed582235f02b76c11bc4d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 346fac5c0d8fcdc60e9cdb8350ef3710383cb788785bf463f6535bb117de3cd9
MD5 399e16c14912a1f146589ce081592e34
BLAKE2b-256 907da1086aca33534cee89f952f132197f791988371ff4e0c207267354dc7066

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 183922fdf47ea13b7756e7718c5c69ef11a216dea0e7862a3526bb55cd945a2a
MD5 c9a15188c197d55bb0a5772c2212f161
BLAKE2b-256 d1977b34833d95f7c0c5b45c30219346dde6e8eb14574ad5192bac08d469987d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 32a11e43a4b12fd7c7b01bc54c0e5fd0ee2181535518689a42e2cd3442195a3c
MD5 01a5d03a58bffcfd6f138dce0e11cbc2
BLAKE2b-256 e3212540a701e2d1ddef06b0ecc240c10c37f72b25ffd99a744f53c5b5ec30e0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 485657ef58982b81bc1eee8941b50a136a96fa84a4250a93cc70c0f3a285434a
MD5 dcfd757bd4396a271c42a349621464b7
BLAKE2b-256 1e61431e4c0c8b46188f463243f75e43e77a81d9f88e52d6163aceab860ffb5d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 389438a35cae9eda4e7b8d6f50d557b7e4cf2d5322490881adf490f606f231d8
MD5 57ec87f71d09317fd2095140502825f8
BLAKE2b-256 a803b1137222708223216ef0cc5fef45208131691cf3cc04b5e15d96ad62d6e9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 44bc10a060ad56172959e3545e42d0986162a62f7814831240004574d4fc2d71
MD5 3d027610d720fcc2f8292167c438bd73
BLAKE2b-256 8c448b3301068bb0d09e7e67d5ad31dbf55f3f4833dfeedffbc54c8e64e41458

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 9f47160b8a34ca5e10371398e3952c3db70eca75faa1699d8df93f522c28b5d4
MD5 26244659d1182279d444a19cfecc1812
BLAKE2b-256 3f292a859d76fb26bf072bce6b80b6b37656798e87ab41618e157cbb42bd9775

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp312-none-win32.whl
Algorithm Hash digest
SHA256 bcdfac92d44fe95a24d5485f6ac2140af322263eb5d9289e21fa3b6964763385
MD5 15f42980dd807fddc4f8cb5f8b77e455
BLAKE2b-256 de4dc77f9fe40cb0987f1d7056b16d66d4369c018ccd063dc861bba89558bedb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 75caa47087e3a3e6aaea6aae9315cfe6a44ff6dbd6f7e688f804f38ec47b9e8f
MD5 99db96cbde03c64678b71d1d9181a1b8
BLAKE2b-256 7324c86fa0a555f9db041a9608fac26e591aa95bd8cd891faee022458f72bf9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 08df6711c08f2e36dded6455843f3bb19a7f3a61ce9a6e89b20779e08d9b1b88
MD5 34766918d84661d79a4d58d641002ae5
BLAKE2b-256 9db9e25e95f58159fef14869b3674ec26e6439e7419821048696f9fda84c1385

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dcfb753d9764fb85577587d292cbc1c847bd353a8e4971ffa74139dd7423594f
MD5 c02b007d4703078fa56d8017318ac1e7
BLAKE2b-256 c3b870f3b91ab8a82ba632886f4b7432cc59272f950aefafcc8f70174ab2a598

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 39f42975a03f90fea72a8ac37066771d3176d09f2e84deaa0e4261aae9428e19
MD5 2c580fae563012249a6753f4102e5e9a
BLAKE2b-256 aca9fc8e8f0af0942a93b9603f5fbe81a105fa8f73bc074099d7d13d7c699dda

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f6b2a0f7e974da0420b7e8ceaea2a3ec22776d1b5a9c0d54f175ffb9686021de
MD5 e1eaae8435eecca768381a52cf01ec59
BLAKE2b-256 f06d1295ea6d921d5e7d066a87d2e79a6794699a9f06eb78c62e3a6c7efe2052

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b360711d350998b7fd18fd32c7e474e2c8f4108ee8302e39192cf77f1763fb42
MD5 b34a57a08b87720a293d498372a46f7c
BLAKE2b-256 6388bcde1ab30fdcbac715448db9ad8d2fa714f165908433794aa4c2824e08d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c1a982616e23bf2556d841773254d517ef7cd307f0452cd6d38d9e55b25f06ce
MD5 9bc486677e01c3713659c990bf00b502
BLAKE2b-256 8b02a2e0aef21062b2d350f3666c87c9b6b5168938d9d680576ae1cf7bba9ff6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 1e34bd95a88cb200f4e9584d885d538acc387f2df6602cc7db0526b7be103fe9
MD5 ab7bb9bd95412b030d7439cb19d1f2db
BLAKE2b-256 2d2abdcfd8b0dd58f0f8d33aac8a5ea14b10fa38ec1d9ace0c93f21e57be37bb

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 86e1caa6071ad2babad50fc73928b4c3ef57d12e72a274186672014423040d71
MD5 72142826e7d3396b9affa354b99a7958
BLAKE2b-256 5038dbf7c1f988716df936ca8d742de87c4b2078e039d5a0d0cf48e6defd824c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp311-none-win32.whl
Algorithm Hash digest
SHA256 069a44fea475692c00baf9d48d84a7f45c61dc8892e133fb5a11518b14989045
MD5 fa96e53bf1723c94c51c9e3291bfd1de
BLAKE2b-256 a5b1ad203efd7f5090585b77ec6c1c1b9d584354515e2eb59e641f59abd0ff9b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9cca3fd860cd1f8f9d5aa0915e8a8bdc4fb5c14194c1e0d3cf144bb53ddf11fa
MD5 06b493c403fd4c7107564752664c2834
BLAKE2b-256 9ac9d0b408eb3c441b5dc6e30ee9e2ca06be77d91b09acc02980bfea04f7def3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 c47aef48faf371ffdbd2d9726d28d1a357f36054089b9b9b512a528e95bc4b08
MD5 cc3f8702d68266ee4932e4b59964c0e4
BLAKE2b-256 5a99a0cc24a9a16163d465618fa9377a5cc2c3c7e71010e82f8a63f66e55047e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0365f787448dcdaed6ec13ed0523b0ac85e7997eaa5393b5bc8386c5caa370ed
MD5 307af28c5b3009205b93a9ed4abcf08b
BLAKE2b-256 1fe7dd5124350a6d7d443bbac020123e00e46cd1931799d895ed63d7d3822282

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 b604763b5f085c1feb5d04bf8b0afde59d8c804cbacda100813e6dfedf345dac
MD5 f5b1cfe967fce4a4364831cb86896382
BLAKE2b-256 8929b3f54380bf6cb84d1bd5273170f0083299bf954bb56a071335037f5cbe1f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14ea497cc763ce88a01cd4cabffd4efd4531a186b932459fe9bd234d5c2bc0dd
MD5 181f9ab8c3c14d58922a7a20dd53f095
BLAKE2b-256 2f7cb1c4933192952f833acb62d115b4b2c66b264af3c869052e8d6888ae96ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b59a8accd2abda3a83f227a1bcf04c45f6e23f9d991614ea5ce40802ad7e20b
MD5 6f82a5a18d965c1bdf19237072f0e787
BLAKE2b-256 69e6f053455a119a932ee3de352e222f40436e5ef813545945b4d4b1234af8f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 07080b26751a1eab8c7c8181eb8784679a7a88f2ee49a94a3b68b0f08be2f041
MD5 874eb7da2fd3326f348777d46880707a
BLAKE2b-256 6e20cf035902409b12d92b1c032dbf48385a076ca7d9f4fcc3754941c10b81c7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 7eecb6271cdd982bc8ac90f169c73e537daf93182941f9a714b0f4ef17f4d246
MD5 33295cf538dd5d20caf41cdaa07ed3ec
BLAKE2b-256 23472ace858d61d5a361505104ad4affdc722774c7e38292973eb99da76bbdb6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4150b6633a75189b5c2b4217360d69dd2871766ab4c935b205bae88cc5a32670
MD5 38daf24155d7afa24f0240f15af5bf7d
BLAKE2b-256 b6e3cba557eec3e7aa9094eb39b79550140ccbc165768823933a92740f7a4e66

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp310-none-win32.whl
Algorithm Hash digest
SHA256 eaced7e2a3f1eec9ddf147018c0ad29fabc111846373a8f2eb6d2309b611830f
MD5 45ac4dfead165a8c0ce1769ace038df8
BLAKE2b-256 2a10f7dab9f16cfa98b499bcf9474e359299d173068f4c9ea2bc9eba5ffeb58f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6f2816970b46a0e0c4edeb9f2b42cf3bf9f6095bf774d7993595cf6957938f89
MD5 7d557546ea7e811438f25209677d18b6
BLAKE2b-256 4c3b83f39ae48574451c8b1bae78ae0f8da8ef4bdf786a74e85e9502e61a964f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 26abb4949c4a964dad3f2d412aad1eb4bb164919ee8206935a5fa412e804058a
MD5 a25bfdfd49a9db775e3452f94166c2e0
BLAKE2b-256 4f2ef29d10b1c36fc5c17e42021f56296246afa093465c5b071de0ec75504978

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 581a213694a348cba01180457c2fd2a9aa1efc47d0ebe5db2ef87f30ae04293c
MD5 463c00d8ea585162fafb4654efdfe728
BLAKE2b-256 b61fd823470e93abb76cf2047ecdf396141b1ae09e64b3cd7edeb54b48369d2e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1351cd1b119d07b12967f5acb7113fe465772e321ef7f3cca5b59b62f98064be
MD5 16d02f8823c9d3d094ff4fe3683e5e68
BLAKE2b-256 f9d68e4c2ca2e0c405fbe5d74643083c324fe95ad56dc9b626c09f33eed94b38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 561c37bccb858d045227e0abefc958ab4bf9fa947a397355f35f7ca638cbfdd5
MD5 1ed3ad128357b70e95a2508f2fed4ee6
BLAKE2b-256 57b59e9c2d525071d5efd5c303dc6c2613e5a672823194eafa03f657a64f7ffb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 267783fc046b6904eb94fe4fa2d9b3d2f9a57f83f87f9dab1bcc1805ebed8a75
MD5 15ebdfda631e76960493196a6d6510bc
BLAKE2b-256 f8355efb3db9fae195a5a6a2e7d62079eed1658855e9f1e5d1de6f2a16a70e96

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 244045da6205a730b156c438478fba067ce1b126a62e35a699aacf21e3014b9b
MD5 60ba30a69745ecbfe0d9363f342d89f7
BLAKE2b-256 dad20ce3b8b7b1a0488d5ba0a9581238d2508c486db5b024e545b734d036a6c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2b52fc2db4cc34c911c37cecb0350577b33d90afde694866f9d4be0cf89dc173
MD5 913f7ad4ed92d8ebf5f14efea6009021
BLAKE2b-256 7ebdb82d380e8a1807f4c68b2d03d4c25e730bf45ec9b9bbff828b985a1ade1d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 479c48d80e623fd594e04c296bc94be4a514ed807df11bb09d4cc1b379e40aec
MD5 0b066a0c6bc3e3d0129c615f340d2eb5
BLAKE2b-256 ef5ec2b9626a51fe87bb12786126adedccf03f923322f9e2ecf20bc6a34a5b02

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp39-none-win32.whl
Algorithm Hash digest
SHA256 9a040e2e1aecd463fd0edd8bdab031955e6f49caf9cb9bee96ec491a8daf3a68
MD5 78ea74547c852085a4f44d7cfe892cb3
BLAKE2b-256 1009dddfd7007b1cb23f326f87aa9def195c96c30d05ce63e92e1e4b268e3168

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61e594f872f537ec38aa78ec2bbf54c489ed82f3e092ef8524ea4660cd44336b
MD5 d9103a62633f58e9406ae42ad91c248c
BLAKE2b-256 c168fceb607f6d03be5715197eec59c8ce126a771b95d875e9fe30a735281aa9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 771033340be7d12ef15e1fab2fe77145343fc9113b3f36cc112ed6654f0a5f6f
MD5 159035583bbe2b539cfaa52a70458c26
BLAKE2b-256 38df2cb2cdcdee157950b0664f6a30a42779bd892f2c17f385a424ababea3250

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f2e74dbaf75645a10db5f77e03eeaa8f7cb3edd09b648589cd62377848228953
MD5 88f68ab9eee9ecfe2cb7f04d3d278df7
BLAKE2b-256 9a3fd0f3bae2a5776e7c06e5790c8d6e835f380df568ca2d3401be9c4dc75786

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 528e1b75b46b0595a841e6b315b3bfc6bb4dbd30111b0bda85654c605fa6fa7e
MD5 70b80e82b0673ae946473cbaa22439b1
BLAKE2b-256 f9329668fc09814499b44c35c84d44c44fe0976f33c5f182d2ba04f87e274452

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e94dad475c817345af5a751956ce8bf47f5d941c7fc9ccfd77217a604d15540d
MD5 7999ece342fc8f444bb7c68688620617
BLAKE2b-256 7cc8abf0384a36b72d831340c060a51e3f1febc239ec604eba25043c27521877

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 47be42d12cc56eba599f3b46c502bc97e61746a0df854381ea721dea338129f4
MD5 0da1d6273ab20826168e161df2cf96d5
BLAKE2b-256 1563b1eed1c8d5f851972db2ba47c25feae7be2a456867e857aaad37c46a9ba4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d96047fa9548e0ab57bc2f833452596edea9e12cac942d8689bc4e6c6664b2eb
MD5 cbe4469d3c88a9e5f2d02ace280ed4d4
BLAKE2b-256 f1966579fabc59b532ec1888fa37008c4834d0a96199ce638c8acffa57abbaf3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 704e9fcfb9ba1774d7f6f114fd3c9edd89924a76896bb21af9e8d38d4016207a
MD5 04943baf3279dc01cd2eeb1d6d821ded
BLAKE2b-256 fd4bf83b130e69628431dbe8934f4fb26c565eee09514bc35b7ea3656b199730

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-cp38-none-win_amd64.whl
  • Upload date:
  • Size: 146.1 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.4-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 bc1afaa1fc3e05e276694dc33e19d4bd8642ca708e1355ce26a6f0a28b3dce9c
MD5 8fc00a935d5bd04d0888d04f981d992f
BLAKE2b-256 37c2d8dcc159771dc9b6c44d959212a9471eed736208f46b215913dbe083c9aa

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.4-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.4-cp38-none-win32.whl
Algorithm Hash digest
SHA256 75ddcb983f1e1161a2a0591cc912cd303b78cb69797a9919ae8ce7693b2fef9e
MD5 84cb018854e70ddd28dd62615352aaec
BLAKE2b-256 bcbd29016e3ad1ddf8b9b1e13ffa45200470ef86f537ce8a4f5f55ba7079e6d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e2206e575e5f2b00fd761b077e26c7fbdb9e94a9ad6fa872f81a74d14b36f407
MD5 b1f0bcada47fd977ca6e090aea36e606
BLAKE2b-256 e8119aaf6fe11b06cca733e460ba406fed50e1a273e872f7405d7f2d33097922

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ab1ea3146d821906da81c02dbdd0fb5f4bf687c8d962cf35e2db3216b6f176a6
MD5 8239aadaa082a88e8f6a7a56ccd6df22
BLAKE2b-256 4f5ef6814f9100092ad62965fcae49b4ebdaa7ede15ff15b84351d603b681aeb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 6fabf726b1deb9fa3e070c70d191cbf06239be8afbd183287072c4be76699d3e
MD5 69d326052304e3d1c21d67c659b1f7a3
BLAKE2b-256 dfbec101baa7c96229c43f01a80dc9d5e4a90b7ac2aa9bcf9baf5a9898729434

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9a982f7cec9d4350f889603fbfbbdd995afdfa11ef486fcbf5d6ad538673cf4f
MD5 aa8ff4a43426e1924355eb241ae14e0d
BLAKE2b-256 c472a9c7e04020ffd4c652038e3281d04fddc1bf90d9f936df6e27338a472ce2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 51a5c516f5c215bbd3731a95195578f7aed49529be8d532bb4b0ef8e3992abc9
MD5 f96a55bd260d0f80456d3c745a7eae14
BLAKE2b-256 d24ff0e9c82c786881b646b206aa132f6c457b7677dd491e4b3f1db87f134791

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 33a6472c9e0f635b96337112dbcfdaa3f6e7ca146119aef5bb3c0c0f6d4d3eaa
MD5 74178742c394fbbf876bda8304b73b2b
BLAKE2b-256 77cb12ca39f85d365444db79e15a0e4a3a2e2d895266422c4d431a1edcf2db67

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