Skip to main content

A package for the modeling and simulation of reaction-diffusion systems.

Project description

Introduction

Strengths is a modeling and simulation tool for reaction diffusion systems, interfaced as a Python package. It stands for “Simulation and modeling Tool for Reaction diffusion Networks in Graphs and Tridimensional Heterogenous Systems”. The design of reaction-diffusion systems is facilitated by the use of dictionary as a way to define most of the key objects.

Installing and using Strengths

For Strengths to work properly, a few dependencies have to be installed first, including NumPy (required) and Matplotlib (optional). All dependencies can be installed at once with

pip install -r "https://raw.githubusercontent.com/ThibaultFillion/strengths/main/requirements.txt"

The package can then be installed from the Python Package Index with

pip install strengths

Alternatively, you can build Strengths from source. More details on how to do so are given in the documentation, in the “Building Strengths from source” section.

Once it is successfully installed, you should be able to import it in Python. Below is a short example, featuring the simulation of the trajectory for a simple reaction system:

# importing strengths

import strengths as strn
import strengths.plot as strnplt

# defining a reaction system:
# this one have two species, A
# and B. One can be converted to the other,
# through the reversible reaction A <=> B.

system = strn.rdsystem_from_dict({
    "network" : {
        "species" : [
            {"label" : "A", "density" : 150},
            {"label" : "B", "density" : 50}
            ],
        "reactions" : [
            {"eq" : "A -> B", "k+" : 0.01, "k-" : 0.012}
            ]
        }
    })

# running a simulation
trajectory = strn.simulate(system, t_sample=list(range(500)))

# plotting the trajectories of A and B
strnplt.plot_trajectory(trajectory, ["A", "B"])

More examples, using more advanced features - especially diffusion -, are available in the documentation, in the “Using Strengths” section.

Documentation

Detailed information on the package and how to use it are given in the documentation. Especially, to get started with the package, you may look at the “Using Strengths” section, which presents the key functionalities through examples. For detailed and more exhaustive information on the accessible interface, please refer to the “API Reference” section, where all relevant functions, classes, methods and attributes are covered in detail.

Source code and contribution

Strengths has a repository hosted on GitHub.

If you wish to contribute to the package, whether by giving your feedback, reporting bugs or errors, improving the documentation or writing code, please refer to the project’s community and contribution guidelines.

Testing

Tests rely on the pytest package. To run the unit tests, run either run_all_tests.py or pytest in the tests directory.

License

Strengths’s source code and documentation are licensed under the terms of the MIT License. You’ll find the license text in your strengths installation root file, or in the root file of the project’s GitHub repository.

Initial authors

  • Thibault Fillion * University of Orléans, Avenue du Parc Floral, BP 6749, 45067 Orléans, France * Center for Molecular Biophysics (CBM), Rue Charles Sadron CS 80054, 45071 Orléans, France * University of Florence, Department of Experimental and Clinical Medicine, Viale Giovanni Batista Morgagni 50, 50314 Firenze, Italy

  • Francesco Piazza, * University of Florence, Department of Physics & Astronomy, Via Giovanni Sansone 1, 50019 Sesto Fiorentino, Italy * Instituto Nazionale di Fisica Nucleare (INFN) sezione di Firenze, Via Giovanni Sansone 1, 50019 Sesto Fiorentino, Italy

All authors

See GitHub contributors for now. A dedicated Author file could be set up in the future.

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

strengths-0.1.1.tar.gz (75.4 kB view details)

Uploaded Source

Built Distributions

strengths-0.1.1-pp310-pypy310_pp73-win_amd64.whl (114.7 kB view details)

Uploaded PyPy Windows x86-64

strengths-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115.4 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

