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.2.tar.gz (77.9 kB view details)

Uploaded Source

Built Distributions

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

strengths-0.1.2-pp311-pypy311_pp73-win_amd64.whl (117.6 kB view details)

Uploaded PyPyWindows x86-64

strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (118.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (120.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (118.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

strengths-0.1.2-pp310-pypy310_pp73-win_amd64.whl (117.6 kB view details)

Uploaded PyPyWindows x86-64

strengths-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (118.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

strengths-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (120.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

strengths-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (118.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

strengths-0.1.2-pp39-pypy39_pp73-win_amd64.whl (117.5 kB view details)

Uploaded PyPyWindows x86-64

strengths-0.1.2-pp38-pypy38_pp73-win_amd64.whl (117.5 kB view details)

Uploaded PyPyWindows x86-64

strengths-0.1.2-pp37-pypy37_pp73-win_amd64.whl (117.5 kB view details)

Uploaded PyPyWindows x86-64

strengths-0.1.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (119.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

strengths-0.1.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (120.5 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

strengths-0.1.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (118.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

strengths-0.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl (120.6 kB view details)

Uploaded PyPymacOS 10.9+ x86-64

strengths-0.1.2-cp313-cp313-win_amd64.whl (117.5 kB view details)

Uploaded CPython 3.13Windows x86-64

strengths-0.1.2-cp313-cp313-win32.whl (112.6 kB view details)

Uploaded CPython 3.13Windows x86

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

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.13musllinux: musl 1.2+ i686

strengths-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

strengths-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

strengths-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (500.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

strengths-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (503.2 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

strengths-0.1.2-cp313-cp313-macosx_11_0_arm64.whl (119.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

strengths-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl (126.1 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

strengths-0.1.2-cp312-cp312-win_amd64.whl (117.5 kB view details)

Uploaded CPython 3.12Windows x86-64

strengths-0.1.2-cp312-cp312-win32.whl (112.6 kB view details)

Uploaded CPython 3.12Windows x86

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

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.12musllinux: musl 1.2+ i686

strengths-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

strengths-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (507.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

strengths-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (500.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

strengths-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (503.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

strengths-0.1.2-cp312-cp312-macosx_11_0_arm64.whl (119.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

strengths-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl (126.1 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

strengths-0.1.2-cp311-cp311-win_amd64.whl (117.5 kB view details)

Uploaded CPython 3.11Windows x86-64

strengths-0.1.2-cp311-cp311-win32.whl (112.6 kB view details)

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.11musllinux: musl 1.2+ i686

strengths-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

strengths-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

strengths-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (500.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

strengths-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (503.2 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

strengths-0.1.2-cp311-cp311-macosx_11_0_arm64.whl (119.2 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

strengths-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl (126.5 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

strengths-0.1.2-cp310-cp310-win_amd64.whl (117.5 kB view details)

Uploaded CPython 3.10Windows x86-64

strengths-0.1.2-cp310-cp310-win32.whl (112.6 kB view details)

Uploaded CPython 3.10Windows x86

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

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.10musllinux: musl 1.2+ i686

strengths-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

strengths-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

strengths-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (500.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

strengths-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (503.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

strengths-0.1.2-cp310-cp310-macosx_11_0_arm64.whl (119.2 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

strengths-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl (126.5 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

strengths-0.1.2-cp39-cp39-win_amd64.whl (117.5 kB view details)

Uploaded CPython 3.9Windows x86-64

strengths-0.1.2-cp39-cp39-win32.whl (112.6 kB view details)

Uploaded CPython 3.9Windows x86

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

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.9musllinux: musl 1.2+ i686

strengths-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ ARM64

strengths-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506.6 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

strengths-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (500.7 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

strengths-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (503.0 kB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

strengths-0.1.2-cp39-cp39-macosx_11_0_arm64.whl (119.2 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

strengths-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl (126.5 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

strengths-0.1.2-cp38-cp38-win_amd64.whl (117.5 kB view details)

Uploaded CPython 3.8Windows x86-64

strengths-0.1.2-cp38-cp38-win32.whl (112.5 kB view details)

Uploaded CPython 3.8Windows x86

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

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.8musllinux: musl 1.2+ i686

strengths-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ ARM64

strengths-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

strengths-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (500.5 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

strengths-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (502.8 kB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ ARM64

strengths-0.1.2-cp38-cp38-macosx_11_0_arm64.whl (119.0 kB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

strengths-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl (126.3 kB view details)

Uploaded CPython 3.8macOS 10.9+ x86-64

strengths-0.1.2-cp37-cp37m-win_amd64.whl (117.5 kB view details)

Uploaded CPython 3.7mWindows x86-64

strengths-0.1.2-cp37-cp37m-win32.whl (112.5 kB view details)

Uploaded CPython 3.7mWindows x86

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ x86-64

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

Uploaded CPython 3.7mmusllinux: musl 1.2+ i686

strengths-0.1.2-cp37-cp37m-musllinux_1_2_aarch64.whl (1.5 MB view details)

Uploaded CPython 3.7mmusllinux: musl 1.2+ ARM64

strengths-0.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (506.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ x86-64

strengths-0.1.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (500.5 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ i686

strengths-0.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (502.8 kB view details)

Uploaded CPython 3.7mmanylinux: glibc 2.17+ ARM64

strengths-0.1.2-cp37-cp37m-macosx_10_9_x86_64.whl (126.3 kB view details)

Uploaded CPython 3.7mmacOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: strengths-0.1.2.tar.gz
  • Upload date:
  • Size: 77.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2.tar.gz
Algorithm Hash digest
SHA256 54ea5eda9f33075ff88fbfa7702c052f17e4d6070a9d560a870003c2b388cd1f
MD5 e13161a4dec4508a8d32c3ac44d12536
BLAKE2b-256 bdb23cbb123229560aea9d2d7df33ec329d400803599344f3cecfcdebd5c53e9

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-pp311-pypy311_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-pp311-pypy311_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 78b80f4bba15e59e936cfb1eb04dfe24e742bc985395cbb565e00f93536c2b3b
MD5 8757ff128855537fb4f5f081123f25d7
BLAKE2b-256 ca5b9676bfcf6aba409c01329b3cca632177bfaca34e7ea5350a801a2e5c57bc

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d66e293b6386596d2b7b70c5c0069e5fe2f8e6af41237155e5b80c06075a4f06
MD5 2c0e5b9722646198c2ec80bc37bf316b
BLAKE2b-256 7321097e2a5c9e58ef9679f6651d17a9e4dd27bbd8c5122d4c4d92fd10827b66

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 f4477af5e9e13c712418e24b0bf60b64ee63e952ec68bb063c6b4499164c86fd
MD5 dc9ec2c029b54612b9799a838344cbe8
BLAKE2b-256 ba5dfd6b56f7019a235b7c7866238f724bc1faa2a8a6e8e85031df58d72d1f6f

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e26d19fe90edd3f9a9dc02071c4380147f78ed123e80d7a445ee4f9f07012a0a
MD5 07b399c067be8f2af90fc7033beb1e6b
BLAKE2b-256 30eb500f0bfc66ff5483a57dc44a0611fd216813a8163d0d30d2f5c3d68df4e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 453da6fff12f1aa1e3a94fdeac66c5c020a3f450c7d697c50447214f4a7e6255
MD5 53f1d4b050d0adacd72a6a942a86818b
BLAKE2b-256 f7881a258eed6475e4433d08c62543eb902c1ab205c592efbba669625ada9415

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f8d57dd3da2bbc820af18319a42b73f00cd2e070973e9a66182bc69231d5f79d
MD5 54d14dfb52e43cb915c2087454478c9a
BLAKE2b-256 19095a417c895e884f884747dfd84e8c4e3fd35ec12e209c80d58e04b7bae390

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 46c49c7d9100e583118bf21ed741e1b30dc8712db66516b1a4ad57c965e24292
MD5 cfc6458ce34ab1e63b5031410b9ffebc
BLAKE2b-256 735957dc201783d3b5cfed3eadfda9b65a10313d9be43accade7f54ff8b89a3e

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d027017a3bef9146fa0d6a62cfb448ca47f7d1c3652198e8c4c9281ca47b4723
MD5 3c9acde0f41d2797ed254d18232cb3a6
BLAKE2b-256 5a484d4648e564333253b69197f74b70a66759fb28dba4ffbb6f0cc2c8bb1d3b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 3d2eaee556c7664cea5dd6550dd7055601a7ddab618b596935a68a7aeeabdf9e
MD5 d9e29dfae292d39700657dd7db104ac7
BLAKE2b-256 a8240e4891f8df9544f1f39b51895bb4cf51ccbcb4b0769775d40c9ed4a063ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 1f3874aedf1d75800f12e751bfc207ade79cb7c444fd295f5b09c6098bfe943a
MD5 b38f5c6ff986fa580fb0ed8afec7b99e
BLAKE2b-256 5e6eb3f655ba4df613b3197559fc4727bc54ed00919d5157a999ae337029c7d6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp37-pypy37_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 ce6f9e03fce9d1457a453ded9f773979a628b3c6feb115e33e2838e3ddab62ac
MD5 abd45629c8ed521d94ead37d13c9a9c3
BLAKE2b-256 ff9fb297ca95c61f363890849ab9df10499ce5b692c4f0eaa6807ae9f012f55e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 899b5c658732dc1e78a58bd23081867465271ec42bf521026aec23b9a5957b3a
MD5 94d08c493391461697adfdb08e1ecb04
BLAKE2b-256 18590aad7ee23259857c4b95fdfb775fa97c96030baf6ec252ada90ced4af5cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4c163bc2eb8279a29b57999aa764f8c507656d2145b86c7d3659267c431c07d1
MD5 f46cbf9526134337bec449644aa9622f
BLAKE2b-256 531e5dd93f664605c21690d710e04aa6d6bbb2086a165175f64de2ca8d345758

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 90ac4d75e087d2bbccf371c26c1b145d48c7e92df0ab0eea31adca3166fca5dd
MD5 ea6b6738344d40cb626a5d01890574ba
BLAKE2b-256 20baf0d33a46a6d259fb801659e33432680de6ce6445a9fd69532bc3ba181489

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-pp37-pypy37_pp73-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 01ff565d766e3c5ae0e5c3e193a35639b5f703587cba9d18f09fa1827b07b9b0
MD5 43f20eefd142d90151e5bc0e229f1c7e
BLAKE2b-256 b3b2d1b27ca0ebb45d6cbd81c58534abb7a7fb5d8b943d981e92a1567d97954e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 117.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 51f2aedebfc34e0fedd1b1ea2f62201061bf5ac45103c665a8f9f63a3bd150a1
MD5 0133ae17a11953f9cefa025f6aaec41b
BLAKE2b-256 139c77bd67bdd3c1335bc7f91b27d003ac479cc961ff85236b70acb77d18ef9d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 112.6 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 c31ae1a5158d25127ca803d9b3e3c9f0cad336d5da7167772af05429fab3334e
MD5 a6cc9faf64912f80e3bab84bc1dbba9c
BLAKE2b-256 5310ad6ae196f710f9423ba91ebab0fe0810988126840a425875f53d782ff3c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 04d52d00e03be029b039121ee4254e8103475ad09eb54a3302f152c6534404d0
MD5 d9f5602df114f7850bc8b69ab2efab77
BLAKE2b-256 6eaa1d53335452024adea8679bdafdd0e5786e48408759d79cffa9b78cc29b89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3688aa906cc999c3890580bc1c2c1f16f642bc5bbc1b536e343ed03ef1ac3dae
MD5 52630d5d8152962639547fcb9ae4f5ac
BLAKE2b-256 77b92e2315f3665e8775b177dbd7f56380d8b686c1432536c0a930abade7957c

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 271e250782e4f7dd3b76e59addc41bfc03d725e233ce2703e51a71b23db207fb
MD5 ca4f17178fc89907f2c6eaf8841f5d9b
BLAKE2b-256 db3ac49af405305dd9bfcd73c5129c0ccb78f92301e66d80d278c420bfee68b8

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 85c048999f1a9ae03e75360446a81d293b9c3adbe4a39ada4def7743d1354c13
MD5 643a1f838f5c7493ed5f41ac9e6b4c27
BLAKE2b-256 ae2cc0b94cd257cfcacfebd58fd0a01bace13c161f45a4568d5987993fc3fe50

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 54d7238bbdc0b870a8ad06e6dd6c5fcd6aaa09a542af9cb57bb759a1254f5fde
MD5 270ba696d96d587b6386356e3547a36e
BLAKE2b-256 b425fdd9c04de3ddcede9be556d1cacfd2566467c0b210185b814c177ae854fa

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 256fcde9a0c83efde459a24d05e4bbe5c5b307c5ff272d8a8295c438ab7e0b4a
MD5 f267f40c126e370e5f3270a6daad4964
BLAKE2b-256 9257139fd2a96a442d87d6492c3363b601e81a6204cfaa9f9eb86482d8bc855f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d9b9596acf0e2ee32186d9aa9448dd46ea3eafc027026879e91e8965867f9c4c
MD5 a197e3849a62b41cc347273e23b37e43
BLAKE2b-256 361768959db65d53c2505860c7e08dc75df58e6beae07c5d9a6e8424088ba990

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 2d0bafb5bdc48aa8478362a947b81a89360fb2be7e7c94e34ae2d136312e3e1c
MD5 b698514f732f20349348f9d997ecef51
BLAKE2b-256 ab70993bee0799b31a37e848206b0e17153488ea777ade1b160658ad0fab15e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 117.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3d5b2388ae5cb2a9e46985e0800cc7e06961d09dc7d147b599132e039d0e3ac9
MD5 12658a367273fb591ef4daf6d1f5e735
BLAKE2b-256 8d7023fa778fe31a2b9a142e504d21c920104238a7d6a001b8a987b57a9cf58d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp312-cp312-win32.whl
  • Upload date:
  • Size: 112.6 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 e1819bbbf0ea2bee41ecf63735bd703c89df68202290f861b57e7553010955f7
MD5 84a7e496453bee62492f8318ce575048
BLAKE2b-256 3169114cf8257e425d427bb5dfd5addc9823d1506f6387bb7fd0bed08b58c1b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5efdc1be3ea20421c6b989f0175bedd5854fe5ed6fa7be8322d9ebb57c188f36
MD5 fdc9a21350765310ae2ded1c4cb42650
BLAKE2b-256 0f6809ae3ae6fe42ace35ccfaf9482eb15465f06a13b99356261f43960429079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f29578454858e1390c21a71d163a524e64e96387b3d9c64b3948e45fb57fc7ce
MD5 f39086410e73fb6822222d99f7fa04e1
BLAKE2b-256 da033430447209605d688ec8e9d12ed59ab7b2303b3c329f873ec02827939e2d

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 f3f7298a6c83c37e9a8498893d3cc452a33e690c172c9d8bbe2a666797046caf
MD5 05425c0694705dd4c1887d6349f1cd02
BLAKE2b-256 bf9724eff8b01810bde9b5bba3e4a149a639e25d163b1aaf8a0cb6d66914b49d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bdce0434a022ee5c7efd70ed12677bb1807e51a1bb82dbc648a7ff3a13823557
MD5 7fd23b87a8c6a470c77b4ab29904a502
BLAKE2b-256 a3afff52583388757441ef6973ce5e4130de2285f698afefac71b3e678b14e9c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 7bd200ed49aee175f7ef969629a830718411b4e7ca866466b279454d6a1a51f3
MD5 f7c1ae09e7482a63dc21f29ab9136282
BLAKE2b-256 b22f7acd3979c2e142c1da51b2ff850892bfc073a767e61c7fb01e9ecc5ad776

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 30cc3e48291d3bd98bfb2ff5bf1e626db6e6cfa71a2e2b2937c5931e260878ba
MD5 7c6a22c416da704c3670626a368d3e56
BLAKE2b-256 b7ce5d17938f08da63840bd19322fabb0b3c1198f1f67874b16304fabe5d92ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7c103c036bee7e223d52b1a3dd90778572f3bb50dfaa697a75866137bd57733b
MD5 d3f168d3ecfdfe3d2cd0655627fd372f
BLAKE2b-256 e4b90763d58066aa5dd0a3bf0312c5292fe54055df0fc818be557ad634950e3c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 10bb33e62b445495351430c450d2ae25b523ea37ad38926e78e5490b88fdba25
MD5 a7a8bb651c25938c3a02033ca75c6eaf
BLAKE2b-256 a492381c80518d5b737e56b57fa3325fa19d65de111477ed187b3ba52dcc3d3b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 117.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 589294d177c375feeca60f7c8ba663f77581149a4f85e6262764e0a83cc1e0ba
MD5 4a969417e89de2aaf79fa7e6181cb425
BLAKE2b-256 82806ebd72dfe57d3fb27c45ea1c1d551b7cdeea0bbb3337abcc467de6f847ee

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp311-cp311-win32.whl
  • Upload date:
  • Size: 112.6 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d02dba06af4f351d0acf70167f98bbc34d6aa85114f1b6b78d1c42adf10eacc1
MD5 726a408198da08713c9aa5b468067ade
BLAKE2b-256 582b9d093172b6134a03f28342aee781c0a813bc80a4629810a61eb16cd118f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 42fe43f2b551e251161fe4066d89f64845fb94533eeba8a3d0313bb7084a4209
MD5 d2ea45fb000970dbc0fe682dffb23950
BLAKE2b-256 eb7af3b0de8b2488c574744095714aceba23050b158b70e748ed547f5765fb0e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 bed3cad44c4901aea17e2f268c56171e4b0b5b33a015bed7c7a929163c5879ac
MD5 e75e35557f6ac933e81c5982dd3953e8
BLAKE2b-256 ea95c9ba249b625f68e44d41469f16228cf65681b6234873bb19f0b152642482

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 1ae1f5c48f51308dbcd0b13f7c586b113b692cae7452687e3a629a94ded1ffd6
MD5 91cfc4b55e7e9ba9d82bffd57c84960e
BLAKE2b-256 4cd9a2ff37fd30a34773182e9ffdfc1f914d5c35142daa4f0dac5c6e899170dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8ddc5fe38af109da2102da271773237f603e256b0f0dbca9cc69d5b6e5ff2247
MD5 d81121e09e30314bc35211c4b45f063b
BLAKE2b-256 ca9053daddc4ac59b897c4f3cfecde4344c0be0dd416f00663a10b294746f9ab

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6bc7bbc6c24e9b7f2dd202d7160f444d00b15729d060333fab150c3c1802ded7
MD5 f22d5ed026b4c305e28f1da65686770d
BLAKE2b-256 69741c26a6618755491d362715cb3812dfa759d7b9de828de37f0310ecffef78

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35db451638cc441c6c9ff36b0856827233805cb0830202f9f6c64135ee59c217
MD5 1e8ee13910c109b1bbb27c9514823e03
BLAKE2b-256 48b79021a727a090da9bbf0cd3b60537f3d86806186b851fe36cdcbffd47314a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8df2b09827aadb31455aebc7ab008f1af4c898aec58733ff9da3b823162627e7
MD5 03d890f64334a32601192aaf7391c2cd
BLAKE2b-256 7f0e97c214fe5febce29471a474e7962472812c467b51baf7a8eb5f3707f280a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 d9cb7f6017aa58385b4aa184c1251072710cbb0e1eb81ed19d703507c64567f7
MD5 a0583e8db6c3859659ccc300b2188397
BLAKE2b-256 e52d9e018c1d50f300876c6a4da647ebe656c4b2c4909895eacafedd3c2c07e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 117.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 65b5f1fa9971479efaa5486ab17000b958e7fb266a37c586b3014709006ca926
MD5 3383a90e81de009a16b35c04e3abd6fb
BLAKE2b-256 b468a3211c838b05b96c21cbc4714ecf29f8e60dc5a761d9a4ecc20a1fcd6192

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp310-cp310-win32.whl
  • Upload date:
  • Size: 112.6 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 263f8be210622eeb7fdbfbc746b8681c94b6a35992945cc6180fc8d8125e4f09
MD5 b5df87d4106b66f173fe0cafd56d18e1
BLAKE2b-256 c9f7b95f32c4e9f7db95f9450e8d72759d86d57ff67baed466f72308dd4b780c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 37cc8a30a5ced0798c24268f3364eb67e4b34fd51ec7e34e80ebca13ab8429b0
MD5 ccf71cf9cf7d30b03cfcd47d419622fb
BLAKE2b-256 60da94980317b0b3c25a4ab31288b9bf012a806382b2a535d3f920c71c7d4c87

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 01f9cdf226d81b8bc3fc54374645a5c853e2bf9ac71daca50dd636e64a886b83
MD5 61c05eb8dc9affa5cc0a315bf6347904
BLAKE2b-256 2721272fbc1f87a5df45a15be08c81743daecfa655951c5d50d3305bb53dc334

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 8343a1c058243c434ffd9334dbd29662f5fe0bb979fe484f74e89cf5cf6f3697
MD5 877815d8dd008e8cbc7c024dade8cf3d
BLAKE2b-256 c9b8a57a727651096e7af083602a570f2328cdc54b0c864c77849691f13ef74c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d5f41e387ffc3dcd994fa7bd4de7273a74d6d0b4c40689995577f7cb1f238a1a
MD5 2e0d6fd9f2a197b880b7b440ec618344
BLAKE2b-256 1294bd603d3b83f4ec52a524a58eea867c0cc03faecccb1b84551f61bda5e186

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 cb1fa5ee95965a9dc127793353400902c3c5b5e27da5d0c8c66ad93d8e1d6390
MD5 67e022bce1d5f02e29a6f7c23d117d18
BLAKE2b-256 7dcab4963ea31558509ec72c9d88556fe0408d151f169fd9cb9f18cf0f1d042e

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3c41e6f19638feeeda090758ed3324771d91923c78a53671eeb0fc34823f2726
MD5 bdff1f596cf7aece6d2c74019ca7e00e
BLAKE2b-256 0da3126b081281db1baafa22ab5169eaf283224f4827fc200b235930439dc526

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 34c0dd6cd9483d68f3466a44d2991f8bcb5a63e29e317e39294923ddbec82b8d
MD5 9d2967d45b5fb9e9d2aac527ba2e27d2
BLAKE2b-256 ced17f9691d679f4b17cd4d5f7b41113f6d48d3b96305986baf7100c4c84a636

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 9b0ea2ad981aff2a4a48abf1f40cc7c70e14b6081262aaf0fcb281a9739a58d6
MD5 d8c14b5ea4a6d377ff9521ccd82ffc10
BLAKE2b-256 e4a0ad48a5757935382efff196e071e7503fa45f28706d2337e0e3b4f8be0822

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 117.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 3621053007069f10cc3dcab98f8db8027bcc038b6b7c1b0400ddcb19f0bf2fd3
MD5 560b7e343175d2b0a950a71c2c23cc3a
BLAKE2b-256 00052aadfcaf7fd38a28ab9538d60ad0889387f8c3143ecdb568449188724ec1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp39-cp39-win32.whl
  • Upload date:
  • Size: 112.6 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 0e7595f24abd9f7047097aef0e732e54c89fe32aed65062bd3cf49aab916d26e
MD5 f94ed4ea04188db7627a698f7d3e6583
BLAKE2b-256 42ac710fd298bc01e19943add409332e38e0bfa31c64a23390124da9cded4b4a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5902ab0d2d50f3fbe9e5cee5b3ebef4d3ec06e115551f737fc701692cb2c6f61
MD5 657b80fbc219dc305c45ab1e6fc1f50a
BLAKE2b-256 bbdf7992b42457fc1d7e11562bb4adbde6f2ac7f0b22b9e4d43a84cef0aa8cec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 935659ca084a039ace981b40a65f450ed82cbe0dc1e43c44b11cba5f714eae07
MD5 a28299a10a14d1d6bcb0136dc782423e
BLAKE2b-256 fc90352c218861e7cca54594817646f232c75cd66ba8aea4c2099aeaa3677c6b

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5b8713cbaaba167191cb4916506e63b740e889fe5d97ce44a323ac2f2e7d7618
MD5 b54f04e9508e1bb3124c1db3eb53ea17
BLAKE2b-256 4e0acd9729539236ff2f71b3e9c6a48ee12fc317726c07eef70d4478b301ec9d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fffb99294fb3267b6f763ff0695d37aed417d9d58733e81de364b719c2330aae
MD5 16c2d6fa89cd3e0f34a8b2195c513e8b
BLAKE2b-256 6daf08565686b733fdbee2f4086e7c8b13649a09750c7e2e6d49f139baa22f6f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e2a46a3a61eeb44dd7fe281ebede820df6b20462dbf929f959437d3d70661a52
MD5 2260af7bd5b760118348b47c26e91dea
BLAKE2b-256 8d3a79ed854dd33199ef6a1a1dadf94c4c64f78d68bd338061c2af2ef72aedb2

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 645ec0f91c4330cd94c5ef9f1aa3bb1b72c16a7c5da86be18c355737d954ee79
MD5 30f3baff00082bdfc2caf455bea4b267
BLAKE2b-256 ead3130b07d0ee0ea79213b44087a5941c29f34f39db72edcaf7342bd28e7097

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 38703e76c7e8d20540fb72efd561e3d1573250f50e2eeb50c546cbdc982db44c
MD5 d67bb56a2e7adcb669ac383cc91468d1
BLAKE2b-256 ceea1e426cafb041dc90971f7d1b72385e4a30821e5455b0085d62c85adb8e24

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1cd64b0a47b5bee21d55077bdbe912b792cf2d1bb0a60594780436320569e062
MD5 307c62219c4177da98f251dd8e51b95a
BLAKE2b-256 64cd4971229b68fb06b2e9a542e78c29c5600e3f01581d541e4f62154810fb09

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 117.5 kB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 ccfb5f6ebb7c3fe58fb79bcad49df1e96836925218c39af39fc186b5e995b472
MD5 711309d329a016c6f97a64148ab4737a
BLAKE2b-256 0500a3b01b2dc97a0be5a17d248d09efd5fc9c3aedae698e18243f89dcb1ed2c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp38-cp38-win32.whl
  • Upload date:
  • Size: 112.5 kB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 2af776df14b594a2546377c817c0433b905206ed8effef46b4a79b800c58f645
MD5 59e20b7282fc6cfb127a045ea7aecf0e
BLAKE2b-256 19653747e6ad3864f6fdd78e5343073458937dcce9220961daccb8c28996d6dd

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ed6dd06ee1216a17120ffe82b6ff7d8248a44a07fa7134d493ed82462f50e60
MD5 36ce4943e01f5cdbe91914e97ab66802
BLAKE2b-256 c61c3e3aa1d3b7b59efa630a0d6e86d83cf0e0b90e04012ac545b1f2373f5c6b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 900f39409d49b33ba9946e0cd758eae937501725d605a143f2ea146a5b802bb2
MD5 d71589aee786822b8428780276aa54d0
BLAKE2b-256 b2bc3717ec11e32e6f4318064b02ef7652b80b410b51d52f89393442358ac139

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 c48bb19edaa127d3821a3be902623d0523d93e0128d9c40d7cb2f1d1fd23056c
MD5 7ef973553c56baffcb914b9bafe79a7e
BLAKE2b-256 4858cbf8e44ca2fbb1aedde220c5c929001d076b0f05d53c4dadda707e7cd603

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a62210d553ee66398a3758757a37a98d0c7ef1c85a45e06a29e00559e53a33f
MD5 662144533b00115d96c28e5e5fd963e9
BLAKE2b-256 10bea4ab951a5ffbcef678cd948a802bce2b4a9fa92de45f7e4bdb8251dbcd2b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ba8f6766d1d9df733b2b2cd1bedfa67225de2771ac1e9e18d56d7dd3a258d84f
MD5 0af3c2ea1ee0ffe61e575dd953aeef90
BLAKE2b-256 c4df4ac2746c3aae7b5ba9976bcf8da1af676cab14345ea3617725c256077cf6

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 35b1bb1fcb9f2889b70bb5efcd83cc17515378303b7d4d39725c524c2e859c65
MD5 f76e497259abab543ec652b4c3e5cab3
BLAKE2b-256 d7b469a84a7652682651a2eeef70229bdc9d33ab9b255e458520b6fc412e0a75

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 d8e3aaa0ae091775938a4741454a8d6cca8b261f5a46a0a5876b9231221ad639
MD5 a68395855d3dde72e3f7ca97ba9b209a
BLAKE2b-256 822318244434312254ae99111084f2ca418b6502cc8e40c610a902cffc6a707f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 988526e6511cc019da49c9a3bd16871eaa0d3be39c08d97295e7a94d4764c442
MD5 2224256f5524633bb27293a5b886e99a
BLAKE2b-256 3f1c631f7fd0f5519008d61ec89a0de8dcc471a28e617e3e282b1ff2e58d87cc

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-win_amd64.whl
Algorithm Hash digest
SHA256 72424506a1172206d1769d7407c05c55dfee825621288b1bd392ee586e7ec99c
MD5 0f4b8c70822219a3160beddc770c7137
BLAKE2b-256 89d12dd49a29af32190553bc10786c9bcc7aa36ca709806d59e0104c56420ffe

See more details on using hashes here.

File details

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

File metadata

  • Download URL: strengths-0.1.2-cp37-cp37m-win32.whl
  • Upload date:
  • Size: 112.5 kB
  • Tags: CPython 3.7m, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.3

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-win32.whl
Algorithm Hash digest
SHA256 619d8ff4ec6ccf7bd7711989d1bff6851c32bd315ecb8138fbbbd45d7e56772e
MD5 1081687d5e1dd321aa56afdff59f97e5
BLAKE2b-256 4d64c3806ea8e3069bc101a0a05ec60f6f0c2eef7e33672eadf1c5b2d2f591b2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ce0ad6ff30014806e6f52a83865648421d55e89031ddf1a3c7c94533d5dbc30a
MD5 3d39c6aff8bd09a2884d6de83eb08564
BLAKE2b-256 a4e36425c877eaa48d5f1329ca2370ffd44b51c6a8edbac3c92f9abebc4d5262

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 186b6de785bfc1f6a84eb485d79c1d880e2b8769b3d9aca6f24eb46b1e6e5b3a
MD5 222b7d6895a20d086be016c7cfdafae9
BLAKE2b-256 caa1cd806fe0a976865f4f9e75297dc7027c94e6b8461413d8bbc86a40980915

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp37-cp37m-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aed234f5ab176b50d10b472e9ae02802aee039d6d30b4922e03fa37cf4926309
MD5 3c0fcea165747d1716631066f942fd18
BLAKE2b-256 1caa57a83bf1a2c8f79244e5098c4b2fa3453577207586b041f89ffc99bcbbde

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 549858ad65bce24eac5d9fe0fa42588bdbd6d86622ee16326ef6996a5b2f3c0e
MD5 8fa15eea0d9da4bca62afcf945c185c9
BLAKE2b-256 07587361e57e661d36995ece7408019e9df3b898feb8831a936ed94fb41e4b0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d8a1549b53a62c82da5488e0c8adcc06a86c323314fd48c3bc326cc88980245c
MD5 f215f66d2fde0f3bb77a8aa85afdb41a
BLAKE2b-256 b94e3c170a9c0b1ab9fd1994483af13972664c0c11d85cefd49d53f00baa5f0f

See more details on using hashes here.

File details

Details for the file strengths-0.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 46cdc95e94dd12153dc5e0d73184229eee1f9c48e3190ffdab81fc69237e878f
MD5 4761aaebfd61fdfa26804e20194cc651
BLAKE2b-256 40f13e44ea567cea55ffe4abea66aba2967fec3b76a7940fe1ecb9e6320cef33

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for strengths-0.1.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1ca8e3bd714d939c9bb6d429bf91f0298ddbf1a2931120601b5b0e74d9d05f71
MD5 d71cc9b3ba3a2e22b6fefd998c8d186f
BLAKE2b-256 76b9ed36399c82c3a9727ce1ae4cb755dafaa6f57dcc713a8bbe159f8e73b975

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