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.

Only one function is exported from decancer_py:

  • parse - Parse a jank string to 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_as_str)
# 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.0.tar.gz (15.3 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.0-cp311-none-win_amd64.whl (140.2 kB view details)

Uploaded CPython 3.11Windows x86-64

decancer_py-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (214.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

decancer_py-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (203.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

decancer_py-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (235.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

decancer_py-0.2.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (399.4 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.0-cp310-none-win_amd64.whl (140.2 kB view details)

Uploaded CPython 3.10Windows x86-64

decancer_py-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (214.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

decancer_py-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (203.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

decancer_py-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (235.3 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

decancer_py-0.2.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (399.4 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.0-cp39-none-win_amd64.whl (140.2 kB view details)

Uploaded CPython 3.9Windows x86-64

decancer_py-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (214.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

decancer_py-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (202.9 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

decancer_py-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl (235.2 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.5+ i686

decancer_py-0.2.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (399.6 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.0-cp38-none-win_amd64.whl (140.5 kB view details)

Uploaded CPython 3.8Windows x86-64

decancer_py-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

decancer_py-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (203.3 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

decancer_py-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl (235.7 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.5+ i686

decancer_py-0.2.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (400.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.0-cp37-none-win_amd64.whl (140.4 kB view details)

Uploaded CPython 3.7Windows x86-64

decancer_py-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (215.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

decancer_py-0.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (203.3 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARMv7l

decancer_py-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (203.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

decancer_py-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl (235.7 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.5+ i686

decancer_py-0.2.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl (400.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.0.tar.gz.

File metadata

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

File hashes

Hashes for decancer_py-0.2.0.tar.gz
Algorithm Hash digest
SHA256 2590ce32b83f2234fd5b8a76d9a6efa089ae6fdce8f082c96af2a28279ef84ad
MD5 4f8e1205e12a6ccbf79bcf760d5b06c4
BLAKE2b-256 ee0bfe9e7b352c484c86db36f3b7dd12ebf1b977403bd68b0dc3c4d2e6d0db09

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp311-none-win_amd64.whl
Algorithm Hash digest
SHA256 eedf3f231e7fdcd681cb9238b1155e96da104c834ea2eeb59f78472a51c558d0
MD5 e5f7e60e422698f94c48bdac891cf0ac
BLAKE2b-256 8aa5ce51f51ffc99b0a94b7cbe70386f07c046337989df652919f1b01fac0f11

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da0729d57e28b09997c9fb2123d4fe1b8df182a8c5d983186fc1eda5836ac52a
MD5 d6f902a8906487a8c40cc11cfadb13ad
BLAKE2b-256 7c7782cab6bfb79808965a8206ed1275444a0154c4fb25417fa50cca5df38c4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 13f1ff14e46b3c2135e8b08c7ed4928660ba9de0971eb4b2dd4b23909b641eb1
MD5 7ce6354f85a3ba1beb1402ae7f80623a
BLAKE2b-256 30283726e78944c9cbb550023a92be2c571871a08c5ebc1c1c33a8934c269ad8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fb6c63acbb4dd94c844ccdbf5340907eb0a5e1205aa60f5b39a81dd02825d39c
MD5 abee40054df1ebc20a19877beda19b8c
BLAKE2b-256 c89159e3cce7756d39eef6434843c9e0428af8b08d72a3eb9909f919bf959f3d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 0d1c8fb6973255da30636e2697b317c65fa3fd3a17e4adf2401e75897feef5c1
MD5 057d9ed1d8d8da5024cdd8caf100c0fa
BLAKE2b-256 4794d1b5e9ef02b88d7edc0cdd93a7aeeb3c863afa8aed8e393bb49560db44eb

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.0-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.0-cp311-cp311-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 71d83156359fd99bb50c921062a02c6d8fceec68d3c66ad481eb28a7c42e6316
MD5 3e1bf921dcab1708850fccd47ccee088
BLAKE2b-256 8ea70d0befb04cabc0bc612208332c4bfff90ef1ac9bf687787c245af5ae7797

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp310-none-win_amd64.whl
Algorithm Hash digest
SHA256 4fc8650d4d007114279e947db9e3bbe7600e2ed04db2812ef54fba2d7c24ecc6
MD5 d560e627dfb52d45629ee971d0bca464
BLAKE2b-256 e6c7e1e6b713be0d1842e14b65e791f39a8445e1593bb7f49abe46ee39f78f88

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2ae8c748dfc6ac87aeace0680ad2a6b98cfbca900cf40e72838b9632296cdd46
MD5 72a05ac6fb4c264caf540c5847ee53c0
BLAKE2b-256 68b271ba883f5f7f75af61d6855dce676b4ae8e6225bffa9eb4bedeb21b10b13

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ae95d48a05f39b47e69c06e1283f9dd0f760647c535dd60a202bde9758e13b8e
MD5 3c1347553d86fe9b13529d1d426adeb2
BLAKE2b-256 595e35b0c78219f4d665f4e4f7fa9c9c46f0ec1dfa9a45e097cc043ae3bb1b0c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c9aa8082dbd400af29b368022301f52e5c112ef7e47e36c307e3699d7597e7fc
MD5 c65624f8927965d0afe4e888bde8a827
BLAKE2b-256 242d3b23e25fa14b64333600fcf3a1a2662226b65e4cdbdd56f55fa5feca26ca

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6a6a5d5ff4f02dbf0b85ab4cb056a07a6dbb358178dd3ab1097b561302c9dd10
MD5 2498ee0485dd174a56b60f7745d78241
BLAKE2b-256 ea041e4e1d9b2087948879de107e9911fa3fc0ff6b6df43f30447a7bf2c9ae62

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.0-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.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 34904b5ace3cd453da3c2757e701f5260429f70888472398cc9a1ed5410ae500
MD5 005b93a2a9eefe4dda9700e51f4eadb8
BLAKE2b-256 b60961e796a4ddfc28d92617af3bae0df005b78d659553bd1e4eafe49614e391

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp39-none-win_amd64.whl
Algorithm Hash digest
SHA256 725d68bb29b93088aec7a3bb453840e236a47e2f6c3b00c64a57f6c96e14be26
MD5 ef0dbaa29c561dc014cde51ff78549c4
BLAKE2b-256 fd337bf2544dc824fe1d58c94e38b7f6e68dc8e0cb6ee77dbe21b98125fee3ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fe12f0682798b620b18bb83457189d5be266a5b1333a0ce01f8eacff3aa84cf3
MD5 f39d83cabe28eb7cab3c007dd7d9cabc
BLAKE2b-256 2d41ea14d17d1743abfabc5d3172aa28dd6f6910b98499c21c8bca9546edd8c0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 da9ff639de702dd0d150b07fc6cbee1116dc8524bbf85c6d959d2d11dc235e17
MD5 b7f6a2e2e32d2e8f1b47792ff0725355
BLAKE2b-256 9730d0ad8b835f776860ad6e1dcdd295233608bc91dcdbc1092931c38766bb7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ea302a7ef38778d8dbb88c7e12e826030b5f57ee1c948103241873e14e9934c3
MD5 59689ca78ca04e54b5c0415dbe8b11c5
BLAKE2b-256 5ca6d5c5ec0aad89528c9087d003bba40b81402d2becf99c9eb07bb87e51ce7c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5bd7fba075b770feb7777593b0ef798a3c580807f35bbb445028bd66636a692b
MD5 3a7867df1efdae114aaabdf20f8c32a0
BLAKE2b-256 7c3cb7417244cb9af399b99ef52e5e67e0f3586659584e635a69473cec61a0a7

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.0-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.0-cp39-cp39-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 3d21c9243df36aa18fee944cd98c5df044839fb744d75c85443bd35f59db4632
MD5 d5980cba76c3697fcfdfed97c9980597
BLAKE2b-256 32d860506c654febe27286d09e7bcdd5ef7ecebbb79fdb79e44a6f4f5404ad61

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 9ba56c78ec2e3ba6c54056dd459b9ef182a21884186a2a037ccea4cac5377549
MD5 f5bbd2ced55f4ee3d37fcb2f112c0ebe
BLAKE2b-256 4ecb9b3026962be1282b238908d8c1b9ac6bd7539023bf04ed088b91843266dc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 87dae5fd11ff58dce82b87cf7471cbf06614718db30cc646f279166a9224580d
MD5 bcd6545f5b6594f97383aede76ea51e0
BLAKE2b-256 b791e47fdf3ab499433c8ee31fec87035b43d65446a4d5638b68a63dbe054596

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 77af2acab09b16598b94816c231955f25fe0ace72d9e81e9a539453439438dea
MD5 632aa077f6a427e06237ee1abfa42dd2
BLAKE2b-256 35c13fd52ba5413e4e57b7d2b009a8afd7f4fee0b51ea9d70b6877e7e05b24b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7f29275c5d8b93604177b17f26f35cb36a5b723f5a736ac07477d5d38a098efb
MD5 d8df58d2b0bf2a11a16a41eb7c3b38d1
BLAKE2b-256 812046c069fba1509d542fb36bab8656697e421922d78ec9136003745d89c7d4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 b3084db78bb7a9619a7771bed1519b247682acd006e14cba8735d15543ba9123
MD5 50ad4d9ca2ae6de79ffb76938fae5f8a
BLAKE2b-256 dc04ffe0de397b95ccb264e75da89fb78826a78df995badeb6949099ad64d4fd

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.0-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.0-cp38-cp38-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4928083dfe564dd18dd4365884387169546421c781802511b55f1adb9398499f
MD5 670f2e72b4b915621157af4a3378c375
BLAKE2b-256 e9ddc48aa70db9126dfbc5421034fabe3459de17c27eea400945fb525995a016

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 10618a9a68c68934eb449f11d08c64355adc875f6fdd6429e4b60526be996c0d
MD5 7818842da9a408a22bc351de94d39b73
BLAKE2b-256 202513108d633a355d314033190409e14bbc963d5b18a495fa4198b77267f5d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 e180a2ebf80487518608d5382ad43a4b9eba1ef276909ae2ae0c5315705bb425
MD5 9dd6750844f991cb70115a89c08cab80
BLAKE2b-256 4b3bff5a2967875bf9a7490beaa4a6cecbddbfff31507de937075a61a5b601d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp37-cp37m-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 fa7336f172cc5cb3edc9eceab0935c41f937f25bb3fc23321ca40028d46761f7
MD5 e0488683ed902abf2eb17344eb0438c2
BLAKE2b-256 1ea03fc9f3dc5613aae5cbda61fb737cfcd2e84014b868ecfa5e4a70e1a12ce6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ad5f72de9851d41de2c0b1e931c3fca47640d9f1f0a7c433a4c79705b35a2b72
MD5 ee8093e94d12d1ad27b503eaf2824e81
BLAKE2b-256 16efdaa4e57dc538de367cd5c5ef76b80801e8bc575eb94302f3c73dfe803a4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for decancer_py-0.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6a447579d8bd2c540dbd1cc92a25214bd9e7d5aa0b989e20417681330838c75d
MD5 e0e3eb0f1b13ad96cb5a8819f96a5e59
BLAKE2b-256 75a4d5b0f5843d01d3eff0dda4f91f43115308950573ea0edc96fdc68433b1e1

See more details on using hashes here.

File details

Details for the file decancer_py-0.2.0-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.0-cp37-cp37m-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 939ee8002a3a58efb3fed856245f6e0041f8972232c97d2799bd0512658f36a6
MD5 0eeaf1111377454c31454f5bbf290710
BLAKE2b-256 0ef8a623c82a9ac77c6b161476a1258a9786cd3332278e3f3c3c080431363fc6

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