strengths-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (116.8 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

strengths-0.1.1-pp39-pypy39_pp73-win_amd64.whl (114.7 kB view details)

Uploaded PyPy Windows x86-64

strengths-0.1.1-pp38-pypy38_pp73-win_amd64.whl (114.7 kB view details)

Uploaded PyPy Windows x86-64

strengths-0.1.1-pp37-pypy37_pp73-win_amd64.whl (114.7 kB view details)

Uploaded PyPy Windows x86-64

strengths-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (115.9 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

strengths-0.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (117.3 kB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

strengths-0.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (117.3 kB view details)

Uploaded PyPy macOS 10.9+ x86-64

strengths-0.1.1-cp313-cp313-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.13 Windows x86-64

strengths-0.1.1-cp313-cp313-win32.whl (109.5 kB view details)

Uploaded CPython 3.13 Windows x86

strengths-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ x86-64

strengths-0.1.1-cp313-cp313-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.13 musllinux: musl 1.2+ i686

strengths-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ x86-64

strengths-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (497.4 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

strengths-0.1.1-cp313-cp313-macosx_11_0_arm64.whl (115.8 kB view details)

Uploaded CPython 3.13 macOS 11.0+ ARM64

strengths-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl (122.6 kB view details)

Uploaded CPython 3.13 macOS 10.13+ x86-64

strengths-0.1.1-cp312-cp312-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.12 Windows x86-64

strengths-0.1.1-cp312-cp312-win32.whl (109.5 kB view details)

Uploaded CPython 3.12 Windows x86

strengths-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ x86-64

strengths-0.1.1-cp312-cp312-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ i686

strengths-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.6 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

strengths-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (497.5 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

strengths-0.1.1-cp312-cp312-macosx_11_0_arm64.whl (115.8 kB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

strengths-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl (122.6 kB view details)

Uploaded CPython 3.12 macOS 10.13+ x86-64

strengths-0.1.1-cp311-cp311-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.11 Windows x86-64

strengths-0.1.1-cp311-cp311-win32.whl (109.5 kB view details)

Uploaded CPython 3.11 Windows x86

strengths-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ x86-64

strengths-0.1.1-cp311-cp311-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ i686

strengths-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

strengths-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (497.5 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

strengths-0.1.1-cp311-cp311-macosx_11_0_arm64.whl (115.8 kB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

strengths-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl (123.1 kB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

strengths-0.1.1-cp310-cp310-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.10 Windows x86-64

strengths-0.1.1-cp310-cp310-win32.whl (109.5 kB view details)

Uploaded CPython 3.10 Windows x86

strengths-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ x86-64

strengths-0.1.1-cp310-cp310-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ i686

strengths-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.5 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

strengths-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (497.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

strengths-0.1.1-cp310-cp310-macosx_11_0_arm64.whl (115.8 kB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

strengths-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl (123.1 kB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

strengths-0.1.1-cp39-cp39-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.9 Windows x86-64

strengths-0.1.1-cp39-cp39-win32.whl (109.5 kB view details)

Uploaded CPython 3.9 Windows x86

strengths-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ x86-64

strengths-0.1.1-cp39-cp39-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ i686

strengths-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

strengths-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (497.2 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

strengths-0.1.1-cp39-cp39-macosx_11_0_arm64.whl (115.8 kB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

strengths-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl (123.1 kB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

strengths-0.1.1-cp38-cp38-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.8 Windows x86-64

strengths-0.1.1-cp38-cp38-win32.whl (109.5 kB view details)

Uploaded CPython 3.8 Windows x86

strengths-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl (1.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ x86-64

strengths-0.1.1-cp38-cp38-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.2+ i686

strengths-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

strengths-0.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (497.3 kB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

strengths-0.1.1-cp38-cp38-macosx_11_0_arm64.whl (115.8 kB view details)

Uploaded CPython 3.8 macOS 11.0+ ARM64

strengths-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl (123.1 kB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

strengths-0.1.1-cp37-cp37m-win_amd64.whl (114.7 kB view details)

Uploaded CPython 3.7m Windows x86-64

strengths-0.1.1-cp37-cp37m-win32.whl (109.5 kB view details)

Uploaded CPython 3.7m Windows x86

strengths-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl (1.5 MB view details)

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

strengths-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl (1.6 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.2+ i686

strengths-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (503.3 kB view details)

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

strengths-0.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (497.2 kB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

strengths-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl (123.1 kB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

File details

Details for the file strengths-0.1.1.tar.gz.

File metadata

  • Download URL: strengths-0.1.1.tar.gz
  • Upload date:
  • Size: 75.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1.tar.gz
Algorithm Hash digest
SHA256 53296d448f463653b51c07024761b90043c052f18b6996c2014be883451a8109
MD5 54f597056d47f115eaf45d02dde01659
BLAKE2b-256 ae42a535cd97745906034c23f0440a69276143c6c7b5c991ddb7602067c95ad4

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 f5d0c023458716d7b53b669479676590454c1c6d0aee5cf2724e74cb6ce3a5f8
MD5 bf6dfa965a9822d36a34ec193b7fe380
BLAKE2b-256 f18d47818061364633d2fc13bd405e655a45522f56e6ca7bf4c0e348d1a20379

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7aba1b180d13af7bc035f957f078f377526c30ba7c22956c0cb36671640c5edd
MD5 f6685bfe79576f92d63851946bb49c3b
BLAKE2b-256 f99a183a6287967b6a0d85117b95a58504dcfa6569162b28fb71ee093393a902

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 70e8b4052f3eeda94b31da295396c9c2e65aa075c2ecb6fb5fa57fcb32304ba6
MD5 e7062658ebd51e35e1a933f16a0d288c
BLAKE2b-256 3c6384d28e5e48f52e1ed876c3c5b8b6294aeda6a28a3117598fe79f24c2f9d9

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 840e1655485bf0864fb20ef0d3560f2e6eb96029b4a8be48d30096055839e817
MD5 47d5a188549334aa8ff31011444191ef
BLAKE2b-256 114b1ce3d426405d7fd410ef3561521686c310ad2893e764c5efc83bc72bb3ad

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 2ee59fff3380eef8730a895c528248675df28be7cb7cc07a316d4bbd0e36e442
MD5 f3fbb4c2606280ae5bfb7d11d4110fe8
BLAKE2b-256 e735c39519592e9ee64843a09240d8b23d2182757b715e0762845838a8e0f78c

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp37-pypy37_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 a58c3f4aee8e897e2b67d66bd4b174315201e6bc3f126d787216cefb67e3e4e0
MD5 5cd5f7d96c496283add93bd570131f38
BLAKE2b-256 eff080f936baa6685faa344d19cb3581c667d3cf795c7f4d82b431cf497a584f

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 2963e686736ced32044465cbf3f00736922f661b910d72661f946f4d3f7635af
MD5 54c57d622ebd6dc16da3b32438b94047
BLAKE2b-256 7404c12d61a6a22197765489a4b5ef420ef32a810700a6fa2abacbc6117f370c

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 fd41f3c553c5cef35311e4c23b1bc3b6997b7c1dd9c4f75b7785ae02e0be866d
MD5 08f1c30d6dc4b43d33412af58ad09077
BLAKE2b-256 aa9f1a777edc5a38beccdad5dc493bf0edd9b40389cffaa85e43414e63acf8ee

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 930097c2115550463d64faf96b3149b4639f81ce796ff60cddb2d8da71b63afc
MD5 7fb8dec146224dc6c2e5dea2384e4066
BLAKE2b-256 d57904fcc1b5ce4e719e11de30363d818a65b87edc4ba44d48845c149400617a

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 fd90f730c8ee63d78f57557d68664334c86fc264296fab1d823edb8b64ce6072
MD5 494fd5b844b16256db6b543250f561f3
BLAKE2b-256 465e33a277ab819644dfef0fd5cf7662afb6715a6d8951c07d039fd19fb20b7e

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: strengths-0.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 248f7de72a026909e3b6d1b5f3b6469c7fd649ffb4eaded6d1cfc5c0f0e2ae75
MD5 7a2604f4083c4cde33e44b002fefd690
BLAKE2b-256 0a6cf3650d4afe4d6e4fa73251844973e4bba13a53c20c35f2179af4140ea90b

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 941931dd821bc6f78d7bdf174895330c856747bcb600a177fd8ce9098e2b7da6
MD5 86116e46fa667556228967a70317bb29
BLAKE2b-256 43f8e1ba51e94de42227bab6254f06afb2b7d85e2cdc7efd6bf3f2fc91e25413

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 dd9c7b5204dbf9496ce0a9e0599825e5039280d3c3c7c06beda9051d99621b19
MD5 10948bf11cbc6c63849b21b5b8a9fbbf
BLAKE2b-256 f4b360f87d5879bf11ac54801b711c58e04adc4e8168925adaf712fee1802789

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5fa823277ee004a9aab06fb851cb2d490e345b6a5df6f72bca8c59809899bfe8
MD5 b3a4c1715a7a4e20beaa118c2396b223
BLAKE2b-256 9354301a875cc283089e5492e9da71107c1172fa86a88eb68c992efc83e856f0

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7f05681c5ad3f842d4b4bcc730c8bf679e73d2be6f95424795c99cf777b7fff4
MD5 7da203b1f7e298f441128e441ec30c50
BLAKE2b-256 8809ee03dd9235f48d7ba2de1e2325ca934c9f1bfe5ccad60b3a9ffdc92a1c88

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c0fd12df99dd50468450911753a91f405c3b091a3871cffa5ed74117197674cc
MD5 74992b673c4c4199db8cb194249505cc
BLAKE2b-256 6bd1a06ff7390cefce80539fcbd1bb0ae81ec9b492f4b2583cd78b809de904fc

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6f58e50af937c50f233b087e8f6f3a71a2105111a06ffbff150f08dc6b59298d
MD5 67fe54d7b406f0b5c727fe097bd93ce3
BLAKE2b-256 da3dcd44fc5b8fec09e3e3999a2670276d53acf96fdbc806beeee7bd59fe44a6

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 30add2ac3215287ac4ed8efaafa26fea7d054a0c0952e96baca18544baceaba7
MD5 867608dc83bc507ef058d06790362ea0
BLAKE2b-256 50c40bf641d93be5b13ec17b2f85767fe99dc0925809ad87b528d08b84be4bf4

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: strengths-0.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 7a77c2524425005fbce359bb0bf7d2a0a8120406cd153b020e88195c6c02be5a
MD5 9e5db795297f0474d6708fa0b923f34e
BLAKE2b-256 3a6a56f8d7f6dab9f65f8957afe0715ea1e6468bd282a0ba1d283384ffd26d81

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 24dc5909580ca10430d8ba072317641248b6cebba56c18d729006540b1c64e84
MD5 82fe30254a10e0c8433dfe4a485fd838
BLAKE2b-256 00e4f37754d1f30024b4208b04e5c0d30169116fb6c44a139d354682ae7f68f7

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8447ac7a5a4401a8d2e55e5607910aebcc2c2fd2b9a4dbb9a3b890cd4d55a6eb
MD5 cf3f8d4c15ed8ba6c9fdd0d9839e1b1c
BLAKE2b-256 da747d7f8656b698c63d37c964a0124cfc0f3c009d7177f49a42c6989f00eef3

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 578f3f11dc1dfcc0d60a78afb389e9c7a57e135e33a985e736f83e304d49190f
MD5 b04b871b33c3b679f380fe087bc989fa
BLAKE2b-256 0feedccec7b93a4831f8857f3d819e486c95c168fe9774d67f3506e7ea6f7185

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8cc9f383936cab33dcd8ca5fc52bcd61314f2b079f829c85fbfe2e191be6e656
MD5 16d85f84bbc30844a680aa164b1a9af0
BLAKE2b-256 4ced1a179f1ee3d84981e7cc227242939b130d62b1b2f0d1c6fec2a520f034a6

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8756e8c25c035fcef9ee5c40822ae2a28e7b85f270d14a2bc2107f6a46121a69
MD5 0f38b850bf96baf2c3ad51db08759979
BLAKE2b-256 9bad557d89491ba7df5d1ae6e04258ca59acd61b91dc5a056e19fe7c193aca67

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 5a30d891217b83ff858fa7e90eed1119a1e46a903f17308b10e574758cdba92d
MD5 6a5a17e5922291638f50bd4a7d905ccb
BLAKE2b-256 63b72272c82dfbe27e5ac7c36dd8c3d3f9b87b73e363531256cc1088404ed27c

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 8e36860b90add3a50e8626a00d0895f6fb9462bba5da64243479698571cfbfd6
MD5 5cf397382e60f9d045a016059cd39cce
BLAKE2b-256 dbb7a497654ae404dba520f6a6e85fc8a79657c70f5a15c84287c2683fde0092

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: strengths-0.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 402d3128847207f65c9a646dea89b81ae2dc387a12835c6b187f18e424e0ed3a
MD5 c9a163e003980f91dde3b72fd7344001
BLAKE2b-256 63544f252b971035e10703e2bdd6184ed33bcaca0469da95abe723c42878728f

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1a1f2696cd351183d218e60d2c98c5f61fdb31f59ab1635eb7924cee7d03de6a
MD5 2ce9123a8894336f9e0fc8858035441a
BLAKE2b-256 cf3d0e349eedb9c9f75064c2f7ac3644a9291543dd325c5ba8a0a3111c3bc22f

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 13f69749634f40e18ee79a086405b32ce20b4ae8b856fc15fbe9fe279de686ea
MD5 b7743ea55f26ff607c92c9ec40788497
BLAKE2b-256 1860de0aeb4b679c7fadb0557163c95b8028c28558424c6ea95811aa963d395a

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 542670d9fb731059d01d5c395b774267d0530ec00de5179b9e7b1431fddd8094
MD5 4c4680f7a3043325bb202aaabb54627e
BLAKE2b-256 ff2f078f46f5ece5dd9fc64e324a31609ea7061e1765721ccf0f9ea9316c13ba

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 20927edd1371e99aff4ecc52990a80cf186c0fd1cfa3ddedd4758d7c834ae418
MD5 34edde2ed364f4fc11d83aa141ae15c3
BLAKE2b-256 f4100806179976860c94332018442de50d1ae1b393384c32052be3ee84b59b7d

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 53b100a695582ea3982cf7fae77bbc1dc61b47554896097b408c00d92128dece
MD5 4fba23aecfcf6d1c3e11913aa7cca635
BLAKE2b-256 e591cd0c97cbf56ac8dfb793a2e2bf8a37c04a83013a89a6762ed57d7eedffde

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 fa20dc6c93611b0edb2bf3aba166c0f0174568362e574e0159a8bc53cffac2e2
MD5 4a8343475c38c314382ecdd8c7821748
BLAKE2b-256 c270c11b5305181689bef2f670ed2510ccee05dd23d4abe23c0939e3b90831f1

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 65501ac1c44f11af5fd3d4a4a8ccbe66bcabdb63b17499f4762e998d3705e8d7
MD5 73eb08f5e3041d87a2c48f3e2ca6626a
BLAKE2b-256 f499c9071138d29566cbd42c24c3208178bef232dfcd9f2ccc74c4443f3cf013

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: strengths-0.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ed839151f17a6d6db2e6870c0be98a8a1a01d6c0c538bea63fb9b1c1f08d95ca
MD5 d91a17141796ad6ef6fb7faceea9beb3
BLAKE2b-256 64816ffc595249269ca3720d5d9e619c353b574469e15800acea7edf7e749b47

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2d9d4f49f842e53b8b3b2cce5999393a71156b5265d710332d5b44158ed26aeb
MD5 36625907e140fe699da7197c578bd092
BLAKE2b-256 6e47780b785dfacf62806b817e099f81456e906ac5300b02d3ea237db91bdde5

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9214804e35aa4cac56cdf04e15af99ea7fdefe8089ef327a2cd211fd02d2d76c
MD5 9e9aacbca228bf2b0fe2a64b2ba6fb0d
BLAKE2b-256 d778245407f08e5d5228a331df439585fe29e354b31435af3df2d15544216009

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 384aacb4e2c64212da2d0d88cc1bff8b326677148c0e3e9a6b9b70eb7c0eef41
MD5 1c7c160ddd5987fa314038fb76d572f9
BLAKE2b-256 2e032e2c5a440ebe181e82e59004ddc9f9d82c8c693b8286d3cf790b8e26d4b1

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bc92a71d82d8572e3ce0093b95c2f4b0c5299f21287f0b90b250ce64b96a6983
MD5 1216944db1e8e8ebcca0b9da249b680b
BLAKE2b-256 83891188bd82d9f4cd773aedd216a58ea66285d364eaa33ce9cffedd805a4ea5

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fa980c1b43953da6e6c7296c9f301c1c1c9690c79bddc537de6062bfc99ec89
MD5 578446c220033a6ca8e53a4e8e5ec4bc
BLAKE2b-256 821c6090d668f3a409fad326c94a24fb19e44b9df1a4fa55a89e159862bf2205

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c0044acedc99aa45ea83006c8c2678b3c2460e9a3e76ba9f6898e3789cdaa27a
MD5 fc9c1c2f8d997cff49723513c9e3219a
BLAKE2b-256 6842b15018c7d06c8553734f52a2f1c1de5bbf06c5ae2d1fe3d6c734392bba49

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: strengths-0.1.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 114.7 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 49bc0e390e2e89044d3769e36263779771289e5b7a3ee6c9845d2bc62ad71b8b
MD5 c2d6ecef789d66ebf0eb9e9c441f7b6c
BLAKE2b-256 89a4e423057370e3b3d498c9d75091ab1222efb746de3ee3f8e38ef7b92f43cb

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-win32.whl.

File metadata

  • Download URL: strengths-0.1.1-cp39-cp39-win32.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 23cb84a14d9821c47906bcab9c1d792fd2e0c8a07b3f4057b7c2d2bf263accad
MD5 29462cb1830770bd2619204bcb1fe668
BLAKE2b-256 97f64680ff97ee8a00be2116fe66996f802c379f4d03972c792c10e473e1c012

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c4f859f9071ed2b0c08e16e58f3eb71152f3e4c64f2810ccc1a48469533a7d61
MD5 8c563b1bcb1a27fc863c2222e2f1dcbb
BLAKE2b-256 c6e9316dd8e3fa93e845e64b79500f0696812b18698d885277ddf7d217f3f3ff

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 c9267c0ef9525c0ef0dca489a882cf6e918c0355985c7ed0ec41aa8dd862dc90
MD5 f7feda82609b1b84517fe07bc11dbc7c
BLAKE2b-256 4595a158c0332df43f946db932ec723be484ed02b92fefd1aba6df4386c1ec97

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c29401b3abd82f9e77df86ff0639ee6992e3d093e8e3e1b56cc145499019893e
MD5 f213a19668ebf452842bd48713fa3ee8
BLAKE2b-256 292fef040705c747f2a5ae02faab60183ecf81da5efd1f066fdc494453ca0012

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae27e0f25c889daf98781eae9d4e5a377a12298539a36dafcb2c13d7b374502b
MD5 3f89d1b536f11189228d1ee0cb25702d
BLAKE2b-256 ef43015d90d0e0ef8b563c0c29713fdb39accd921b77f95838301334969a73f4

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ee8f9140bf6aeeab238b3cf9f8173fb4c16516afba544378582d7d4b162cc7a2
MD5 e2ab591caee143fbf090633bd8290487
BLAKE2b-256 4a860ba296731dcf397d4d3b3b8367f844947ab34dc005baf8291d1030621c63

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c97e38863a98e9843afeac1f5c4044ba87afb9503d81026e660892592a0f763f
MD5 670acbf5bd018f6f4c6043a2ef5918b4
BLAKE2b-256 b0d912871e85a64200c3566f08f19684bc99bd2c87eb05d7ea02f940f50209ac

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: strengths-0.1.1-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 114.7 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 b527e9348d4507b36b00101ab9cb1149e51ea18108d9ba829728c0b3aea25ab6
MD5 a6e01a2665c6768dd02534c86e52fa36
BLAKE2b-256 86f1446ac6b325672331451a1ab30b8ff9b7795a142edc45009e71d7483af4a7

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-win32.whl.

File metadata

  • Download URL: strengths-0.1.1-cp38-cp38-win32.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2639b24e186f7f0b6a10689354df980ab54f9ab5d568447eaebf08d894862b37
MD5 9636b26ed4471471a2b0ccf42d6c3f62
BLAKE2b-256 75815f9a13c14dfbff81ff41e4c879d7b4b97a12459ad3fc4ea52333f15c65bf

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d7f9b78b7bff53e7d3931d823dd93cb077a3e8bc42963614d1222c2f02654502
MD5 b6143f703cbcf74e109f54eaf1edfd89
BLAKE2b-256 a6c9b5abc54a72fe77940aec751ce33ec3fb3fd8f104a9142390cc6e06a76743

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 38904aae36ec0e96c889d11852150708549de475468cffbe5612987422e28ed3
MD5 d830c03307421be6f9aa47ab54894cb6
BLAKE2b-256 76d381354571a93dd39a7394160d878b3fcdfbf52011dd3699be39941ab7df69

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 23fce38c2595c3b2be6bba22c745d77ee081f20b2878e1eb7f867b5a17acfee3
MD5 f9a063bc9b38a544fcb28da0ca8821a0
BLAKE2b-256 cef3b915aefdbb17fb78fb751e9299e781479b112dbc1fba158e93acddeb0098

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6a59440833eb80b8bb83e11dced466f33b4b1c14a5f90a5fc06991964cda869d
MD5 3812671db34713eef26e57615a20a198
BLAKE2b-256 a1a1040b6d75b402e6ac83a92f5641cd943eb677f92babf473eb6bfa3529da9a

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 27f9d32704aa7706ca4cc1cb25edabbbfd173dc35d0b5d32489d345d1a7f483e
MD5 8fc8b7c5f5da3af95a6b9c7d66ebfda2
BLAKE2b-256 7d9094e525ff901cfb765bfec18b0652a16fdfd444d29416d2a478c405958c6b

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c15f28398be898cb951b6ab91de4d78ae2927e3f1c28d961ae342cace6979e6e
MD5 cb7aa5cef76c1b6e3fae661994e38e9d
BLAKE2b-256 6beb280f6f6a8f369348a6cf24280f42c6d4baf96102b321d8359ccc0c727c7d

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp37-cp37m-win_amd64.whl.

File metadata

  • Download URL: strengths-0.1.1-cp37-cp37m-win_amd64.whl
  • Upload date:
  • Size: 114.7 kB
  • Tags: CPython 3.7m, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 bcd5081bd9dfd73b5f1f83e049a8071ab5b1aae2121ee5dbf0daf491ef21479a
MD5 70530076ddada3959dc93b87a7894bab
BLAKE2b-256 66eabf25d9f5e0c726c99c56e01e7a17e0c6ebc622c4878bad7b4d409645ed95

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp37-cp37m-win32.whl.

File metadata

  • Download URL: strengths-0.1.1-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 109.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.4

File hashes

Hashes for strengths-0.1.1-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 03a52258ed94d23eb127bdcc4951722bcc508518b5bd60dcca1a34ab92851b8e
MD5 ab0fadb63b0fc1c0a6305687f4cf8e33
BLAKE2b-256 371d7d7b9d1e49d689f0a9e9f8ccd402502afc1eee3feda33d6a4b898a4fc30f

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d46439297ae95b8b67285a4ff6a03fc7d1e47ddf48ada44a7b7cab69e590e1a6
MD5 d2c6af968b9f9f9e7a4bf2670edf0567
BLAKE2b-256 2f1f9aafa18da7669df2f2c696aeee1b11677973f0632d9b3f1233da8cf4a0fe

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 ed933a437650c63b0601be3d7ef440f2e8f9aa49687b71dea557dc17f2dbf845
MD5 feab2c4d734fca5dec7a437f8e6d7e1c
BLAKE2b-256 f694b11ad4c5b2aa4da796600831a2f003b1d7be064e04a194ff6fd98dbf65a5

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3db6647084ec268633f8b2310c8178b6068cdc86586410594cff756c3bdfa099
MD5 58d574383781d83b384db9d124ec0347
BLAKE2b-256 5dde76e53eb68ae1be776507fb05f73d594da9d17f4c52faeee8d40296e721dc

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4e4daf22a7d011012f4edf1f429be64e713c47b8c1d86cad3294b37a1718b247
MD5 a85f597d0df35486b6ed9d4c92da19b4
BLAKE2b-256 268b5733d855431a09a1046324bb645a93693a2e43fbbd862a6a84f577aab72c

See more details on using hashes here.

File details

Details for the file strengths-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.1-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 791e66acff076e2d5748bf1c205ec555a49f17aae9b06daa114d1326f734c177
MD5 e7b310cf5a8d143fb6f4051bf2d13b9e
BLAKE2b-256 df8ced90d53b25947133be5190155e32d93b76cac3097eafebbe9f43e512146d

See more details on using hashes here.

Supported by

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