Skip to main content

EvoBandits

EvoBandits is a cutting-edge optimization algorithm that merges genetic algorithms and multi-armed bandit strategies to efficiently solve stochastic problems.

Build & Test


EvoBandits (Evolutionary Multi-Armed Bandits) is an innovative optimization algorithm designed to tackle stochastic problems efficiently. EvoBandits offers a reinforcement learning-based approach to solving complex, large-scale optimization issues by combining genetic algorithms with multi-armed bandit mechanisms. Whether you're working in operations research, machine learning, or data science, EvoBandits provides a robust, scalable solution for optimizing your stochastic models.

Usage

To install EvoBandits:

pip install evobandits
from evobandits import GMAB

def test_function(number: list) -> float:
    # your function here

if __name__ == '__main__':
    bounds = [(-5, 10), (-5, 10)]
    algorithm = GMAB(test_function, bounds)
    n_trials = 10000
    result = algorithm.optimize(n_trials)
    print(result)

Contributing

Pull requests are welcome. For major changes, please open a discussion first to talk about what you'd like to change.

License

EvoBandits is licensed under the Apache-2.0 license (LICENSE or https://opensource.org/licenses/apache-2-0).

Credit

Deniz Preil wrote the initial EvoBandits prototype in C++, which Timo Kühne and Jonathan Laib rewrote. Timo Kühne ported to Rust, which is now the backend. Felix Würmseher added the Python frontend.

Citing EvoBandits

If you use EvoBandits in your research, please cite the following paper:

Preil, D., & Krapp, M. (2024). Genetic Multi-Armed Bandits: A Reinforcement Learning Inspired Approach for Simulation Optimization. IEEE Transactions on Evolutionary Computation.

Release files for evobandits 0.0.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for evobandits 0.0.6
File Size Uploaded
evobandits-0.0.6.tar.gz 95.7 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for evobandits 0.0.6
File
evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ x86-64 Details
evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARMv7l Details
evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux musl 1.2+ ARM64 Details
evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ x86-64 Details
evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARMv7l Details
evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.11 PyPy 3.11 7.3 Linux glibc 2.17+ ARM64 Details
evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux musl 1.2+ x86-64 Details
evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl PyPy 3.10 PyPy 3.10 7.3 Linux musl 1.2+ ARMv7l Details
evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux musl 1.2+ ARM64 Details
evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ x86-64 Details
evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ ARMv7l Details
evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl PyPy 3.10 PyPy 3.10 7.3 Linux glibc 2.17+ ARM64 Details
evobandits-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.17+ x86-64 Details
evobandits-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-64 Details
evobandits-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARMv7l Details
evobandits-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARM64 Details
evobandits-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARMv7l Details
evobandits-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64 Details
evobandits-0.0.6-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
evobandits-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ x86-64 Details
evobandits-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARMv7l Details
evobandits-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl CPython 3.13 CPython 3.13 Linux musl 1.2+ ARM64 Details
evobandits-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ x86-64 Details
evobandits-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARMv7l Details
evobandits-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.17+ ARM64 Details
evobandits-0.0.6-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
evobandits-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.12+ x86-64 Details
evobandits-0.0.6-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
evobandits-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ x86-64 Details
evobandits-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARMv7l Details
evobandits-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl CPython 3.12 CPython 3.12 Linux musl 1.2+ ARM64 Details
evobandits-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ x86-64 Details
evobandits-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARMv7l Details
evobandits-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.17+ ARM64 Details
evobandits-0.0.6-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
evobandits-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.12+ x86-64 Details
evobandits-0.0.6-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
evobandits-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ x86-64 Details
evobandits-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARMv7l Details
evobandits-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl CPython 3.11 CPython 3.11 Linux musl 1.2+ ARM64 Details
evobandits-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ x86-64 Details
evobandits-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARMv7l Details
evobandits-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.17+ ARM64 Details
evobandits-0.0.6-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
evobandits-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.12+ x86-64 Details
evobandits-0.0.6-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
evobandits-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ x86-64 Details
evobandits-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARMv7l Details
evobandits-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl CPython 3.10 CPython 3.10 Linux musl 1.2+ ARM64 Details
evobandits-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ x86-64 Details
evobandits-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARMv7l Details
evobandits-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.17+ ARM64 Details

Total release size: 21.5 MB

Release files / evobandits-0.0.6.tar.gz

Download URL evobandits-0.0.6.tar.gz
Size 95.7 kB
Tags Source
SHA-256 checksum
How to use checksums
9df2041919143804e9ab1dafa1dfb965544371365b18957a1924dfe54995af78
BLAKE2b-256 checksum
How to use checksums
5ba104270d789ac4e386413e351bd67a7f1f3f93da0fd7deb23ca42c20ad355a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl

Download URL evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Size 515.7 kB
Tags Linux musl 1.2+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
478835b8785a3e65158469bf160a92124178b17f2a9ebb8b7cd8df2cb54a32ee
BLAKE2b-256 checksum
How to use checksums
eefbed71b915b9e2cf5653700aef53661c1c9dc1d3869679075f73e6f5c72143
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl

Download URL evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Size 611.8 kB
Tags Linux musl 1.2+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
82a4f47f39e11961221d7980bd71eadfcad13b6cacc89a5c53dc5e7ee339da3e
BLAKE2b-256 checksum
How to use checksums
0ca1994ce84c1f8e0529eb008f075a55218a4c36a611c79d0939c065e2c8eb39
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl

Download URL evobandits-0.0.6-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Size 520.0 kB
Tags Linux musl 1.2+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
4007750840577c45528cf08d55f90d0bea65372406a2ce2e52d4093f0d89cfb1
BLAKE2b-256 checksum
How to use checksums
14801c705956c3c00cafd72d4745602f2a154d015e6fd3c380482762b6776c69
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 345.1 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
3c86803102a6f57e22f07ccfd7d505dd578aa1a752999c205bc460459498515e
BLAKE2b-256 checksum
How to use checksums
f4c392d376beb63d759d7aff66edcedd0ceaad4d2c2c1319c08b637f9dfb6c1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 348.7 kB
Tags Linux glibc 2.17+ ARMv7l PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
e9aefc39310aa705a6eed3ca92e30959a920c9ec98f0ccb956c4cee79eb7c464
BLAKE2b-256 checksum
How to use checksums
542caae83a465c3b58974815628b900fa97af6ff9b9ecfe87e11712b6de21c0d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL evobandits-0.0.6-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 341.6 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.11 PyPy 3.11 7.3
SHA-256 checksum
How to use checksums
82a841cb91589472f3d82b4793996269b12670d61f518149182cfd78cec94e03
BLAKE2b-256 checksum
How to use checksums
b56bcdbbceec28b8f55c9f8301113cbc01620b19fee5ae02acee9b31bded07e7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl

Download URL evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Size 515.8 kB
Tags Linux musl 1.2+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
17436e9362a9a8b42331cc9d0a00a8687b1e1a6cd3f844e3f2ebcbeb3c7b5e29
BLAKE2b-256 checksum
How to use checksums
1acaf9b89c590660ceb3e814636eaf7a3f6c020c391f75829ad7249466b014df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl

Download URL evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Size 611.8 kB
Tags Linux musl 1.2+ ARMv7l PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
442d227baca4b72ce3cd79ca4ce73f87bdd4e0a239e647780d4094c056f823aa
BLAKE2b-256 checksum
How to use checksums
15a52023704d5e9772a019fa5b6de62c11b522cba20825906dd2fc5a594c23ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl

Download URL evobandits-0.0.6-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Size 520.3 kB
Tags Linux musl 1.2+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
9a92ecb0a89ec8de68bfb72298a001f5d6d0eaa027533cf5fc88e3724fcb576d
BLAKE2b-256 checksum
How to use checksums
340c86c68a3301bc6403d05f4267d7f7eacf55f1f8f7f6264199d020a6d2fe3d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 345.2 kB
Tags Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
0e5cd4bf056726108c39b8879fc7d461dac2b9cdd58f84ef7908d0f94addf89c
BLAKE2b-256 checksum
How to use checksums
954b88d009bca00d78abd45b04c9fcc64591c56ffbd2c7b7b5c95a94b7e59266
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 348.7 kB
Tags Linux glibc 2.17+ ARMv7l PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
a38393f3726897a9531458c14dac8f53207eed4da70b73ee23e5a528e8ef64dc
BLAKE2b-256 checksum
How to use checksums
72e606f72c50dc3815ed762a2f0f6a4e69adda6a9ec3ff1652eeb3bc9ddf48b6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL evobandits-0.0.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 341.7 kB
Tags Linux glibc 2.17+ ARM64 PyPy 3.10 PyPy 3.10 7.3
SHA-256 checksum
How to use checksums
1683bc07318ce2f77342a9155e3a52e1500fe1cf9b17b3e39404565c43bdd084
BLAKE2b-256 checksum
How to use checksums
b896bdc43a46c8d895aef8fe53a8bf16350b9ce178a17e86c0a0ab5a9c6658e1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL evobandits-0.0.6-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 344.2 kB
Tags CPython 3.14 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f94e3af909212a74bd6cfc9a28da85803478d9f57ff866bc00125325f65df65d
BLAKE2b-256 checksum
How to use checksums
556f7360ba4f3e1afa4332abba57a3e292f73d9aa710ba9722d38a1f3109dadf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl

Download URL evobandits-0.0.6-cp313-cp313t-musllinux_1_2_x86_64.whl
Size 514.4 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
fa80f4097c3485690b772c051ff6dbc053db0199b3f5a5268edf479cba7a208c
BLAKE2b-256 checksum
How to use checksums
b04bcd23dcf87ff8743d40c75e6608ede88e0e9090f78fe5e7d55628bbabba0a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl

Download URL evobandits-0.0.6-cp313-cp313t-musllinux_1_2_armv7l.whl
Size 609.8 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
ebee99c0b0912153138bebd2c2ba2e0a8ab9f2249a9662c448aa56378225e95b
BLAKE2b-256 checksum
How to use checksums
371cc94b5cfc6ca51b56ace7830274b7ebb07e3accd740dc750394c9833adc00
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl

Download URL evobandits-0.0.6-cp313-cp313t-musllinux_1_2_aarch64.whl
Size 519.0 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ad723d647137c57a3634438d7c5056baa0b13fe35928f2df6b8399d3a386cb5a
BLAKE2b-256 checksum
How to use checksums
7db6086bef05bc0628ac8bacb4c187c425a5bb9a5a4685f0b35898052ababfad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL evobandits-0.0.6-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 347.1 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
0442b814b166b2146b425ca3acb79d2ea70f0a62427fc691b5eb5a34aca37f23
BLAKE2b-256 checksum
How to use checksums
685719819aa4eeb39138d2ae4ac9a47c2eea253fe4f106919c2464a2707e90f7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL evobandits-0.0.6-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 340.2 kB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
57eb4350e552b175861436b0d82f3fe49bc2bfdf01499c8ba1adf128b8741541
BLAKE2b-256 checksum
How to use checksums
dd7e7bcc0d366d2904f85e9b423a37ce419927f7cc1e73eb52a44122b0cb9c89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-win_amd64.whl

Download URL evobandits-0.0.6-cp313-cp313-win_amd64.whl
Size 199.3 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
1618436c923e521e9bfc37b10ce6455634587a8e2bcd7e0d20de1495d5d1fc95
BLAKE2b-256 checksum
How to use checksums
de73c7747286e6898f15f946fe9ca4496c8add2e3028260108e6873148a6f5d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl

Download URL evobandits-0.0.6-cp313-cp313-musllinux_1_2_x86_64.whl
Size 514.7 kB
Tags CPython 3.13 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
8a2447a1250a7153cb6b37990e5a19b664f8849dff7ceca818cc10b1a11306ed
BLAKE2b-256 checksum
How to use checksums
31c658d59ddfc414a8fea5a383a25a4d433278c42c191ce2550bd27329adf632
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl

Download URL evobandits-0.0.6-cp313-cp313-musllinux_1_2_armv7l.whl
Size 611.1 kB
Tags CPython 3.13 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
0b7bb4d366aed90c633c7df4a14c4a544f3ffc7063e275b1c393406318be056f
BLAKE2b-256 checksum
How to use checksums
033f8977a278df2e2468c06d17f95926eee381d940705d2b3f2666d89dc892ac
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl

Download URL evobandits-0.0.6-cp313-cp313-musllinux_1_2_aarch64.whl
Size 519.9 kB
Tags CPython 3.13 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
ddbd287fe73bacca4a5ff9174f514210713f1a06f8c0ac08025a45dac9f80c1a
BLAKE2b-256 checksum
How to use checksums
a44f4b52d54afb93289b7347905d825824f906def2ce68bcad7425c9ce61f44a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL evobandits-0.0.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 344.4 kB
Tags CPython 3.13 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
fa3cf83236beeb57c95f6b2d43e59fc30bc1ac60482e145c0a3693440d266444
BLAKE2b-256 checksum
How to use checksums
45a425cfaa23b0fb8e2846011a430c8894109a20133e1301d332dd0f1c2dd732
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL evobandits-0.0.6-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 348.2 kB
Tags CPython 3.13 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
6ad06d5778371ecf03da21b022580c4fb4efd4ec688a0f60c86937f7d5909686
BLAKE2b-256 checksum
How to use checksums
be543e17b755c0725fd8d39f72165bc08a844e2533fdc8a8dcaae438f89fd5d0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL evobandits-0.0.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 341.3 kB
Tags CPython 3.13 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
7d72eef6737f27cdef15f4827bcbf8cc6766991d22aad5c0cc3c43a31eb6c79b
BLAKE2b-256 checksum
How to use checksums
9674e8903c577d52c32b413da829f5b7668d6c6997bd14a02d89d693c10fe659
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-macosx_11_0_arm64.whl

Download URL evobandits-0.0.6-cp313-cp313-macosx_11_0_arm64.whl
Size 308.0 kB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
57dd7fce889cb6f42895c2fe9aaa88b7b16873d456bf3a0541092ee64b8c83ea
BLAKE2b-256 checksum
How to use checksums
8e5f0d447f6a148f60349a4ee7bdedf14b0cf434f1a78bd429522457febd66ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl

Download URL evobandits-0.0.6-cp313-cp313-macosx_10_12_x86_64.whl
Size 313.0 kB
Tags CPython 3.13 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
352dae67e759230e604f2d8762e8ae0e645b81266c3a166d792f0e9048da62e1
BLAKE2b-256 checksum
How to use checksums
978b550e20e2c4f33133185de86176a1886dd1b3d292ed8df9f51ec4724c8309
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-win_amd64.whl

Download URL evobandits-0.0.6-cp312-cp312-win_amd64.whl
Size 199.4 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
1deaab971e221a33281354428d48abfcab4892032e0f385311e54149a5ab3ea7
BLAKE2b-256 checksum
How to use checksums
fdc72a5ad8575fbc7006ae255e97e8c3a81ec1b75d6e0ee5bd66e0c468e284ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl

Download URL evobandits-0.0.6-cp312-cp312-musllinux_1_2_x86_64.whl
Size 514.6 kB
Tags CPython 3.12 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
bbf463b499feebed5f06d28d8529b95db70f28d8966b8d7a1749801403e00448
BLAKE2b-256 checksum
How to use checksums
188ce2b28eb99a00e77d0156b67ca342d2f2f65de03104b154ec2d412e6387d4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl

Download URL evobandits-0.0.6-cp312-cp312-musllinux_1_2_armv7l.whl
Size 611.1 kB
Tags CPython 3.12 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
12cc912380b3b8b804521c1e0c15122794343f1472e8b5b42af507b50a325a7a
BLAKE2b-256 checksum
How to use checksums
8b31e0613ef420eb7c9e3d6297318f9886bed35535bed2bf10eab53a3953bf4a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl

Download URL evobandits-0.0.6-cp312-cp312-musllinux_1_2_aarch64.whl
Size 520.1 kB
Tags CPython 3.12 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
959f2708db60831f560b8d4c7fc1c31552ef569f1e18e1c5eca97d37e9564504
BLAKE2b-256 checksum
How to use checksums
4b4115bcf154294541cc738fae0e633e516d6270aeffe98ec4ed7b46c7d7e3df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL evobandits-0.0.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 344.2 kB
Tags CPython 3.12 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
ce689b97b48613595ece31a91f54178626aacb472f82fafd419b9c9d83ca079a
BLAKE2b-256 checksum
How to use checksums
40a147c29ab27d6c700f25302e7a5d94e2f2cfe7ab8d9a76d1e6de79bfd3f35b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL evobandits-0.0.6-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 348.2 kB
Tags CPython 3.12 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
eeb704b3be236efe51da448dd3a41294c10f4734799a5eb4369d5e2b661f0217
BLAKE2b-256 checksum
How to use checksums
5e983b615d6655a72c9a6759bd5366049ab08aa6aa5a3eb3cebbb57c8901b034
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL evobandits-0.0.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 341.3 kB
Tags CPython 3.12 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e979d96f08d34037a32c475ab5c817c7c515128a3f4e45ec7eff4135b876350f
BLAKE2b-256 checksum
How to use checksums
b2c8845a21ee2fc18d86267ad9958ef307dc3ef7f7bf0406ac154d42fe8406f6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-macosx_11_0_arm64.whl

Download URL evobandits-0.0.6-cp312-cp312-macosx_11_0_arm64.whl
Size 308.0 kB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
c1ab96dbf0a26d1432e6e09c9a6618bcdc7a8d7adabecc90c6ff2a2b1781b9dd
BLAKE2b-256 checksum
How to use checksums
7485f85742a63a657b08321ecb10cf552a530db2708e5b314d74507d86f82459
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl

Download URL evobandits-0.0.6-cp312-cp312-macosx_10_12_x86_64.whl
Size 313.1 kB
Tags CPython 3.12 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
05f8eeeddaed523b692629e3579b657f8c4169519cde294931c8eef628c2ff73
BLAKE2b-256 checksum
How to use checksums
257d8b21ac5aab796936e59ce48b96e38e8dd8da7802ee01c803adc1b8a8263f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-win_amd64.whl

Download URL evobandits-0.0.6-cp311-cp311-win_amd64.whl
Size 199.7 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
aca9c2f4a45a3872c7a7d2a297f35f6b7a074668052c8a371e717c5b53daf70b
BLAKE2b-256 checksum
How to use checksums
0f10636a94dc7647c81ac03b1faaf5fde3303755b674f77a7ac06e991f822b10
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl

Download URL evobandits-0.0.6-cp311-cp311-musllinux_1_2_x86_64.whl
Size 515.2 kB
Tags CPython 3.11 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
18bd472c996c16e3e35d32169a39b9ab6e5bcc36e0679aa8367bfe79dbcdc233
BLAKE2b-256 checksum
How to use checksums
3cea91a8715737f9f7d966cbe0b66d8f3ca025ca956248b69f3bf401aeaf186e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl

Download URL evobandits-0.0.6-cp311-cp311-musllinux_1_2_armv7l.whl
Size 612.5 kB
Tags CPython 3.11 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
ae84d72cd4aaff52959f8d02488639743296b18b78876147244817523aa8a803
BLAKE2b-256 checksum
How to use checksums
30c4f9fb4c0f58c273bfe6fb4ca6796a88f47f525f203e9748d1e1eb236caea4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl

Download URL evobandits-0.0.6-cp311-cp311-musllinux_1_2_aarch64.whl
Size 520.0 kB
Tags CPython 3.11 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
a4b3da76c3a5048434cffc38809bce0721242dff30a6fe66c3a3f46128472596
BLAKE2b-256 checksum
How to use checksums
ae89f4226fa5ada5f63cd1e10f8327df2b9f4ea5c257d98d5347593ca9ce0247
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL evobandits-0.0.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 344.7 kB
Tags CPython 3.11 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
9c7ab6e0f5ba3f75a7321998f3b73dfa8d42c73fa959545e45ecd3b4b9fb960f
BLAKE2b-256 checksum
How to use checksums
2bc4ad68b08e569561813cfe6122ac7cac3a38e7f0cd9a2e4e85e4006482500a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL evobandits-0.0.6-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 349.3 kB
Tags CPython 3.11 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
2a3283ee12733967a42ea218f0ddffa41f302bd942406722f1ef49880a3b29b9
BLAKE2b-256 checksum
How to use checksums
650e44904b005ff300af8041a3aecebb6ce049363c3fe4e569e83b12c070a472
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL evobandits-0.0.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 341.4 kB
Tags CPython 3.11 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
0c581661a2616bfa6271184494dc44e8ddfdb8287a7143dda94e96f15c712ecc
BLAKE2b-256 checksum
How to use checksums
3c002046b7aa766165cdc06dc99ff8f205163f8af6369acb695157c4de09fa6f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-macosx_11_0_arm64.whl

Download URL evobandits-0.0.6-cp311-cp311-macosx_11_0_arm64.whl
Size 312.2 kB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a2e1ba4302b0f40eef7e1b0cea96a5042f1927a84470c4c649df87cb5e53b3cc
BLAKE2b-256 checksum
How to use checksums
4c7e949ea7e7e9b4812214980013419c59bd2bdd01e63b5df6504db0b4b533fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl

Download URL evobandits-0.0.6-cp311-cp311-macosx_10_12_x86_64.whl
Size 317.1 kB
Tags CPython 3.11 macOS 10.12+ x86-64
SHA-256 checksum
How to use checksums
516c50611e27ae8ea2c741569d73a4ab8307dc815b111613d5dcaa553bea2e92
BLAKE2b-256 checksum
How to use checksums
cf778cf52ea43752060e578dd8fe3b71e80e3bbfb0933fcad9208e7c6a9997ca
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp310-cp310-win_amd64.whl

Download URL evobandits-0.0.6-cp310-cp310-win_amd64.whl
Size 199.2 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
ede0ee7ec36082e1949ddf490941d3e444bc4e1121316d3f47ec5bb4aecfee09
BLAKE2b-256 checksum
How to use checksums
64383860fb79e79d568febb60dfaed976bf15b371104aa58949e6473be8ec980
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl

Download URL evobandits-0.0.6-cp310-cp310-musllinux_1_2_x86_64.whl
Size 515.4 kB
Tags CPython 3.10 Linux musl 1.2+ x86-64
SHA-256 checksum
How to use checksums
cd8a8ed9a78914a6ad273b82a9d201e38667ab78cf9efddc31045b5491abce13
BLAKE2b-256 checksum
How to use checksums
b362f9251715f3e81f69a7a4bc337288814c11c488b7ae1f4bf1fd4f5c3573fd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl

Download URL evobandits-0.0.6-cp310-cp310-musllinux_1_2_armv7l.whl
Size 612.0 kB
Tags CPython 3.10 Linux musl 1.2+ ARMv7l
SHA-256 checksum
How to use checksums
1cd57248669211f592c44f94adb0e3ae53bb87eb2c0a0ee6ac5dcd855af4d739
BLAKE2b-256 checksum
How to use checksums
43686c8f04308731d9920e73a77a0287339629f624bb908e9b90fd63621bdae9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl

Download URL evobandits-0.0.6-cp310-cp310-musllinux_1_2_aarch64.whl
Size 520.1 kB
Tags CPython 3.10 Linux musl 1.2+ ARM64
SHA-256 checksum
How to use checksums
fd478953ba8cb4a066ecf10ae65fcee68748ae557d2fe6d9726465bc2440ddba
BLAKE2b-256 checksum
How to use checksums
1add84b5a0ef65f4cf893b647e4bd4d5747141bd62584d56723cd7d0dcfb3804
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl

Download URL evobandits-0.0.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Size 344.8 kB
Tags CPython 3.10 Linux glibc 2.17+ x86-64
SHA-256 checksum
How to use checksums
f636c682608508cc26de42f961bba2f7f38e7897baa13b0240fdfede41771ad2
BLAKE2b-256 checksum
How to use checksums
1028de4702c6c30d8f159ada8e2543546903bee700e1ba961b468a12909ae44f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl

Download URL evobandits-0.0.6-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Size 349.0 kB
Tags CPython 3.10 Linux glibc 2.17+ ARMv7l
SHA-256 checksum
How to use checksums
8bac23b2337f48c01339303c6de47b414aec736340237bbc6b3194ff7ae34147
BLAKE2b-256 checksum
How to use checksums
93146da6e217c71227b9b920f3badfddb24a4341387b17f4dd28002ec747e492
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release files / evobandits-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

Download URL evobandits-0.0.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Size 341.4 kB
Tags CPython 3.10 Linux glibc 2.17+ ARM64
SHA-256 checksum
How to use checksums
e500ef1b075025f5a256576353f2352e5e5591fe079900830caf71953369877f
BLAKE2b-256 checksum
How to use checksums
f91e9f0bec6c454fcb6a7c3d672131c132b011cc7afbaadff8bd816c114d1a52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via maturin/1.9.0

Release history Release notifications | RSS feed

This release

0.0.6 This release

53 release files

0.0.5

53 release files

0.0.3

24 release files

0.0.2

24 release files

0.0.1

24 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page