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

Uploaded Source

Built Distributions

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

Uploaded CPython 3.12 Windows x86-64

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

Uploaded CPython 3.12 Windows x86

pamly-0.3.3-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.3-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.3-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.3-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.3-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.3-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.3-cp312-cp312-macosx_11_0_arm64.whl (239.1 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

pamly-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl (243.4 kB view details)

Uploaded CPython 3.12 macOS 10.12+ x86-64

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

Uploaded CPython 3.11 Windows x86-64

pamly-0.3.3-cp311-none-win32.whl (136.2 kB view details)

Uploaded CPython 3.11 Windows x86

pamly-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (278.2 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pamly-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (317.3 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ s390x

pamly-0.3.3-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.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (283.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.3-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.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (286.6 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.5+ i686

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

Uploaded CPython 3.11 macOS 11.0+ ARM64

pamly-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl (244.8 kB view details)

Uploaded CPython 3.11 macOS 10.12+ x86-64

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

Uploaded CPython 3.10 Windows x86-64

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

Uploaded CPython 3.10 Windows x86

pamly-0.3.3-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.3-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.3-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.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (283.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (285.9 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

pamly-0.3.3-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.3-cp310-cp310-macosx_11_0_arm64.whl (240.6 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

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

Uploaded CPython 3.9 Windows x86-64

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

Uploaded CPython 3.9 Windows x86

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

Uploaded CPython 3.9 macOS 11.0+ ARM64

pamly-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl (245.9 kB view details)

Uploaded CPython 3.9 macOS 10.12+ x86-64

pamly-0.3.3-cp38-none-win_amd64.whl (146.1 kB view details)

Uploaded CPython 3.8 Windows x86-64

pamly-0.3.3-cp38-none-win32.whl (136.6 kB view details)

Uploaded CPython 3.8 Windows x86

pamly-0.3.3-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.3-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.3-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.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (284.0 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARMv7l

pamly-0.3.3-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.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (286.9 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for pamly-0.3.3.tar.gz
Algorithm Hash digest
SHA256 936f226037eaf94df92604a58a23b5701ff1edca0a45c245ad8304bb1545c474
MD5 c89dfcb73c7d216ae9c5363afa7a5b10
BLAKE2b-256 ea1642c4ba954a48a400b4601c87ac8749a610f0835ede70d8fa8c0dd8b89d69

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6cd335b0c31dec711af6fa387f23658e5a45a5b83d68d9cbe5d537a7e9efbea4
MD5 2f3f7df31a98055c6277b31284389240
BLAKE2b-256 44e36f38b92a8b45105bcb4a8a1349ea98a3bfdce13878034e9cde681d698039

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 422857fc5ee6866dbc975a3dd47e78db14f11f9cbf6831e964a02e6bb6599f96
MD5 15f25aaf3aabedee8c055a7ea1c23577
BLAKE2b-256 7e9f5529f80b9021166869f404ef959b0ddd0c04a38aba126c44965dacf51915

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 226bc9107328f848146cf71c584f44724d19fe696ae1335497809a0661ed949c
MD5 2c1a320c4c073943532359bba5ac691a
BLAKE2b-256 b6c0dadc964e5d2affbffc23c096f8b0c0b8ab9cae1a7cedb209921169f6fddd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 2944a2428d90ebf754feb9f1e911edfbb7250edc4fa4c5373126efa4383fd1f3
MD5 01e373e29bede0d201d3629521c1cc6a
BLAKE2b-256 0a2692c18f34d220950f95556232bca3ce8e1f7759e12850fbb4eaa00e45f30a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ba6dc5b349deb99fa7ebedf0e427a94d0811dd045838ee91ad8cfa52f25b29d8
MD5 17f2135f6a049bf4712837d979ac63b3
BLAKE2b-256 19bfdd490d1b520de7b4dbfac2911c60dad8f1bf9e1a1fc7c96c21762896fab8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 30127ee284543fbb7d86abee9d0206006a55aff9007566f6a46183db58589bbe
MD5 f5589872dd33039f908c6f6ee92291d8
BLAKE2b-256 a47076229dda0020c92c9072594acfdbbfc13c2e85162321f0bacba6ff064f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8440ddeb2a2f2682deb0be1780da501064ab6366e8adae58027f03749d9ef109
MD5 8968d40ac6019ccdb624d9e29c41d764
BLAKE2b-256 0e284de854bc385770870b8b4c7ce0a43954c4314db815bd7b4353367c1a0ebf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 883b7c3ac59e0f62687b4d431d815711c1a95749b21f8cea430c3a99cf3af56c
MD5 132dd3346725d4239812feb4df741f38
BLAKE2b-256 9cc0aacef49d4d70478484a7babbce8ff7d787692da99f1328f1bbe2053a28b7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7e7a2092fb1deda773eea8a0003d89986efa48988700d588903b44b276c823fb
MD5 345f4969966634cacf680ee6ef356360
BLAKE2b-256 b8c57dc84e43e6d3bee52e1ef7e896c8854d53fea8934cd14bb53ad017d7d3d0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ff0843d088afae12156f38a2fe3873956f82cca27bb54a85209121957e3e5e23
MD5 d2cb8d2685d16a26599ae834a9971f57
BLAKE2b-256 7065b4e47b71b7418beaee6a52b4bfd275ea707989241b18f77a9795d49d6a9a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b03b9a1a5988e2b255f9f28ef85a1845d09d93253533288ccd20c6d1c5a7812
MD5 68ce93ba08ce7f3ee74ca19d214d0aec
BLAKE2b-256 2d061666037f054fe0b86ff9fd69c415c08cc5f978a582fcce7476e11f0685ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0838683bac2897d41ff30e1394314a7c76017b4463780e2f7711583406d1b080
MD5 76a49ff251ca22b24c3388559850f2ee
BLAKE2b-256 1e02a5632f4cb738d05961e3f6cb79b827272afe2861c54ac64af409e8d762ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 5ad95f542caa2c2a5e982452c02853945e10ce9caefdcd954859be3af0ea9208
MD5 e4a94138038340d44d7915e5a7de2bed
BLAKE2b-256 1869719699c29c6ded1ea63338086df2a99801161a362015962ac44d75efdaf0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4130b63c49f6e5742926ab77ca66e6c1acad94477cedcdd9fa906ef6ca4e8e8d
MD5 96ab852d657f4b75c2bb64dd2c052f3a
BLAKE2b-256 49539dbb4f27f2bfcbcff1e03aef8d9b021cd6f063cd06fc62579a1e9b4ac2b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 cb04c57b753feb8ccb630ad698000091def8478804452adbddfa4d97857bb463
MD5 e269b5500141865ca36f26976a44ce29
BLAKE2b-256 68caee4de105fd4f4b568a610b6b72a65c1b52eab6d3474a938d06acc370c108

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ef34d281d43e31831309d022491a163ab4f294057aef358432f92b3ad8d379f9
MD5 1c0ac7e7afde99d269ca72127194f3b0
BLAKE2b-256 453344cde6f0bc69d01e1b0baa4660c2c55339f2904fb75103f9dc5f39b941bc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp312-none-win_amd64.whl
Algorithm Hash digest
SHA256 f7cf1491aeb776d529249a35b07cab7dcd89af724f319b4f228a9e9524b17195
MD5 de0929f375fb3a432ec2db8e0db1af3d
BLAKE2b-256 814d08ecd27d02483e1b198e7ed19f04c7a528b2de95f40958881a18f06c3f0b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp312-none-win32.whl
Algorithm Hash digest
SHA256 7b2fbeaa8a84dafe5f4fb470ab2c27b83bd241939545ad6c80bad4dbe00bf4fb
MD5 7e0725e7a5a7d0845cd1d7406a11032c
BLAKE2b-256 163260ad5c4fb88f7daf5b104d22924075b4cd33fe0f7d3ffbd07b9f0711690b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d13fc54fffa114f7a422f513dfe4d544f7bde2f5f94368aa226d2a29a904cc51
MD5 9cd3e12022ebed85b214488b466dbd63
BLAKE2b-256 7b54ccf1439b12e0b30ac57220cd6ecf980280c5d024f873d55a13c99278baf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 eec5af9bf2618aff8e458029375c6e6a7c04ace3fcfc49e7ffbdad1ab4cc7a6c
MD5 72e9a481af10c052462fc7069e266887
BLAKE2b-256 193be0d3256b8a027a1d901142ed86d3bb5e91cbaef5e80484b313ae7daaf548

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 77dfcfe3cc7f0b9e5f571c36163c6c51e8cebc4368db3400800777df67269d37
MD5 b3f7fcbed0634237d6273612ee93031e
BLAKE2b-256 dc556a057fa187c21a52fe9d24511da075eb54745d3c46c34a3a0f9ca4b2a792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 6d1a1faf109cdc78625c74930ba37472aaf9c4094d599e0a7711b5bba1ecbd1d
MD5 1b967fe8842e556e6ab2e654857a27fb
BLAKE2b-256 de456f20a5e97337b59dfc135c61c6c8c9a0a47d43e111b2b5af161036d85a30

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 33fe292638fb3d53ab88193f8c42f0c608f7097c7228a997c943d0e2caec8a78
MD5 b1a192a1395df50bc84f0e24b4bfec6d
BLAKE2b-256 83fefff91f458f12c9df66389d0fb83d020314ec560ec86c2a876965691d9063

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 33b4e7dd98efdd8af8c71ab9027035feff64020b7aafc8dba44270e070018a4e
MD5 dbaef1b499e67bbb2483723fffce3924
BLAKE2b-256 8198551ca0dbb372b3ce96b2469346d927e4167c619219a432b2d1fcf9644ad6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 833ca363498930b3d6330f78bb2ea12d2300478674fa413d2ead78b8a19f7bf9
MD5 857862abec53d8cb66abf278092fb8a4
BLAKE2b-256 75f5b6ce0297f92aef0d7d26ea9f478b89dc44d9e68712ec60c069e0b1bf4fd5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e86b1665e6dbbe9f826c53fe72dcd183d34154e8d37428953d2c79fb10ae5965
MD5 74a795ba8b381b11249781dc613c3864
BLAKE2b-256 a3cf7041e99bdedabbdd9379515b1183c267eec570c72683b3b27ddcbd1ec6ea

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 0f26267385a23bebc9261c130d5b138693299929248e42184e90a6f299e59a3e
MD5 b2976b94ad2e2c43ccb7fdedb84eadc5
BLAKE2b-256 25dff5211c28c3cc21e997f558eb85cf3549a0902ad5708264d4d3ed555866e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-cp311-none-win32.whl
  • Upload date:
  • Size: 136.2 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.3-cp311-none-win32.whl
Algorithm Hash digest
SHA256 d8d26fc2b31018ac4d694eb7db2d4987c9c98a7d5a16de3e46101fc110d2491a
MD5 d2ad3ec64798daca7dc433f0befc8104
BLAKE2b-256 2bef9d3bbe76ed1715b4cc220d2ad5629c42d104beacb8545a6a21249ae8d52d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 84cc12539a6f0727f107cb7f3a246700b1a748a0f0002aab9d5a537b801fca87
MD5 50464c77350643c9c9768f1cd986293e
BLAKE2b-256 065751a2867aa903db8f8e8875f36218b1da9fc235f9b6f3c56447cbfc75ce7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 fddeccae127bc67b73393727efa7bed3f7ac20bd406da69eec729f29c395287a
MD5 99135545e35e25a042dacafff20aecae
BLAKE2b-256 e92b2e5b2b015a95aabfc0758222929e40dc754f33fc2e03234ff6bfbb790239

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f99951586161688efda075e9efcf29e0cb0c855df3738312e545252c27cc61f3
MD5 73fd93ea4a9e03a94d9a911ace22cc98
BLAKE2b-256 b93be88ae9a91b3c1d581239cda0ad0f934b382362ea167509ebc0b11b15fd9e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3cb840c08ff0bd91c17e09755d1a24db02bfd077f40dc77e586a3ff35c6bf6d6
MD5 6db2e4a41cae555f29a61948a56fec98
BLAKE2b-256 3d1fd1d21f2d02d5dd0ad8f2a8566436361dfb5b83da78e9ced038ebbf5e5059

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a2f4052b21abe2b27dcf215d8dc91e83fe185b0685468f96fc01f86194fc6ac7
MD5 9b3e7ed6518adf07e844d424bff0855d
BLAKE2b-256 46a14acb6e759d9cd0b441b2080dc5488913eb0cea7340f3eb50c358a143b68a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 742663811ea4139ca3bb3efb4b816f6fee2796584caa2b904fe571e6f994dd43
MD5 a0eb9772975122d6c5396b1d86677538
BLAKE2b-256 4ee30ae4916e63028c7314c40e15b236666b1f0a4c4cc149e51b98fcda668d79

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 55d521ac22b3fb5b1d3062616f92937ef0b496de58a155cda416c14d92567f3f
MD5 9466913327282478a8f435fece2ce9d6
BLAKE2b-256 5338722bfca018bf7b48c67a1b9b1defb2a37a538a7e392bff4cb03da1ae7902

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 5c4cb13b6b4148d7938fd51566ee5e1c07697b1af6e3509b42acdf21c4b29d93
MD5 61c41fb87f93f16a500ae0a11e98792d
BLAKE2b-256 a5c209e504494f0c9cf2eafd1050edb3cd2942c6b681c5e8f667999ce4ef2dae

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 678cf716d0698ca8fdcf7d6b007b9c103b5580f5ff9889374f0d83c7b89ca97f
MD5 fbb7d900d123201ddb019be7c0a2e6fa
BLAKE2b-256 79f3d67c2873449e36941a3069b0edb0d6d397328a120c114cdf5a62dc5a88b4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp310-none-win32.whl
Algorithm Hash digest
SHA256 6bcb6403bb071172898bbe08256892223944ca752953928abe90acb0431d57ac
MD5 843a68381520dc4c9ccd30abeb1340c3
BLAKE2b-256 23535e9c30bc0917177c192fe25ee2f43da9e14e0a83de497d113169581b5792

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 1489b2cc187ffd9e2523d5ec1d4b038cd87a191da5fc58b4f0f9477915f86e5b
MD5 c5c81ad490a19134fd809e15e2e7c460
BLAKE2b-256 8d1fe0b4c9d6443f6ed70e778b6ade5588491512abe283071557a7fc86325608

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6875b04da4b89a10ede2529049e7b45967ab28ab027dcf7ef016ef61ff53d8c7
MD5 82b424ad53a03d32c3883b6b1cc7ce56
BLAKE2b-256 cdd19169b336f446caf102de65b6ec41864a53117c03d8bf895de8e8fcb18d05

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 ea20696d018c8a7ec11a9326e149c7c89a5872563ad0ea62cf7bd52a7651bbaf
MD5 ad797f27934c1713b423f5b412bd4387
BLAKE2b-256 991b272e638abfccf13303676f1241381b331359a9f9cf22dd95d05bcea960f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 eb83f860557b9c2164a5eced77cd65ae5fa17d12a5f84d5f50dfe02f3f9ab6e5
MD5 f1a01e30629dd0aa466bf66d484b6da2
BLAKE2b-256 907eb517bed648221cf6145c898c1b0d7e99b61c14a5be0537f1a44c055f4919

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1b8db6c450f89fdc7db2d42349dbf6fbd143a706c34988754888db54fc81360d
MD5 849df4ce4c7f034f8c6cd18a3bf3d39a
BLAKE2b-256 74155bc43d13364fb916d370c874d87d882b7e1daac7bbc17bc1ce0cb71d0804

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4485b8ab47d86c30457f717d5cc3a517364ffe02d0cae129690e7ce531c91702
MD5 05d6845cfe8d1887647f7391cf193684
BLAKE2b-256 089ecbf877af18621fd1c0275103ab6215c20d70807cac5d5113f6708d80f20e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7fd890fd8c068cb9b736f85fbb0b7664d4c7871d3956c556c7164e9386fca399
MD5 99d539932c527086f5debfdfc65f9495
BLAKE2b-256 35d5bd6c6dd3de1e329edb0e7ec0d9903a90825410b31785d8eef934117fd553

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp310-cp310-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 ae74e0bf76c6dd7dd4a4290573fdda8ef490470ea643f498543d42090b03cf7e
MD5 abad02b1b70537750b017567ce8d4294
BLAKE2b-256 0f5fd883dc72a579c02e5d87023b8eb71891feff917690d258a42bdce1de4c0c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 f427ca1e0763d06638df94f323004bb009722556cce932fba7e5019d0c930200
MD5 eec7f96f4563ebcf5a754132a90f8d33
BLAKE2b-256 093869b0737790cd20338fe86598473d376d0ef2c0729d99cc7273b5529380e4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp39-none-win32.whl
Algorithm Hash digest
SHA256 f741f9ad83c8fe91ed86e88a1cd15a791868d8dbd7570e6dd3e1a29550d94103
MD5 19b2c4de110493f79bf09d4145842640
BLAKE2b-256 18dc6a3f605a83c207c6e5b2c4deac67045257724d00751149801f1f6e0dc099

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 80baa2138da1d104563adf5086a79621b47402552fb161cb2744a5f22b8aee9e
MD5 109f1e77716559a6984256bcbcb7adc2
BLAKE2b-256 2b3ea1d71dfa29d05cc596601d07e2f678267155e383ad2d394715d9b33c1190

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0ca9bcc47a01fee9e46e46189a88184fe97c3aa0c2dd6a047e12138b882deb82
MD5 fe494be358fb831f9f7f14182238589c
BLAKE2b-256 5b0add50dc7fa4fca6f9ff0adee02f4830be47ea81345816c11b1f1ac666200b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 b7be3193f27a4418444cef3250d757c0c7debaead2de25c9e8b8ea46d67db2c5
MD5 02b48994d1d0d981b81ce897e6940ee0
BLAKE2b-256 1f8bc1ad286827ff2c76a31e2a598145693ee22ab72ba039ea5a65fbf2abfff4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9c768afc6043a13abdf215f00070d765377ddb8ce757045d3ede5aae90cb984a
MD5 adb9be015b3232da815f41fbedcd3a7f
BLAKE2b-256 23267169f63a259d35edaacf14b5a757aa9804253e6af0b497b859260d1d27f0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e756b9332628344189dc8a92d64865b540c59b3a6ffd948972445ac681afbdfa
MD5 5945168b39360c17d1a2b2967a143664
BLAKE2b-256 0d4d92c1f12276cb8a0943b01cef2749b92a4095cc9cabc3037f95cda13f7470

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4665efece933ec7b1e24ee84c01832642b279fa5802086315caa8cbf8297ff63
MD5 367e32db47480e2738a9024c129183d6
BLAKE2b-256 4bebf6f91b0b1adeea4997412f9bd902a3937822a9bb8b1542847398f286b48b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ed9e582517058c9441b0a945308a9df9e2a304ad5dec80f72ff3adc95fb7b30e
MD5 d4f37ce2a2cfe152d7c824eba32b67f7
BLAKE2b-256 be17aeb1036f08b589d2c06ab7cad1b9ff69c0519fd368a8868b9ebb1439385c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp39-cp39-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 2768c05611fd616ab2530855e343af78d2818337dd1085dd757bfece9780e90b
MD5 45ef5550579e991549ffbdb5d2d48cff
BLAKE2b-256 d523b370c3a2d40e5c7065805e8cfc027f46a2cbdc96c0e8ebc9852b1422b4bf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-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.3-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 d57903742e5be49815e6e4bb149bbc09ad80590b124bce755269be9ab91e29df
MD5 52fc19ed5c57b98c1caccde2b1f6af44
BLAKE2b-256 5f9b701d523f7685db23211ab093f1eb984e98144d02f0c94b9bf03150c54100

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pamly-0.3.3-cp38-none-win32.whl
  • Upload date:
  • Size: 136.6 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.3-cp38-none-win32.whl
Algorithm Hash digest
SHA256 6d9b0ecb6a9f4ea1f3d2218ebdf89bc7076d1b9ddd76d9b8e170bf237a55a0c5
MD5 19e8fd1262a22ddfc27fe4d55afb3cde
BLAKE2b-256 2a532075c3a8e818068e25ea921ecc9f8bf90e36146d67d927a1b4713c3442bb

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c01c488671b5283fe7519dd21449b36506883659e791611bf80aee626d26f9ed
MD5 5abc48e37afe4bc9eb729e08835c5ce4
BLAKE2b-256 eeebceb79d52dc5366d3b49add4d4feb47e4ad57103824981a3b1d21a3b079a1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 d27856b47fa1a8ff1870c7f042446bd4f917ddb78b9ad2727209c14a0cd586ed
MD5 0a0382d8e0763b81914cec83f66cf44e
BLAKE2b-256 ead84705a277ace1cc9ccb9beab15f94fc5abc3bb3fdae2302a139b21ca47845

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 944e32bed4accf59f2f666f8a69c33f23f67a084e93d0142aa89b3183f8c42e7
MD5 865aac7be755ce3c6cc48545b7afdb1a
BLAKE2b-256 b6bad37f23971645b996048095a3707b2c8d6c60e5737069f30f993a4febf348

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 17d33d744aa9f30e179bee3d70ec83987eed737ea055576594e85ff1778245b4
MD5 1357e315a6c6a30cebc1c73d078a7361
BLAKE2b-256 5352b074b2e505ac6539d234dbfa3894c413ed02916caf2a48093e31e3ed45ac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b794230a54e9ec19bb2842a96756f75d0dc82dbd2dc89caf39069047cda4c323
MD5 6ec0f0aad7ae37fc17f0a4b89801c68b
BLAKE2b-256 0cf9a74befcbf337739538e0b4c92cb5988634c8c4013b7207b3ae8d2c7db643

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pamly-0.3.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5798d1832a99573dea259cf2ce023fa987f11835f201e22d9f5660debd26988d
MD5 105505f23fb37943d05e51d06b3bfd10
BLAKE2b-256 b86f548c3d148ad07fb0dc33e1b7645976b377b692e5cebd387f490836b5442c

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