Skip to main content

Numeric run length encoding for Python.

Project description

pyrle

Build Status hypothesis tested PyPI version

Run length arithmetic in Python using Cython. Inspired by the Rle class in R's S4Vectors.

As opposed to S4Vectors, pyrle does not rotate the shortest vector, but rather extends the shorter Rle with zeroes. This is likely the desired behavior in almost all cases.

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

pyrle-0.0.38.tar.gz (363.5 kB view details)

Uploaded Source

Built Distributions

pyrle-0.0.38-pp39-pypy39_pp73-win_amd64.whl (551.8 kB view details)

Uploaded PyPy Windows x86-64

pyrle-0.0.38-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (602.7 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyrle-0.0.38-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (602.1 kB view details)

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

pyrle-0.0.38-pp39-pypy39_pp73-macosx_10_9_x86_64.whl (555.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyrle-0.0.38-pp38-pypy38_pp73-win_amd64.whl (551.7 kB view details)

Uploaded PyPy Windows x86-64

pyrle-0.0.38-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (605.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyrle-0.0.38-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (600.4 kB view details)

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

pyrle-0.0.38-pp38-pypy38_pp73-macosx_10_9_x86_64.whl (554.7 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyrle-0.0.38-pp37-pypy37_pp73-win_amd64.whl (551.8 kB view details)

Uploaded PyPy Windows x86-64

pyrle-0.0.38-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (606.0 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

pyrle-0.0.38-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (600.4 kB view details)

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

pyrle-0.0.38-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (554.9 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

pyrle-0.0.38-cp311-cp311-win_amd64.whl (570.5 kB view details)

Uploaded CPython 3.11 Windows x86-64

pyrle-0.0.38-cp311-cp311-win32.whl (542.0 kB view details)

Uploaded CPython 3.11 Windows x86

pyrle-0.0.38-cp311-cp311-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

pyrle-0.0.38-cp311-cp311-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

pyrle-0.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

pyrle-0.0.38-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

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

pyrle-0.0.38-cp311-cp311-macosx_10_9_x86_64.whl (611.0 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

pyrle-0.0.38-cp310-cp310-win_amd64.whl (572.3 kB view details)

Uploaded CPython 3.10 Windows x86-64

pyrle-0.0.38-cp310-cp310-win32.whl (543.7 kB view details)

Uploaded CPython 3.10 Windows x86

pyrle-0.0.38-cp310-cp310-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

pyrle-0.0.38-cp310-cp310-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

pyrle-0.0.38-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

pyrle-0.0.38-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

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

pyrle-0.0.38-cp310-cp310-macosx_10_9_x86_64.whl (615.2 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

pyrle-0.0.38-cp39-cp39-win_amd64.whl (577.2 kB view details)

Uploaded CPython 3.9 Windows x86-64

pyrle-0.0.38-cp39-cp39-win32.whl (547.8 kB view details)

Uploaded CPython 3.9 Windows x86

pyrle-0.0.38-cp39-cp39-musllinux_1_1_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

pyrle-0.0.38-cp39-cp39-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

pyrle-0.0.38-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

pyrle-0.0.38-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

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

pyrle-0.0.38-cp39-cp39-macosx_10_9_x86_64.whl (618.6 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

pyrle-0.0.38-cp38-cp38-win_amd64.whl (576.4 kB view details)

Uploaded CPython 3.8 Windows x86-64

pyrle-0.0.38-cp38-cp38-win32.whl (547.4 kB view details)

Uploaded CPython 3.8 Windows x86

pyrle-0.0.38-cp38-cp38-musllinux_1_1_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

pyrle-0.0.38-cp38-cp38-musllinux_1_1_i686.whl (1.7 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

pyrle-0.0.38-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

pyrle-0.0.38-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.7 MB view details)

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

pyrle-0.0.38-cp38-cp38-macosx_10_9_x86_64.whl (610.5 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

pyrle-0.0.38-cp37-cp37m-win_amd64.whl (573.5 kB view details)

Uploaded CPython 3.7m Windows x86-64

pyrle-0.0.38-cp37-cp37m-win32.whl (543.1 kB view details)

Uploaded CPython 3.7m Windows x86

pyrle-0.0.38-cp37-cp37m-musllinux_1_1_x86_64.whl (1.6 MB view details)

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

pyrle-0.0.38-cp37-cp37m-musllinux_1_1_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

pyrle-0.0.38-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB view details)

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

pyrle-0.0.38-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686 manylinux: glibc 2.5+ i686

pyrle-0.0.38-cp37-cp37m-macosx_10_9_x86_64.whl (610.6 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file pyrle-0.0.38.tar.gz.

File metadata

  • Download URL: pyrle-0.0.38.tar.gz
  • Upload date:
  • Size: 363.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38.tar.gz
Algorithm Hash digest
SHA256 8b382947a18c73eb4aeaa9e731cb89d0b755f85f75ccb49fc7e121ae3fb984be
MD5 f9d646b3ed719e1340bf5eaf182605da
BLAKE2b-256 9e7652c6604084cf37240ff1450272ee97a8969b7b943833bff923ed9e45400d

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 04f26f057c46a368346bd9e6cfc038c012a549be72a306a2d432cb8050a22272
MD5 df7ad733e1c6e9ffc68d985acbcbb465
BLAKE2b-256 8847d288509b1348e7dd422e6cc19323a0575331d74a6a01dee0f2fbffa8413f

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d6494f9d51c9f13831a1db00f154ea0a60ef70efa31d4b44586671dc60fdf52f
MD5 8a532f820f2e03564ba621b6a9221232
BLAKE2b-256 0f5ccd0800c294e6c1b8529696a33a18d24da838928a0e81aecc357e9db8a899

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d74c355124046a57d0e381124ed085efd815cdb0e8c604e4f02aea61c8c4c4c1
MD5 b76b126afcfb4855a18c3ccd358f0d14
BLAKE2b-256 7d710ca3df2e51fd7288f7fe9c993ec3926d6846a9ece6eb8165b3417a0cadb9

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp39-pypy39_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp39-pypy39_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 31820ee4d70760e90c4a693b919f5135a826f63462010757b2101560788ee43b
MD5 d798841c71964fb939a32022d90bf990
BLAKE2b-256 374c916b465b07cecea3c13b884af11977a4c8ece0c3150f3eb6b65689a8e118

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 b2a1762d616374b9367ca5a30ba50a63538de2d7d411134532a212a1f3f63f71
MD5 a2159eaa2a9b92def5e4521eb32835db
BLAKE2b-256 384ed3a0af3146527540612ffdb77f21a445297d95c6dbaae04fdbd379a51c59

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d1626cd022157b0166965dae7878b42d4958727be389767db108013d7e968ef3
MD5 4962213ca1821766f3f5727fb5faab32
BLAKE2b-256 f6890552362b2118f5a631920513846a44043d9e939550ebdae1173643db537c

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f385fd3d8540d257c89d0ce1881b969da68c5226f523ce5f5ebe6d55f8a99d80
MD5 95a8b6c990a5193fdd26e92a036d095a
BLAKE2b-256 b6d515aab6397717e2cf568c4009363bc9ca9f8ec59a5e63d47b959ae5e68689

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp38-pypy38_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp38-pypy38_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 46ed14fa10d96d1061c274b32d1dd449d4cf29cc84e1753eb96925654006cbc4
MD5 7489ec7cd15a848df1f58826221232ce
BLAKE2b-256 d28afbb90952ddc09cec267ed95b11761b0d71d885c3be5f5a2d06876c82ae9e

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1a6094f15dc57edeaa238c21520b454a0eace117e6855f9f7eb353540300087d
MD5 05467b2d23eab8dd36dbe07efccfa389
BLAKE2b-256 e919ef57587c6a7197ce019ff93c3ec3ccabdc17709cc67279a09e486222f8d3

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc650bd9a99804648fa9d4bf40c200851230e8b15ca5dfd75639a8877f171bb6
MD5 291b77d46f970d3ec587e196bb8bad2e
BLAKE2b-256 cc96d46191e11ec36b6b982b6edcb6fdea57cb7c6a8d991cc6c72a07da024916

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 5432a09368e2c8972ad2a6620df0993ca999b8bf3af81615accf956e00dbf0d9
MD5 2510da0ccd9858584518fb4dde04ef61
BLAKE2b-256 3005cbba214e0f204b53e40d66f8a29cc7379ecf57178c783b3afd6f40f3aaea

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a5c5ad90d17b0211e3da29726ac2e3d146ce4a74532d4d6f98182c8de7980528
MD5 f00276c6a9138b6dea4dbdfad53160f4
BLAKE2b-256 3c16face450376cfbb0beeb310dbb9fd25e5a7eed0b417e535dcca4eab248b75

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 570.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 38a3aadc9c3c3be570ddf3c9a03029c6faf4a254cef0a744ef681e01c3514ddb
MD5 ac7883bbd05ed634f496230e9914316b
BLAKE2b-256 3b89f0366ca2de31c696a95f063d44caacd1fd4b70ac36b37f213344ee2be7a8

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp311-cp311-win32.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp311-cp311-win32.whl
  • Upload date:
  • Size: 542.0 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 cf924005d7f33d8e00f3dfa94a85a9544bc20fc9dffbc859b6130ebf3949aa05
MD5 31a2d0e2d07990f2c1ecb6333ee07105
BLAKE2b-256 39f613a3499e5f81a7f90095d4d4d65348983efd7346044ae55e89c53290d866

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 9c304f4934ffc07f12b96c6bb8605a426e540decb2154315d28a41cf11a29410
MD5 6020e74d8a5674a3827f84787d883efd
BLAKE2b-256 067eb3a67e59e8e486e51c4963b42ba24f3e127d3d396abbdb055ee3cea2c433

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 923f807fa54ff97d0bb2a700935cddea13ec856c2a51b66859e7c93070ac4497
MD5 079eec87aaacf946cd00d73ad986bbab
BLAKE2b-256 1cbd6f1362344868ef15aaa991610b27d5756150c80ab356ea4ea8160f195507

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c44cad5e271747679f89a7f3d0a80b83e2a527355e42ec1e6c4c6b7b8176c337
MD5 805b7600eeb0b090b0d9938cf7e1675c
BLAKE2b-256 fd03c6a1a3483166738dfa228d9573498cb30e94aab1c62c517b9b45df533470

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e809846e0e0ca24f48b6e7824c12414c14e03ff9f498ea3df9f99f96b12d5ca3
MD5 41ad2e71b590ab6ecf1a1e3d2ebe1b97
BLAKE2b-256 69e4e5594846b964615d83117def5c0892f4a6ea82ed12dd76a6ab6980e3570e

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 680b6f0cc6841e997ce31b32bded0ef34e6fd830f1886e388214f8859cbc7b04
MD5 5d80a69a2326ffe350d770628dd89ce6
BLAKE2b-256 63a3385e4d84ab08851b6483740b7a250f29ae8b8c013398d4691986d8bd1131

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 572.3 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 0822f9007ae005c6a9c1b8c58231b10c9e1694bee054e52fb1c4c136e22d5660
MD5 650d69f533f8bb14668780840370464f
BLAKE2b-256 170f906ac9f8f6a11cd62ac84ea97eca5716b19bd4f2b3a7d83a04ad5afefbe1

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp310-cp310-win32.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp310-cp310-win32.whl
  • Upload date:
  • Size: 543.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 003257550fe195b4e5a2824b47a11d571ec8b0c2a272d29fa0f35a4e5ccd8cbb
MD5 2130c91718cbdcab1ca0bba3539e1252
BLAKE2b-256 8765c25ecbcf46976bec155d3b1166a77cb0c25d7a3c4bc69e3b09e15ef1be83

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3a0d06c8ac3894620e1c858445e9d44e687cd1175292812b8a39a1d3d222bb8b
MD5 2b4671d2c01474af6eeb03577e2a6a56
BLAKE2b-256 ff85f9f260babeee82c38c276a24669629998e0bbd21788304669aee248b2761

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 8fa35b04b244117a3c18c3d3ad66eef958ce7ee0e71252197bdc48bad30807b6
MD5 38eb2543d1a0b25e61daf2b434f80611
BLAKE2b-256 abaafbe7661c895d0d8490e84670a2845699bb74b30535d910f3d06b0b53cdff

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f51602a9b4b0ff8f854887c875e444f6912210dc3e0276d9ef4f70fdcf7e7c05
MD5 579b536d7e1a6c40cbf34aa2087a7a76
BLAKE2b-256 11a093be12332d8f2ca9da7e07b2d9c06dbd0c1cf893b938c7bcc1457cb8808f

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fd7e6b51e382ef65de773b04d0441608596fe04a181ffacc1a41a7afd6472759
MD5 734ee8057d432cd4ddd7c3e1d1a28f16
BLAKE2b-256 e2c6488ab943a976ae1bf37746d415db43eb7a38a12ea003caf5808fc637bf67

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 28bc876b4e1e73f1df8a54ffd8c49c2675134753dba6d023547b8cb78c7df177
MD5 3c7b3b2e69d303066991c3a6083d6643
BLAKE2b-256 c81bea5d8312a04cc3df61b5315bc48a4202dd0fe045f80158d98d574f3e4985

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 577.2 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 84a481711859ee2b72d3a00c8b0fd5bcc42cb3b337c87b54bca411bf81748686
MD5 750b01c6856777b8569c43aa8722296d
BLAKE2b-256 fcbd8e0016ede36d606e11938424707eebad17ebfa72159e9a928ce26cec5ba0

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp39-cp39-win32.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp39-cp39-win32.whl
  • Upload date:
  • Size: 547.8 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 f9a581d6d92d32ea45b463f1a520382a9df3ee5871e61cfe3b8f06a5ba3618a0
MD5 90f6084a07e5726657186603ba96a345
BLAKE2b-256 f33f434678acc92f2f6c22a6ab53eac1780bf2961bd8739c50010108115a02d7

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 8c809514953c2c1f4f775ea67f91eba078688f9fd6a7b124a1f0ebb77e5228c3
MD5 92cc4988b2fa9ec3a0a3a27cd50a5738
BLAKE2b-256 5f0db42689d00e2a0f95697e8f70c5f541b7abf31944c0aeec1eb038789f7803

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 09a127858dd3d612206cc5cb7c7ea88f0f58e89a7b0a15708b40c5976057fdf8
MD5 ba6995526f5d4cd26f542fd643fe08ee
BLAKE2b-256 433552b7ee9c5e86e79ae3d0c165c1772b0228d03a9f4eba987072e5e73fc869

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 124de989f2b41e66e71690897a3dfa18e7a620e3e063d68d77d11e7c68da4259
MD5 8136b30b903b95ca3f57a6cdc535ae25
BLAKE2b-256 ca16aec16ab97c42b10dc5469fb8673b8f422fa2f0ae59f793ad6f869d6956d2

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 da7636bf1acf00794d897d740b64c2b0c14fa11c9172a66429a13b795d405fc0
MD5 0606eaad917b23bde9a212df00958c5e
BLAKE2b-256 5559e7d41faad590d264ea5ddeb4ca5691a943f1f7574c803273550bc1239447

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 db1398ea210f0fe31350a6674729483edb1b6f7ac504c49663c1d4e6ff696c4c
MD5 24ce8cadcf2a77940c63d75a05dcd4c6
BLAKE2b-256 4cc10ea1d74b402f524135ebea9369858f5834aae9d76d15752c6993cbaaf541

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 576.4 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 a6879d21f1eb7597e2c055c96af6c15629f6d28a6bf074b71b687f50e5c7fa6a
MD5 833c1c0901bcec5e91510927ce06e269
BLAKE2b-256 534a9394485083c3fb38827360498d3de320084f17d410f8f6dec57899db285e

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp38-cp38-win32.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp38-cp38-win32.whl
  • Upload date:
  • Size: 547.4 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 35a02dc01d6d4fa081ab1659fe98b8c4fce5bab74aa91b616a22bfe9d20b9c15
MD5 80461e1f7aedd3fe3679c0b8d23f9576
BLAKE2b-256 daec2ee5c75881c070007334fc55f50623c0e2f872ab8b6aaee8e7a6607cf5d6

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 3770c78d1090535c0a683f9924f07f3adf5b2d195f25727cae1c219c9c3195b1
MD5 69e98baca6ef4c9e26081f234c3607fd
BLAKE2b-256 1bc27df015f162cd4a7937fc4b71c1cfec3f95ca8eab74e275aecf99238145a4

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 a8b7068a993670c34094aadc69b83ac70101f99dc16e310ba362ee1836ba1493
MD5 8cd9038c9ca4c4f13d6e7e7ff2986a99
BLAKE2b-256 21ad226aa8471611d049cccfda5d476c5e7f3d2af04325f596a63376432e3020

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ea0598f7f0e7c52660d1a90ac11e97b49686c4a2d4c623906efc02b19fd21241
MD5 462c517711ab87fd712c4f92cb5bd709
BLAKE2b-256 26c7295ca4bcd2c06178998dfe84e7ae506172ef0cb857e26e4c05145b3c05b2

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a8587ae92dbcebbaeb5f5d088360bd248400619e8b143843b9eaa87fff5b8b25
MD5 1decec9518802b3c02b6e484db6af0bf
BLAKE2b-256 fd38a7b2cebe81c9ee0b3fddb916807bfbd7b7e133e5d76308147e791265cbb3

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2a8b02796c928dc9ca3f35fe4ace0e2e63eeadda0d71f8eb505477fa20dd3287
MD5 6d19b97b8ac4f09c4dd2697599f1013f
BLAKE2b-256 03066bfed6d173750fdc33a8b8beb92d9155d4f58ba9669a9f6d7d636a327fdd

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 573.5 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 7cf2a023b2dc7b8b91279483cbace29f64e131587af59bfc54a150980e7984cc
MD5 bb38585125c64f88d4dd7fc12312ba97
BLAKE2b-256 1ee1fc2a910273aeb96a710563d949b2f01d3aa2e292f35d0f5a69732d7c5715

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp37-cp37m-win32.whl.

File metadata

  • Download URL: pyrle-0.0.38-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 543.1 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.16

File hashes

Hashes for pyrle-0.0.38-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 655266cdbc9f0d47885209fee3c9696688ccb32155278f1a9cc0e2a48c15f8e8
MD5 334095ecdca44cd5945f1e8e99010996
BLAKE2b-256 8c32450d9b5b7ae9136f73e377480c4bceea7ead3ef8d3038ab91e21e6867e5f

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 affb28ea4d00b2d39bbbefcab0d36430df6bcc2257fd262c5b9481173f025d23
MD5 340ca08811e9d07205484ff949fd1604
BLAKE2b-256 a36e7e362b1e033ef35a9e6d1a516141ff60261eebc09a9088736a14f12dd349

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 505c0957c02d00aa6ec8a38d7e63f216ec33825d9deb813a25fe1df5b582a3e3
MD5 19ba13ee3b4a9c3dbe0c7c375c60deec
BLAKE2b-256 a75378c3c291a9ebdb5bf30afb3c9439525ea7f300546865aba6eaeee51ffcb0

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e98f9c7b787fcf05ad42366460666ecee2a51da448d504be88c0a3c584c75641
MD5 17c4b659c318a51b838ddecd540d944d
BLAKE2b-256 95fd9008d4e065a7bdd44bec9327940055f96f0dabf95ba2d44e0d0dd87d0277

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 67331c9dc0ecb51873c39392487019112984024334bf0a35a1010a22a7072158
MD5 b1376bff41fb20370624dfe67281d405
BLAKE2b-256 c79b3d16ce0b032814497f49023d97a867533029d4266e0471c89d9e5a8e8dc7

See more details on using hashes here.

File details

Details for the file pyrle-0.0.38-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrle-0.0.38-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 403e62ffbc73f8b0d404d879b2327129e0816ccf2bf00011450df158d363d16f
MD5 5240f726a15efc2bd881b97a58c4b213
BLAKE2b-256 8cbfce837c58523ce52d70cad1e4f939a26a7ee86098cfdbd2de0c0d08f2e51e

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