Skip to main content

MinionPy is the Python implementation of the Minion C++ library, designed for derivative-free optimization.

Project description

MinionPy

Logo

PyPI Python Version PyPI version PyPI downloads PyPI License Documentation Status DOI

MinionPy is the Python implementation of the Minion C++ library, designed for derivative-free optimization. It provides tools for solving optimization problems where gradients are unavailable or unreliable, incorporating state-of-the-art algorithms recognized in IEEE Congress on Evolutionary Computation (CEC) competitions. The library offers researchers and practitioners access to advanced optimization techniques and benchmarks for testing and evaluation.

Features

  • Optimization Algorithms

    • Differential Evolution-based algorithms:
      • Basic Differential Evolution (DE)
      • JADE
      • L-SHADE
      • LSHADE-cnEpSin
      • jSO
      • j2020
      • NL-SHADE-RSP
      • LSRTDE
      • ARRDE (Adaptive Restart-Refine DE)
    • Other population-based algorithms:
      • Artificial Bee Colony (ABC)
      • Grey Wolf DE Optimization
      • Canonical PSO, SPSO-2011, Dynamic Multi-Swarm PSO (DMS-PSO)
      • CMA-ES (Covariance Matrix Adaptation Evolution Strategy)
      • BIPOP-aCMAES
    • Classical optimization algorithms:
      • Nelder-Mead
      • Generalized Simulated Annealing (Dual Annealing)
      • L-BFGS-B (vectorized & noise-robust)
      • L-BFGS (vectorized & noise-robust)
  • Benchmark Support
    The library includes benchmark functions from the CEC competitions (2011, 2014, 2017, 2019, 2020, 2022), providing a standardized environment for algorithm development, testing, and comparison.

  • Performance
    Most implemented algorithms are population-based, making them suitable for parallelization. MinionPy is optimized for vectorized functions, enabling efficient use of multithreading and multiprocessing capabilities.

  • Cross-Platform Compatibility
    MinionPy is implemented in C++ with a Python wrapper, supporting usage in both languages. It has been tested on the following platforms:

    • Windows 11
    • Linux Ubuntu 24.04
    • macOS Sequoia 15

Applications

MinionPy is applicable in scenarios where derivative-free optimization is required, including engineering, physics, and machine learning. Its standardized benchmarks and high-performance algorithms make it suitable for developing and evaluating new optimization techniques as well as solving real-world optimization problems.

📖 Documentation

For full usage instructions, API reference, and examples, visit the official documentation:

Citing Minion

If you use MinionPy in your research or projects, we would be grateful if you could cite the following publication:

Muzakka, K. F., Möller, S., & Finsterbusch, M. (2025).
Minion: A high-performance derivative-free optimization library designed for solving complex optimization problems.
Zenodo. https://doi.org/10.5281/zenodo.14794239

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

minionpy-0.2.6-cp313-cp313-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.13Windows x86-64

minionpy-0.2.6-cp313-cp313-win32.whl (9.4 MB view details)

Uploaded CPython 3.13Windows x86

minionpy-0.2.6-cp313-cp313-musllinux_1_2_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

minionpy-0.2.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

minionpy-0.2.6-cp313-cp313-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

minionpy-0.2.6-cp312-cp312-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.12Windows x86-64

minionpy-0.2.6-cp312-cp312-win32.whl (9.4 MB view details)

Uploaded CPython 3.12Windows x86

minionpy-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

minionpy-0.2.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

minionpy-0.2.6-cp312-cp312-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

minionpy-0.2.6-cp311-cp311-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.11Windows x86-64

minionpy-0.2.6-cp311-cp311-win32.whl (9.4 MB view details)

Uploaded CPython 3.11Windows x86

minionpy-0.2.6-cp311-cp311-musllinux_1_2_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

minionpy-0.2.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

minionpy-0.2.6-cp311-cp311-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

minionpy-0.2.6-cp310-cp310-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.10Windows x86-64

minionpy-0.2.6-cp310-cp310-win32.whl (9.4 MB view details)

Uploaded CPython 3.10Windows x86

minionpy-0.2.6-cp310-cp310-musllinux_1_2_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

minionpy-0.2.6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

minionpy-0.2.6-cp310-cp310-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

minionpy-0.2.6-cp39-cp39-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.9Windows x86-64

