Skip to main content

No project description provided

Project description

The cellular_raza logo

cr_mech_coli

License: GPL 2.0 Test CI Docs PyPI - Version

Find the documentation of this package under jonaspleyer.github.io/cr_mech_coli/.

Example

import cr_mech_coli as crm

# Contains settings regarding simulation domain, time increments etc.
config = crm.Configuration()

# Use predefined values for agents
agent_settings = crm.AgentSettings()

# Automatically generate agents
agents = crm.generate_agents(
    4,
    agent_settings,
    config
)

# Run simulation and return container
cell_container = crm.run_simulation_with_agents(agents, config)

# Plot individual results
crm.store_all_images(cell_container, config.domain_size)

The generated images will be stored (by default) in out.

out
├── images
│   ├── 000000100.png
│   ...
│   └── 000001000.png
├── masks
│   ├── 000000100.png
│   ...
│   └── 000001000.png

Installation

Use maturin to build the project. The following instructions are for nix-like operating systems. Please use the resources at python.org to adjust them for your needs. First we create a virtual environment and activate it.

python3 -m venv .venv
source .venv/bin/activate

If you have not yet used maturin, install it. We recommend that you use the uv package manager for dependency management.

uv pip install maturin
maturin develop -r --uv

Now you are ready to use cr_mech_coli. If you modify the source code, you have rerun the last command in order to install the updated version.

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

cr_mech_coli-0.6.0.tar.gz (87.7 MB view details)

Uploaded Source

Built Distributions

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

cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (3.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (3.6 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

cr_mech_coli-0.6.0-cp313-cp313-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.13Windows x86-64

cr_mech_coli-0.6.0-cp313-cp313-win32.whl (2.7 MB view details)

Uploaded CPython 3.13Windows x86

cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cr_mech_coli-0.6.0-cp313-cp313-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cr_mech_coli-0.6.0-cp313-cp313-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cr_mech_coli-0.6.0-cp312-cp312-win_amd64.whl (3.0 MB view details)

Uploaded CPython 3.12Windows x86-64

cr_mech_coli-0.6.0-cp312-cp312-win32.whl (2.7 MB view details)

Uploaded CPython 3.12Windows x86

cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cr_mech_coli-0.6.0-cp312-cp312-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cr_mech_coli-0.6.0-cp312-cp312-macosx_10_12_x86_64.whl (3.3 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cr_mech_coli-0.6.0-cp311-cp311-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.11Windows x86-64

cr_mech_coli-0.6.0-cp311-cp311-win32.whl (2.7 MB view details)

Uploaded CPython 3.11Windows x86

cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cr_mech_coli-0.6.0-cp311-cp311-macosx_11_0_arm64.whl (3.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cr_mech_coli-0.6.0-cp311-cp311-macosx_10_12_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cr_mech_coli-0.6.0-cp310-cp310-win_amd64.whl (2.9 MB view details)

Uploaded CPython 3.10Windows x86-64

cr_mech_coli-0.6.0-cp310-cp310-win32.whl (2.7 MB view details)

Uploaded CPython 3.10Windows x86

cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_i686.whl (3.7 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_armv7l.whl (3.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl (3.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (3.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (3.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (3.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (3.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (3.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file cr_mech_coli-0.6.0.tar.gz.

File metadata

  • Download URL: cr_mech_coli-0.6.0.tar.gz
  • Upload date:
  • Size: 87.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.8.7

File hashes

Hashes for cr_mech_coli-0.6.0.tar.gz
Algorithm Hash digest
SHA256 344d635ca150a4c1c57332d6524f7ef18434c64ac020d85e950a5b5344e4bf03
MD5 cc5c893d15a4b740205b56d68461c3d0
BLAKE2b-256 8f4d06ae73e482517341180cc93d27c47a2aa72da2499e297fa33c4ef76ca5ae

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 67c9c0147fd57450e4225cb48a619bce2dca129a5ac15e81145c58471efc550f
MD5 ce075cb016834e0cd1017a600d213188
BLAKE2b-256 f3f1c40eb98f4cda1585a53e3f3ec91365e34f3d23783114926bc351ac80c083

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 304ee8c4045ff7f51e2534fb75390e0ac1664c736d1b8dc4d6b54d80cb479bb6
MD5 1a19409ddad303cea51b048f6e19087a
BLAKE2b-256 b71675e359b1a2c0874cf3c867e0661d70ea7a032bec3c42fdd38a4deb14a943

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 014e274c7ca6daed334b27905e70e56cc3433cceca0d8d9a104275203adf1cd6
MD5 492736760b3e4d314c08408e6744144a
BLAKE2b-256 a4bd4b5cbbd5bfdac41c8cab3ce9352ea0fc8216f7c86496f9ea53dc883bbb38

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 23ebe501d6f05dde50dbe287374c1b9ef286190deac418b1c839512ac33614e8
MD5 038a10c2ee5c1a7e26bb70d6d6b50a15
BLAKE2b-256 ab472bc1c4329ef3972b7eebed85780d57fac154105007c74048d83627266f88

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 da33c9ef5b9eaa92aad04b9ec2767eccd89d73d38302fee99111ed6c530f409b
MD5 317c898101be8a10afcf91b330602386
BLAKE2b-256 31edbc255cfaba3aafe849cc2261b716b0d492249077b7bf1c55a1d9b3e4723c

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 63d78701e61fee577e051e7274298b50e3dd34b5f8b439c83af852cade149ffa
MD5 f3d5d7b288c21b72dec2333e98a60526
BLAKE2b-256 1bc4986adc840a7bfa9e5e04c2f582eb208df5412336e842ff2f59bd7417ff78

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 cc4de13b80a3f240db0dcbea2b0c03ee44eff794af129b0a8b15bbb37088efbc
MD5 6f188b81a50c36a67fa9e326672f8217
BLAKE2b-256 7052871e52598c2f4256ede0c856bb67ca93e3c90025465982a2fb8289eebc20

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d6ea184f87823bfc824eca735ee56ad943c6f03a778e17a8984b50291a9362a9
MD5 ebc157cbf244370d93dc155ff207b1bb
BLAKE2b-256 f430e91017d74475bde131dd0c280d9cf66ccd8f0219086145b7ef80e83c1cec

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 633c0f21f40b9de3d549d39ad883cdb8e92806129ccaa43ebfa0448db6ede911
MD5 080be19ab3a00f9b97548ac882d3e6e0
BLAKE2b-256 45c51e01dff83d1ae61337ac01a8b542710b8d96faad0808ab6d0e63e09e2263

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6205df2dbcc2f20a1d4f5ed09855c5abaca53b130e52d883ed85abf3fa78420b
MD5 eb2ada0c8893d2416b2eaf22a41193b5
BLAKE2b-256 54358090cb17ada4c42aac013f2dba5117d5989a2705f084d2c966fbfd8ef247

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b4a6e456d29a02dde98079d5ca2efbc5fc59bfdd9120ac4d72586450fbbd6a9b
MD5 2eacfdfe37f11052167d1fc7b960517f
BLAKE2b-256 a5c0256f058b06bb373cb40ff02c368856077f6db30254add9f74e46683a96b2

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 970df17edea907f05f4d7f1f7bd8cbffe3cfa6ae3b694baaaee7dffabac886ea
MD5 7353fba21b93467633882d8c39f884e4
BLAKE2b-256 411e2b5b7a24ff8109c74fa8c1472198befb0f305253fb95550a13cc077518f5

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 df6275b8671c26cdd0197456f34e74b14d5e627b7d998f531a1243dbeba18466
MD5 7ead30cfc426578cf2f32602494ca5a4
BLAKE2b-256 4f98e162a59582f095cb9107261bd1a233f82859d24a65d1935ddef25a30770b

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1d26b6b3d04c6579e15e850acfebe6054b93fc34db246faa84ffed0df6f4c299
MD5 5093579a83d530bfb271b0bc3dac44d6
BLAKE2b-256 fc1c55f717b37118201b0659d30967952a189c2653ce21563f5648579cb9c830

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4f2714e28030733d26408ace77bd6160387bc99241af1532eaac64eb7e648f12
MD5 60d6cdad80f28d1fa1a69e859848ac87
BLAKE2b-256 f5af553955dc3c38278bfa7ed5e96137148c58f471bc04681cc9b4c9eeb3cd2d

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 9c119d92cb456051971baac68b578abf2a49bddb95cb034a883c48f5ed5b5ee0
MD5 a926dff3eb767ffc708f9808464ec82b
BLAKE2b-256 edd9a92e001f7ea884f8e0d8e0b1daa23d8e74fb525ed7561f38ebd4cb6ed2bc

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 43f0f84e77ecba6e0d51e703def3db0ae767e65d6f2808ec04b5d94d47bff46e
MD5 018f166615f85353e6a376a7493cdcb9
BLAKE2b-256 a87399d7ebeedccaef51021e8c235bfd409f8ffe1a3f1e55624de84864e8512c

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ab628524bafb2bf549d5aa9ddbe5b29cc18faad5d89f6a34c3a2db6b1a1fb543
MD5 eec46002cf784e593db2f356216e620d
BLAKE2b-256 80f4e8369d33ce2971d7fd33133da41dcd2fbc1347facea64f65bdcca1f2b22b

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 f46735fcabd84223440e065ab1671a18160120763491d465021a3af12217c5ef
MD5 8090ddac9f13dd39cf28643a59f30bcb
BLAKE2b-256 ba035fba57a38751307675a85f455cd0b292a53110839e24594c8aa658a51a36

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 22a4d566f04519322b67ebb73202fd5dc69824fe2dbb137be7424683665b3563
MD5 67bf1be51b72cb74c7a38a2ad725ef00
BLAKE2b-256 ee3b364dcb9778d89591be620607a648c70b196470071163c38ccb10c4266ac2

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a3b1b095b539cda54f6c1a4ee45ee6aa5a9e1547883e38cfc84feee12cc30fcf
MD5 b5bb3978b240fca2aeb636974c01a8ee
BLAKE2b-256 5bc0b6fd55d04eb01e8e792de21eb72615ebd6608f15ce8609b20dd2d66d7d59

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 5e1281ed49ab753aa0deb7f908dda8ebf3561a456bc95108f392d61f4c9360dc
MD5 edf2d16cd08d679274f364608c153c34
BLAKE2b-256 276996e7621bdbeab75465fc192a46ef5477aeb068d767df6f598f85736d106c

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 bb4ba4985773a9bf7bf3a54fe1bc4bfea80e6137599d3f5922e2f4086c7799bc
MD5 606511e2a9eec676ba3f6aa4764dcaaf
BLAKE2b-256 479041691a8c7660a1de56016e1dd6d883aceb22d6974b00d2bbd1198f67cc65

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 7aca151719b93ef2b9f2182bfdc3b73a660c24564ad357fbd1b907013f6c9c3f
MD5 b2907f52c1c138020d4db07de2a9e61f
BLAKE2b-256 93309f9911ad27dd328e767432161fe799078a4b05aaeeab3b9426658c1f9275

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 1aab3a4d718cea7856a1810a377b776f9944ffc85c3d36db1be9230e0c5935fd
MD5 67cb066eff4e95cc2a3027f1a8bdaec8
BLAKE2b-256 198d8f0683a50e36596f5fdbb7aab3cbbf58dcf3077697098fa3e06c507c4948

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 f89c69b8d9d5102ed76d1cda25370404333ef00bd6b2c7de80eda4d4286b7b11
MD5 987aeceb55b7fb8baaa95961cee6461c
BLAKE2b-256 aa37cf782378d36ef112cdaf998d91a3a1619ef8ff9a92eab7d9d20cc2a61e34

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 436013e5118c5bcfc6388d7761542339fa74f059c160a9ce71321d8f7bb066e3
MD5 d2e0adc56576fdc426bafc8218516666
BLAKE2b-256 c717cd37ec9a60d8217dd24aff3b8f1d244cfeb40879bae8b9ce03954ae59eec

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 18ed35b7831b8b0f2a7942a3ada86658a2a639f57500a046064d32ae96caeb36
MD5 b078a6037c39b64f6029e7beb176c296
BLAKE2b-256 6bce98097a910d0b81c7e7574d25ba0f8bfb45a1e8d397150afbfdbac0b562e0

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e8c6a8b0daeafb33690f0ffbd63deef0dbd5729bd5a867378079de0829744fd5
MD5 b5fc174431d6097e1c73764e2cd931c6
BLAKE2b-256 d0d9c3ec1c548fa6fe62e2ba4ee44817b2b68bc5a8158593efa06c67141c4e26

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-win32.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c90b3e9cc858adddb5c5a23642e560fa35c50319b90a9ee9e8e2697dba595a93
MD5 aa7c9c6d68e8237910410a98b36c23d6
BLAKE2b-256 c2fb8efd83099a643f11c14cb3c928ae0dfafe8f2164c02328deb64f3496b640

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2f86b6cc19fb4c4226564e968426cbf9c6e27477f0fd617d25c3d702f243fa27
MD5 4dfd97de16ba368447c3375644a3a5e5
BLAKE2b-256 a0af184b5476da736a7ad6d6abb11c1f441612e9b27c9485301cad815931774d

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b807f12d27ed7034154e0914e6b5ee32b14ebaee40f326d193d34a7dc7ac6667
MD5 e549ac0c28e5ef8148cf103392192a75
BLAKE2b-256 a277fe84838c7bf6c528485c9e9775c64a7af0028a8df41f465f078d082350ff

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 cd823e143c11f75d563665d384a4c62072cd0831f46540582d9da1064bacb925
MD5 cb835f29895f73a83bdd92f7a6788863
BLAKE2b-256 a3cb0fc725f20fcb72e24caa0dcc27a66f0b7fef8fa78c9b6df437bcd4e61039

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 4fe624e400a352951fe034244de09bc2bbed7184db83fc68c9da75ad07bd9595
MD5 f26a28d7823bbe2d012506fcd48741e5
BLAKE2b-256 7ba80d586928c1ac1c08ef0a1f804ff9d57f917138caddf9b2a3920d233ae539

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5bedef8c35fa999f66a1e79b4da773f60da104d84eba8dd8aaa8a4553811b6c
MD5 e529e7861e8dda32c9ac7e2c33142df4
BLAKE2b-256 be3b89d3599bbc19268077ba7a2e0fe408537ec3a6cda6dcec340b95b4a30890

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 0a26286a47ffd2b7ec5b2e2dde0d9905df43acd3cf798d3fbe06c218430d26ab
MD5 ab3fd6c03d966e95513e95e06388b850
BLAKE2b-256 8bec1712d72846e3e25a6c3b794e0e5f0887b5b6830ac0ea2355f18a4d39b034

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 129e7d23bed2aafe54f8401db8e4d4f005d500d78140eab5f24160c84ab060ed
MD5 abca5557d7fddbb06f3aad90fad0689e
BLAKE2b-256 d0a79d651ae876bc6799479c5c9029de4401e067adffcbbf0f96358fc2aa8cf2

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 050b27f24232a79a0025b810c631a7be48ecb95a343500ff83d4942daae3dc7e
MD5 6e8a1d2b1cebe24b5302ba58833aff6d
BLAKE2b-256 cc149dd98ae7502c464a70c3ef76db249f537dcb2744c70796ae30022ea8daff

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 de9c4b1bd5867644a81449fef1298318535921f1cf41d0a14684f3bdeee41650
MD5 88aa28666fa96e9494576254d1d2dc13
BLAKE2b-256 3d56286ff2640fca145c3a13b6107b685de94334fdfe3b1420a951d2b6d4110c

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d66193fea42e748ff4a4bc538a091555b54cc9ec57cd4d792b85ba9059f460ac
MD5 7437168dfe332081b87015a746aaae70
BLAKE2b-256 3055cae58e1a64490f84518870e53a1a740ae65437c92c6054e155601a2cf7dc

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff25781adc1fbf2181da9c400bb8c22bd00fef2cc4754cc33856b6ce9e345029
MD5 0544b0bd733af01575275062046ee7a7
BLAKE2b-256 8f196353e2cfc022af701c3982573b2c67867e2cb0dd6a5ed60d02691dc90695

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 a98846462e3a2dc59cc2430a403a4c1ebec624332eb2ca09a831d915c023be8f
MD5 365be30ba0944a6200e966595097692c
BLAKE2b-256 b7036a70c061f4cb837ea794edcd1fc6d7835feed1976b9a537b18a418cfa5c4

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 1080cb29a60d9db876361b0504ba38ac54345b2cf69cd2660e802c02f1e0ee0b
MD5 d9b19d2367f3ceeacbcfc184dfae1e9b
BLAKE2b-256 996521e865ba8fc4d8f680986a5ce2f2c51c3b958dc03e673477921446bf1cb2

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-win32.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 720b692749e3cd0474ca276f69b5e1c4c6b1d66dd5c427dd60fcbbd74a0c15be
MD5 ec5dc0a6318d4cef2689195ec4a54279
BLAKE2b-256 2bb325574b85a0dba02f172d60675dd4745f8488dc12b4b8a0cdaff6568cafe8

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a784218652040f1397d8dc23f457e32a694ca925ac31af64dd321db14ca9d721
MD5 83cfb7346403319643b2464f89704dbf
BLAKE2b-256 efdda9224e3b895cc134f61034937efe2a69b2c3a6840b6a2a858eb3c133715e

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1660ec95a28a9045322e13bd91a7e76026c264d3679eee8f96fa5b6a51cdf832
MD5 9e44a824431daffc8c9460038548fa80
BLAKE2b-256 4665ae8279fcd8ff6ce3642a2ca542423e1c274e1121aee4795db412c68a8101

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e68c3bd7cf884f5c30f482279347033633b0e53554097802d91ad7e50f4e8511
MD5 3740260301b36a2b631696b7fa17edee
BLAKE2b-256 ccaed796e44c68b0426ef35934bb62754ce183ae10fb4aa04ae2484d66e94cae

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6da2f2b0ded09722f15b5b2aa0457aa7941f8ad47946e7f8a37e2afdf8cd9deb
MD5 765d8ab4f874b3771f82a9733fa7c164
BLAKE2b-256 7630151923c3e549ab94ad09608d69fb0aef4f575d74a28529176caf9750ea1d

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 065dcbff436e0264ae5a563018ef2ffb6b8ca9b90743d6185e25bc92867539ca
MD5 c35f329f3c0993f9253a3734a78a3251
BLAKE2b-256 f4d0b9eab538b4d3fe93c3c226e5b46de23339b2ff9cd497c0e4a2780d21b569

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 077b569bd9e5ceae683b488cf4efabc66a778f20d4129f208122690fd2370fa2
MD5 ec69693fcc75d7e6fa5eb57e3d0ee284
BLAKE2b-256 a43ba670545b28a323f670b7a31d191436f49310c72820eb7fca4d29e9f81a95

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 19c949bb9d2193724cd70c68e805304facee4682fe7db30e16ddd047a78dd152
MD5 c7af97b56ebd04dfd95af19ca4bf6124
BLAKE2b-256 dfd04ec71c89119e02f8308c07bf9560a90dbda59b955f541a1bac4869148fb8

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 13f2ea2b25236cba2047a14473b15179437aaee2e82992ed6c03b05890986c30
MD5 626b05fdf9e46e218946dd0cee7d1636
BLAKE2b-256 51625ddedcb656c5ec3e7f50fb9264e0ba14770ddb512a3aa1e8dd3c918faae2

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d3d57a801788aa089121589cedf21f1020e48a64aa3d352b9aed18d80bddaca8
MD5 e31059904f7a0395020e483c8723cbce
BLAKE2b-256 6612a831140420e77a4e64a1dfc7979a740c879857b3994c9f4fda313cfaec6d

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c255401389db23632aa901b0705ef3f5fb8e493dd3efd9d6572022102fd8d08
MD5 f373f72bf9c67557f97973866be387a6
BLAKE2b-256 4489e82d7547a16c1692d7d9daac473923aa13bc87dab5f3407cd60b0085c5f1

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1910259627907bd1a7822fffdd2f25d4e2f5adc2371b13815b6f41deba88d086
MD5 6c39f2e0118e9da9904ead0cd8fdef7d
BLAKE2b-256 951dbaa64578225ade8fb983e2a78ee7e88ce6b2bbadc38f3e6db60e9afde9bc

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 d5ea08483a7f264f9ecaeb39b6e9603eef5268aa6193b5905f6dab640467038a
MD5 e7857b29c9df6d552723ea6b8632d243
BLAKE2b-256 e7b234d9742b99d196e81bd007babad316bea62712769ce8a42b734faca305d9

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 85b26371124bae9aa3a7d84ce4fdbc359433ddfdea3672f4b6b98fd9c0ec05c3
MD5 b76bcb215be24001759d4c96800b80a7
BLAKE2b-256 da2bf07f3f86fd34737525647d55475d60dce18c0a34dac1210e304b90d610f4

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 dd836e7fe30ab7d38c949118341910c4394bd07bb23908054c2f7a5cb8a2cfbf
MD5 e48cb89d83aee3fcea174d5354816463
BLAKE2b-256 5e02786329543b98914e290c92cda4497d02a2d345edb4161a908a9066aceeab

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 845f787dd722ba8796ce6d01419f05fbd17e3f23e46d69129580082ef8274881
MD5 868d6dddf13af2eb196c1010ab02ef40
BLAKE2b-256 2002f7b67c4e352e6447864472e104482a8d919253ddf5f794163b3a9daf5677

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 696afc12fde6f9da3cb34428dfacc24b19b7ef12b8dfab507c40e8b65aa604c4
MD5 5c9fadc9adc450c6180bebba3d7e86d8
BLAKE2b-256 2704a883ac4bdf06d6bb57fb4257adf34807b22f94382996fa9d3f0ff07c2133

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4a8b84d4b1ac4ace9dad1a0dc5678da78ccf7417be456b8d9b2aa93adccd3d6b
MD5 20708aaf54d70c5323515dd0369317fa
BLAKE2b-256 b2078159d914e5a085e90250dfceb84a5ed24f18a3636a8ac2e091ba73720998

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 6a1e185437ffaf4132f95076d9ac42acb966f3fb87400d5d112d2e16052242e6
MD5 d7fbd0e312701afc7d9ddf205cf57c8c
BLAKE2b-256 fdfc26e0879748c0e56d9d7743ed0b4596e735f18359a9c1c9e7244b2d2edc91

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 52f576e2607ac75c9d039615f8c477a131a9e365901af64e16fa0f0cb72c1d3f
MD5 516c372b5d26bbafc47bad7b5735c4bb
BLAKE2b-256 919ea0e597ceb02dce7dd8b4974c8672b83760b4dc51bc32fddd0736d358e0bc

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 24bbb0ed6556220a5436dfdf13b640c1e19788d9f79a6f5c9d1f2e5976812066
MD5 7dc57db317cd1f2849551c3d8291fe0f
BLAKE2b-256 b30080efee74b52107c6d3b16e295ab5c9ec2e954bacb0204abf52750b70aa27

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0de045991ef76eb1f72b09eb4ba804339b598680f664c32cd994bae71b42b989
MD5 a61aad961093fd50a387f70e524a22e7
BLAKE2b-256 7d18cf99a5ca40bb5729afab6c6ce48722f0fdb2fa162bc6f8c0d7986be4b97c

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 c278f9af655e0bbeef6afd54f2f07b83b4d6eb668a058163a24254b50896627b
MD5 ca5edbd15f38bc8b1c6d8c819676d7cc
BLAKE2b-256 84b55f03b58ac442adda2b2acc4ef0935d20359769fc120bd04a458e8e88a08c

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 991b426d11afb57d25527ecaa76bb576159302df4ba98c8a08a0b19ec2eb0f84
MD5 78bfa2c1b4c569cf8fe60845c2382161
BLAKE2b-256 5908c449f2a72ecf6e184311b3b737bef07d706b446ffb0438def5366b686fee

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0d00be998940a9c225894d5c554f96b62be38f82c18586ce22622c544071524f
MD5 3b0f42c6ae1f5b2b6ee221e931d3ec0e
BLAKE2b-256 2689438e77d674eddace46275b7ee55ac948cb5db8702753e6218ee278562b97

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 818a11577158dadb56e97bf1a23d0b0ed07912632136e41f06d3f7c4f9a5d641
MD5 3138cf3727528a2cd259f02c30505f9a
BLAKE2b-256 96e9b3bb3af3703719714cdeae0f00449931e9417aa133f75e5206275eb01929

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 92ee04aee6516612e7398d45a2f66914e6e486ff3a1628214e3d5784e57a71e9
MD5 120267e40c36aa302f735c90fb22ac1d
BLAKE2b-256 4d0aa0b8ac5fc9b4a352520752edacdc2f43cec79f7f14bd39616de78938d87e

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e9934cf68009db026e4e924b51f5b899012deccc3050235416298ddb872db611
MD5 12352e9bf8a1b532d9b6bc0b405f6e9f
BLAKE2b-256 b2379a75b1386aca24e3513b3a89c0f15602a816442f6451f9930669422adc75

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 45031781efd1989ce46ec28bdd453e218d3f9fb299fa6cd29d4777ae9aa73ab1
MD5 10bc93257fff9e837a976eadb62b348b
BLAKE2b-256 14cb87c924f7e0eea047b7599c102006f8570018603e00d284ba48f70872edb3

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3078de348a19dca24dfe5c1202e69a5433b74ffd93edd54f66d7846dc60070f1
MD5 3b3835bcfe6a8584a987a44235b17c49
BLAKE2b-256 e5729aff3971325edfed196c1fa04ed00770904c4b002a49123fa428ecffc94f

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd83a536e21cb2a6050db227ca2cacf65a52ee2ba05fef8895855b573021485a
MD5 c0b6272c6da142af1cb0c8acad9771b3
BLAKE2b-256 3a03cf41b3d65775e3498fac85573c05e33b9cc7fbaa3cd5e313afe4a5b81498

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 c2cad345951d7436d9cf636b3aadf4c41f88e222f8b17c1319f572fdd346f0a3
MD5 3b0d9e9434ddc2acf4900856eeb36391
BLAKE2b-256 4361da556c567153b23170a83295b35415d3991016e8b03b99fd5ba34bf9c170

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 0ffc0ff71464578ce1ad9e5c9c4f0f669fda43278b63f4bc0abe56acbaf6ec90
MD5 c0a3f92bd5161110d6950fc0c36f35dc
BLAKE2b-256 d368a299382244351bf2ed890ea290fdc4862d4353eb643d5312c9fb43cd89c7

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 30e6542836248fac55c4229fff392bea7a5020f7019e124ea1e31c90c6533748
MD5 023a998752118f456d3779203443b200
BLAKE2b-256 adfa8e3141888d709690eb94af16dcf8eb27f8f9d04d9a287ac8dc1792be626e

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2ae5f578935ffa8a35001f0fcb2c732bbf4397f2b297d9a6519b3d55e41653c7
MD5 0b7ff31f2d9c3a8fce0a67a3ecfc6dd8
BLAKE2b-256 7a94f83ed0151af8fc415d33fc37d3768a5d0626f45ee433e09c15a05493fc5c

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3584fd5197ffb453ec544b81696ead1c0fdb93149992bc145a23c0173b260643
MD5 1ed80f17bf496295b2fc6c91ffb2389f
BLAKE2b-256 893e8f9b7832b59d129179cd4adeda59a3961a7fcc10bd9b520e5bf558aea530

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ff3b7fe9a5dcddb80a66e04df64f21e899c7b571d885d8a175b9c915b1596c6a
MD5 5fbc902d814d89beb38ceedb7f325bdf
BLAKE2b-256 480e7d884b251a325ca39a8d574a3f3ec5f09bc79b850766f7887651e53a368a

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 1322d853173aa69749519263b55bca99ca6a173270135250ace89deaaaf8828a
MD5 d442e9b7f491b75dbbc0f23461f443c2
BLAKE2b-256 9325aeb98df949e213271d95d4e09813c6fb4bb77d0dc57dc8077786f3ba1ec0

See more details on using hashes here.

File details

Details for the file cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cr_mech_coli-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 176a58712c682bb245f6fcd235d71510b3f4695f9851aed02415dc05af601d06
MD5 8380d56b58d04f6f6c7968dd3c99218c
BLAKE2b-256 52b12a5bd3a623139b5092b21ccf3751346089d1154ba06515e08539a7143745

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