Skip to main content

Python bindings for decancer.

Project description

decancer_py

Python bindings for decancer.

Installation

You can get started with decancer_py by installing from PyPI:

pip install -U decancer-py

Usage

decancer_py can be used to turn sketchy text strings into their more basic counterparts.

A single function and class are exported from decancer_py:

  • CuredString - A wrapper around a string object that can be used for comparisons.
  • parse - Parse a jank string into a normal string wrapped in a CuredString object.
from decancer_py import parse, CuredString

parsed: CuredString = parse("𝔂EE𝓣")

assert "ee" in parsed
assert parsed == "yeet"
assert parsed.contains("ee")
assert parsed.ends_with("et")
assert parsed.starts_with("ye")

# Implicit string conversion
print(parsed)
# yeet

License

decancer_py is licensed under the MIT License.

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

decancer_py-0.2.2.tar.gz (13.9 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

decancer_py-0.2.2-cp311-none-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.11Windows x86-64

decancer_py-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

decancer_py-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (220.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

decancer_py-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (254.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

decancer_py-0.2.2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (426.2 kB view details)

Uploaded CPython 3.11macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

decancer_py-0.2.2-cp310-none-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.10Windows x86-64

decancer_py-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

decancer_py-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (220.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

decancer_py-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (254.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

decancer_py-0.2.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (426.2 kB view details)

Uploaded CPython 3.10macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

decancer_py-0.2.2-cp39-none-win_amd64.whl (153.0 kB view details)

Uploaded CPython 3.9Windows x86-64

decancer_py-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

decancer_py-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (221.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

decancer_py-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (254.8 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

decancer_py-0.2.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (426.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

decancer_py-0.2.2-cp38-none-win_amd64.whl (152.7 kB view details)

Uploaded CPython 3.8Windows x86-64

decancer_py-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (235.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

decancer_py-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (220.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.0 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

decancer_py-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (254.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

decancer_py-0.2.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (425.7 kB view details)

Uploaded CPython 3.8macOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

decancer_py-0.2.2-cp37-none-win_amd64.whl (152.6 kB view details)

Uploaded CPython 3.7Windows x86-64

decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (234.9 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (220.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (225.0 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

decancer_py-0.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (254.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

decancer_py-0.2.2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (425.7 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ universal2 (ARM64, x86-64)macOS 10.9+ x86-64macOS 11.0+ ARM64

File details

Details for the file decancer_py-0.2.2.tar.gz.

File metadata

  • Download URL: decancer_py-0.2.2.tar.gz
  • Upload date:
  • Size: 13.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.1.0

File hashes

Hashes for decancer_py-0.2.2.tar.gz
Algorithm Hash digest
SHA256 0525bfd7ea076bae6fa4402695b734f0142179258b3daaddbdd850d5c034d951
MD5 a775f2986e206fa5731cd35c0b0ccf70
BLAKE2b-256 50921844560d834ab8ba9390348cd7bb0801307f76c9698a65f233e2d5f4a663

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp311-none-win_amd64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 648855460a880213df2e2c7d7abe66d9c829e93abdaa4a9c0614afcd4551eeb7
MD5 cdbe606c0ca26428415c450430380627
BLAKE2b-256 e954176a891c17d63e571fd706be8d76198b3d5e3d59dc54b436fec3bf7bed32

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 68e5816891032db1b4a3e2dd0f61f1c79daf17cf29cb8fe112865597ef5793a3
MD5 822c75275b12cffb990bbc0dbfca9020
BLAKE2b-256 815fb31063011da83ca84b939da37f614fb181ca68d1fdf33332098f7e8f4a30

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 77c3666f4924a771486244fd8714239ceaa823bf3ce356c31a4b3370ee759e4a
MD5 799b66ff78f7ba20d703c22c504832af
BLAKE2b-256 01faecd1ea96ed8930e9388bb92516af19b739e85a54796e22c160b9ac777216

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ff49fd677018759dada613d82f514a94839860494a49c6b20633afe189ae0328
MD5 e08d3dfe2880990ea3ace03b855444b9
BLAKE2b-256 3155402abc4b1873469604a4b39e7655974738424e63b6c56d20e29aa7d9ec67

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 68388a99495e8393b8b4574a577780854b3d2f93ce4d70b48f25646aedba4af6
MD5 1f983d9cdcf9db45bc29bffce0a06e6f
BLAKE2b-256 d0ebd22bd7ae07941883ca78e166051610f5e6499d006858990f5caf40531922

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 d16f57a181bc261be224ca9c4478ad87b6eab155900274c2b48d369bd80059a2
MD5 eda12ebe1b37c7286bb956e3aec82baa
BLAKE2b-256 2aad8bc2e5fcd0704eba152c8388743480e2df43c447ae382c0ff9470b28f953

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp310-none-win_amd64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 8af6cf3a157062f863e54a37da4c7e2e87cbf760b31e0f2341e9b613b09ca497
MD5 e0d3983c52bfc98f282480a3c38145c2
BLAKE2b-256 6654ed3d90285270a6b39d799ba553879cba1e89dd2816070d2a84b84c73e8b0

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 072eba007e1408f14dce36efc41e081bea9c32511dcf7e2e0874f3a0a4fd8558
MD5 3395e1a5b1f1dff04a76fd5208027719
BLAKE2b-256 c65b1b24f82d7165a150a1381962acf370fa810a6f533f59be3e8127b66fbd91

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 259baa4376e26cf228db0e1c8b004b552d59980d11a7a0699038fc6d876df410
MD5 1322f4a35e49036b311da4f2c0f185fe
BLAKE2b-256 7a2e4deb99d798b735c5988013efbbb9a3b24b2a3049fe6d60bf5e832aae3f63

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 1166ed192c93cdb787032be3ab2c581850af41b79fd554e3612a540988574d36
MD5 8718e33c5b4432c93c67dab6206445a3
BLAKE2b-256 5e4007a63a2a1fca7462bd30dc69a189c83993461565405152c6e46ef4fc1cda

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 c556bccfaf6fe46231be0b0883f3fe0b91f3e9329e392ce2c2d53ef6a1c8fda1
MD5 981e727132d1d3bc347c93649be30e8c
BLAKE2b-256 7e458ec3cf2eaae9b3c8d4c2542581d205a3e5820bf68361cd9917d9d97bf661

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6e0fcdfe6fac26babef41b972cdca43c30394fe7b69c42643065bdd2aa6cbcb5
MD5 74bbda7d4ddaa45d24d7cd7af7241f78
BLAKE2b-256 34a7961e786795bd3e042e2587d02cdb78d4f6df4327f02f6b794e0c2e05918b

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp39-none-win_amd64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 c169475e0bb699c0e154fe5cf3e0cbea69ed54636e190a6161395dc13fd099eb
MD5 b4422f2686a327800e11cc66afc65486
BLAKE2b-256 ff51fdcae8099db0de27e540f1db78ae4f340fa246209146607d43b2da019e36

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fb06cf54e55495f185d7efaf4db748a2a83fff9475f7bc9eed73a25f7851b09a
MD5 134208e8da57172bd276cbb28fbdffe2
BLAKE2b-256 0d6d1af3cc621004deba0302d2d9e51a4e82851d62c6790827ad152365f668b3

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 e889192ca764936143bb514920f77741fdbb5fa8688653bae46fc5f626184936
MD5 908b2c90fe08d6379753ceb674eb5b95
BLAKE2b-256 14fc1bf06fc90095fccf2a2a7fb6e60f4015e70aa0596adb0a14037b002e9d3f

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 bd988c45dcced4edcbd2da42eb3a946388c81ff09ea06dda12117a3721714487
MD5 a60f241cba8431638c68760afa54d3ee
BLAKE2b-256 6c192428583ec85b4428ddc4bf2d20f5fed82bfb0e6ca2ecd1d81119144c8228

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 db3eb952657fdf9e26f7fd391d70a17cd14c28eb975ed3bcf89ee8259e056273
MD5 13d80556e8500ffb43c99363e002e054
BLAKE2b-256 d31c4b4d4785b885cc687fae1da98389f64494fc57e014283cf19d06c113459d

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 fe1844c719f5def770c32ea30f4c50a187ae45181a96e987174c0631dad74863
MD5 6c82ca45de946782a627a956dafb987c
BLAKE2b-256 a9c5fef87def590fca6fb7d429caf15f41d73394d12c16ea3516cadeb65cdb47

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp38-none-win_amd64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 ac08671241dfa085672cf7babf891043c30ee39fc2c8e92ed521ce8922791071
MD5 3841142a86929d826d5fdf4df58675d1
BLAKE2b-256 6716f9ec219d6fae68e4dced4dab2084508da2a350c19f870e262a89a514d524

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3463d78f2bde97a159fd48cd8f5127ca44e03eefb3a4c152335619f2e90e2f33
MD5 6fb8abf725fc0ae769d7ebeb2495cc19
BLAKE2b-256 04400b4961efb3e623594f80772d9d3b7ec5d5b7eb6d1d5a43622578ae23fcdd

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 12b79f3cfa9d09ecefd123afe374fee891de9bb1e8b3cd82b54614a99c6faad7
MD5 9532726d20fece3361839a91e13e6957
BLAKE2b-256 e8432f61ab57a5d6525adf3732040e0a3cf24ca0a9fbd73dbddd0f9f94b10e8b

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 838ceef7f47e11379a54d552f7189d89927fd1d4febf92cbaa590d3d13b8e470
MD5 df12db175b0666f5170fa77e4635b548
BLAKE2b-256 d37636eb1aa6cf584cc030b1db757dff88f2013a603255d809d04794f7782fd1

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7b17059770187282dc75cf400a0f6d3f2500178085af4af274e9ac87bd9c9a04
MD5 881b6a5bf82206a38f4bb82beb2e7523
BLAKE2b-256 48658e16a7b23f5e13b12afc3455019141241d3440a60bf78189668297688779

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 a61ee21e5932ad454d08743cdd84682dda12445b247c3136e5b6a4c40d1925d0
MD5 ba646b96b50a3e463f84bd63ac87f964
BLAKE2b-256 2624a067baa08649ac495463736147df47d87110f39e15adbb6c56892001abf6

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp37-none-win_amd64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 b30d88fe0f9ba3401c5725312652bc06294ee138d7b072995f923a2f42ec7d51
MD5 7242c96982d9b91fa2675b58de628cd3
BLAKE2b-256 fdaa50a6833eb16fa61a758ae5a50b4dcdb40add5d137c2c8005bc5b70e48f31

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdab30811f113cd356ca7fdd08c8515c07577624b95cb964464be700f0ecdb46
MD5 ad078d92094a2e30c8fd465839a7cef9
BLAKE2b-256 81141f5610eb8b63c2e43aae3e1124f245ef97ba4f1d95b0dee0f4aad08e5d81

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 21c34867ea71287fb9d0e2227a4d159b5929f10578b22882f8f5799aa592740e
MD5 08dadc7e90d15d44f7f29c311a0f7cf6
BLAKE2b-256 7de6b73bffb930d015d63c954f3352f757b0f6890b6cd662d8daf355284f4ce9

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e841eed99234a992a0f69bb489745912153a621bf224536792b218f220cce449
MD5 e8d5ce1c5c059070362603a424065c58
BLAKE2b-256 26347ea49fad3c6b758c2d6a17596415d260a927ef66fb5728e9fddb8cf1d3e4

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8821b0d4838d1a28820f70892fe6588f4b99e127ecce59f88cadf274767493a5
MD5 9b30baff29f59247a3c23e0754a9e3c0
BLAKE2b-256 e0bf54e03cea6539e481336d3a181913df110b0fd2f4b3c184a30daf0c77f027

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for decancer_py-0.2.2-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 414de3f9c200d02a855bcef6d33e5098e067b78691ac2f9ef804936b2b297452
MD5 87abba87c4039c830509f0abaa4f02dd
BLAKE2b-256 eb0b413a0239334edebde2f08f4a8e992ddccca6903da83da487b00305a23886

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page