minionpy-0.2.6-cp39-cp39-win32.whl (9.4 MB view details)

Uploaded CPython 3.9Windows x86

minionpy-0.2.6-cp39-cp39-musllinux_1_2_x86_64.whl (10.6 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

minionpy-0.2.6-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (9.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

minionpy-0.2.6-cp39-cp39-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file minionpy-0.2.6-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 c19491e8f886736a5a1bf677037728618e2cf1ac485b88575e4c53c1a4a6ca25
MD5 087ddfbf40d75e289f40d0add4a8d921
BLAKE2b-256 c31d522468b33a5d8d52653b4afbf68bd28eca64f404d91a28c9a9e69f04f524

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp313-cp313-win32.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp313-cp313-win32.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 e77afc0974d54131159b2a90ea87e519717b7e42b7695d875b2ea0e559b4a681
MD5 73144b42bcf56446aef9f74743db238f
BLAKE2b-256 bff8dc032d4a9ccbcdc1300cbe443261f0871db7419f0c42e14f7fb2f2c9d0d3

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 812cbe7b027669d15e395180271bd1c2af027518a8e6360dd0ccf0b6274609a8
MD5 72318af94b6621e9fe8053a0a95af15e
BLAKE2b-256 3ba8a47d141e330edd66650c2ce6576273628bf0a335827271b4cd6b653ce847

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 576b66106c67656706131cccf08946a523d44d5de0c08bc20dd138ae3a7bb1c5
MD5 b98e81e9ab9aea301203e8ad264d8d60
BLAKE2b-256 c1f80256c782022779616905dd6824620e335de43e2d2205e3736777c2ae6ec6

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 255a5b919b33067a64ebd1c8631bfd349c8b785dc791a4d8401c51ebc355f73f
MD5 c5e46c18cffc76c2ccf50a856d626cef
BLAKE2b-256 43c1eea367d924847e96a8d0cfea77ef1e5ecb2553202eae5e646d274c039e36

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 16895dd77f049fac4f619b15071c70819d514e4ff0a6701d6c6d2cce67b3cbb4
MD5 48d13cfd92b5705db85d88b6765d04d0
BLAKE2b-256 b89093f802605d4072c652c00b4f8bad18bd0c027741f7ee897ef57fb7cbe767

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp312-cp312-win32.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp312-cp312-win32.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 962bdcd3ec0c27027fd109c4bffed97f9d1820256540e0b2ce9e36d328d4b12f
MD5 fcd3dd2324748d2a7b40f9b800c7f360
BLAKE2b-256 0ed49808a4aa2f0d9ea00169b1614a6fbc9d77a39782fc23045230d2a10a27d0

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b5fb840717e57c733c5bd0cc3e3f8ba62a6de9143baa2f0ddc62d077b4748c6f
MD5 7a67c5a4e3ba41dd290b25bdee4c6bbe
BLAKE2b-256 5109c413446ac20af12e358a36fff3fbb8a5fd7229dee8040493cf9741120ae6

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 408babf419d35856039f6c19f7d2d3e8aef43563c8b51d3e60e508d33c281ca5
MD5 9c219031a2460866b745ebeb98f999fe
BLAKE2b-256 d3df904ec857505dd90cc62b40f0363ebec86477fb680953cf171d76630340bd

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0596eb620fe1b360075a84e5937119a48ff21f1abc82ffdf7a19a00f77a7c397
MD5 ef95209797a65406b511cb80c2447070
BLAKE2b-256 dd35795681451ab4608ddd1a6b37e985c999a6f7c42a1cf92fbaa13ff6d4b278

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 dade215651885bd7644d9a7d3a7c5881af350b454d26544e83d8a7e95b8adfd7
MD5 d8b90fb095d2a2c3fe9bf7115152da4e
BLAKE2b-256 048aba1d25091d10199a63bde7b7d772a2b615af3618172ec83e14f3d3e8b6b9

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp311-cp311-win32.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp311-cp311-win32.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 053de895e4fdf49900c0206b990299d481fa8f349ef40a8cbfc919ae0cf2f310
MD5 07cccabedb2bd4750cc88b2f01955d37
BLAKE2b-256 e1ff2758c08bd32f5a6c939e0c0e5433a5f9301c1fcf70cf57c248ea982681c1

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 aae5d17875d5b676dc2badf78a4c47f170130a9c8f31b17c64c9e0c31929faa2
MD5 18eb136d0f02a474528fe34e721b78ae
BLAKE2b-256 87c38a824b64f2316d76d0d3116ecd3d3258520eeda6b04f22aa08b25318b943

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e8e1cd783661110caebe0ca25703b90698885b8d4d257cf01413b28edb5d934d
MD5 2f3163a3954521d4965ace5e1d09d651
BLAKE2b-256 4bdb9a34182dbd53c4db554be43d75f0ae5765b3391107f0b7c0173082a0eeb7

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dea8266514037a5638e888b669499bdfcb717aa6d262ae571df8f127ed615b9f
MD5 203ac1976e27b85fb5fe23394a00a257
BLAKE2b-256 24c5b55d18bac2d00b06e8fe318ee2150627074d65eb42f3fcdab0d71f3e8f13

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b829838d1f9701aed0e192e84a38719058ca16bbdca5d4dfdca0b13031d8d0f9
MD5 2b46fbd9310d513d06395e1592cd9b5b
BLAKE2b-256 5d16c32acc09d16e5da303454b4f52363cf3c3e0bc2141b766380a0274f362d1

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp310-cp310-win32.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp310-cp310-win32.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 65a69f0af02b1f4f7ec185fb06be7d29eda84b470ae5fb48007bdb3196d19791
MD5 dab13f45f8f5f4c6b1bd92dd4d835edd
BLAKE2b-256 79341c89207176bf5d4e3966af21ce94f9a37d0beb79b7b8a1a2c0e956514c5a

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 41735aa77f9485faa21696f1cb035607589d3ff6fa80fce5d913e9b9d12c0856
MD5 47bda40e0e8fb0ad7e948eacc862857b
BLAKE2b-256 c10a223a0213ce63f59c8abce61e086ce023e0f2b72fbd3bea7e68c150c4d4b3

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4deea3175dc21cc5ae25d1c8af581f4e4642d82ff03a3af3db84028aec8a159e
MD5 30522e9c0bbfea6c88dfaf18b805663f
BLAKE2b-256 b507c6299921184c0bff1710f35908aab41cc6e2a00f2494c585dec240809c5d

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a461da06aeab38bd71c035794763dd4ff530208c0a347b7802650e8d1b40445
MD5 d40b69019876b7cc4fd106dacebc7947
BLAKE2b-256 df138d8b0fd07e464f1a01094eb50dae4d6840327e7bfaee2e0e6700eb0516c5

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 6e7a755ecd52802d5466884930c0350625fe19d792c1c909642fb19f0f2127c2
MD5 d2f1b0f8ab7ce6dc2ad463f9c9fbc688
BLAKE2b-256 22796460ecbba1a080e56aab57a2927f900d0f418ffcfbd971ce6cac862d9244

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp39-cp39-win32.whl.

File metadata

  • Download URL: minionpy-0.2.6-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.4 MB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.2.6-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d0eed1f0a5e0668a24035bea388241f84747dcd22c503c1225e8354845c5ac3a
MD5 cde11f8aa9450dc622d9a5a0be9f8d40
BLAKE2b-256 cf3c3810167ddeea5c533603c27fb760b80cd2533b61af7874a5f214079ea3fd

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 119c4cca99ef8adca881e58ed451c9399e885083c6e0cfdb7f4503aa280328d8
MD5 f5984f866c8a5662a2ee7af8103e8a7f
BLAKE2b-256 f51cc932dbee4cf51c8edb227a12e7a891f4f5964c6ae0444db1cd694ba4b3b7

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 212dda12a59f8b2bce3462c1ede853f103f86d6e1e60853da699c5981fcfa2ed
MD5 3d7b24cdecf40ec04dde65fcc76ca55a
BLAKE2b-256 53da8e29a3a3b019c21e675293fcf7869ebf7627e5dd893bc23c5a4e4439d25f

See more details on using hashes here.

File details

Details for the file minionpy-0.2.6-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.2.6-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4c503702127b300ec0721b80a7843633ada4cf803acf102944e3b128ab260e89
MD5 64be3f47d307acb1212b7acee4df54f6
BLAKE2b-256 73b1a5e8fa4f1addc4ea39168aa9b2d24d8d9a3d90fac0823dda2624bd27d02d

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