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)
    • 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.5-cp313-cp313-win_amd64.whl (9.4 MB view details)

Uploaded CPython 3.13Windows x86-64

minionpy-0.2.5-cp313-cp313-win32.whl (9.3 MB view details)

Uploaded CPython 3.13Windows x86

minionpy-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

minionpy-0.2.5-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.5-cp313-cp313-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

minionpy-0.2.5-cp312-cp312-win32.whl (9.3 MB view details)

Uploaded CPython 3.12Windows x86

minionpy-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

minionpy-0.2.5-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.5-cp312-cp312-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

minionpy-0.2.5-cp311-cp311-win32.whl (9.3 MB view details)

Uploaded CPython 3.11Windows x86

minionpy-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

minionpy-0.2.5-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.5-cp311-cp311-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

minionpy-0.2.5-cp310-cp310-win32.whl (9.3 MB view details)

Uploaded CPython 3.10Windows x86

minionpy-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

minionpy-0.2.5-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.5-cp310-cp310-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

minionpy-0.2.5-cp39-cp39-win32.whl (9.3 MB view details)

Uploaded CPython 3.9Windows x86

minionpy-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl (10.5 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

minionpy-0.2.5-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.5-cp39-cp39-macosx_11_0_arm64.whl (9.4 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

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

File metadata

  • Download URL: minionpy-0.2.5-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.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a6e2d5a797784d345610adefd1f2e39dae3f4a55ca87a9d53df774228c7e685e
MD5 eec1288b6f986a10d9b04cb0f76523df
BLAKE2b-256 07300cdfd4fe8c9a0a68119e4d7512bd503a2817e2994c3a944aeb42ca2bdb59

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 9.3 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.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 13d7d99b9018b09690b7aedbe46a4ac8d5177326f40d3ca5dbdeffb28fea36dc
MD5 95050ecaf64f4533aa2d3d7091037658
BLAKE2b-256 2a0c89209d89f72cd766287b9cad2a6cb30d7db762d85a38ec2e562c6f938885

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 bb7b12d6c8d5cc168d86dc9547b0ec21b95f45dad8e6c3483dc8aa9ed4c0414d
MD5 42913c3a3fbb424cfb84c57868bad26b
BLAKE2b-256 1f67dd58663c76679cf18fa898c5a04763b881a47395bfba1d79a87573104ff9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e99064f6f7be91670ed3026729160212f1f38ff9b08aa5e56c5685732d74a4c9
MD5 bddf7350475b9f47c494cd4eabd009f4
BLAKE2b-256 410a04f05aaad2786065a14e8d41fd49174f37fe10d19c94756fce68c46c5fc4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 fcd1159d2dc43b1fc319a2f73ddb5f594752ef52cd73109e4bb68b8dbc6ed7a4
MD5 31403f37b816a974451e6c522b3a027f
BLAKE2b-256 d82913f73c426cbd28b33fc79ce7ad12ec36927ec2aa91ed9bdc3ac511aa8cc8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-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.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 2048fc2dcedec7b8494586a0b0c0cea269ef9a2dbe4e8ae19854d1ee7a1f60a5
MD5 88d94547485a62cd14eef06553e785a1
BLAKE2b-256 b0801324f630175cfe7721718c542b0c83f20d2fd84ce08518aa2326a9b1c0d9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 9.3 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.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 d45ea7dcaa947fb223751cfafd51519ec1fa4c1990bcbeea0c4251e20c7f408a
MD5 a43c5b5e5337e87cf65f5dc407cb3ac7
BLAKE2b-256 1f9ec06e4f4e728cecad671c40b39d23633065d81bba46fd0d8787d54ec7ba0a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 077ddd9d862d3b2e81ea636cef2b751604fb693875365ca5e4d97769447cdf2f
MD5 c1479a4c353413a1244f75391ab7e1cf
BLAKE2b-256 1fdb8ab53b8d3218e160abb4cf474590e15ab72acc1736366d72152dacc9c91f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 099d8769fceb06ffd0522b0498ec00b18e3c1a9c12736f004e508c715c359cde
MD5 a877da390b305b604e4e66eec2355719
BLAKE2b-256 04b01d9601e993bd2f89c7d2e0e8f20c5e9b06df7143ea522b7577e232ae74ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7f93a9eff23058c2e25759fa8677712db1e2b65b6dcec830c3f4de89b589cf02
MD5 c0ee530c097944ea6575e4233460a17c
BLAKE2b-256 c8f542f794fa4e128b20422023e12ae3213105b55e294180d122ad786a902f21

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-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.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e48e927d65d4bf0431307cc651a683f3af961bad881573ef0c59adac6d49a2af
MD5 8bb053f3c9bb1462a04068b4dd429611
BLAKE2b-256 a556f2e6b01bbb5a35cdb287fe9f826e7b7a79309223c15649e4b69d4e962cf5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 9.3 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.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 351cae29b75080889ea82b04b2a264af5dace67c8f5fcd02f36a42c5349a1f1e
MD5 aec3c78024dd6def4838494acddf75ef
BLAKE2b-256 6ba8b8a282ca131ec3a4603d963e5ad84f933e27330e816abcce75b8f5c8bbf7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5d7eeaa97b741dec9ee94b30f952e47540608ec41a6febde19139dbe9d99e80b
MD5 e328a8b4ed98d761a32c6c749f8e5722
BLAKE2b-256 e32f45792234630d6b3a29ba3f8cfbdce515bff5479280bae0e44076f45295ec

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 14b591f0b0edec14a85b0bf64c62cacef7fba2b2319b773f305187e50b3bdb96
MD5 82c53d6c1bdd68cf1df6d138a69d5a24
BLAKE2b-256 55dd283c93e83814cc3e37c48e0a2373a664a46c5ab8625cd482ffae8ab6f079

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0b4df58707cda200ae46bee9349de9563ccb6845b3a4212eb3f7120b65b1ed34
MD5 66cdfd04f59384031fab820319ceaa20
BLAKE2b-256 645f27a2fa8b5505c8d8f374db8ca81a5ddfd60cdc78f48a5b7696a4bc308c6e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-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.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fa589fa9aa85f9d3cbc1e8f0a7059f2977622dcbf29254bb9d009da493ee10f9
MD5 d0adb40db1adaa9cfcd3e34f2d206c59
BLAKE2b-256 a4840ffc2126baf21fa95e4529ab6f28d0015ce68a0120b8489d537b9e2da3e7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 9.3 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.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5e348226c37b33eafa1fd9d05105223ff679089966c4ae17d356cffe757a5e10
MD5 d47f998dd5a73c354c44d6d4e1fc4ea2
BLAKE2b-256 44cad3da63f660047bce933c9690de479b0ae9ff6925e1ade999c786262ae7b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3926b51ae89c6fbcf4000d5be44d11252a373eae1b3e42c236d0c13b471d7797
MD5 e717035284a554dd24ecbd50ab11d74d
BLAKE2b-256 e21ab4775b00581183f2c70f2d500d159964d2f80171fcff6bcb061e486bc7ba

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0249109b8dbcfc81c57e6c04318987679a1642a85e95c5987dcfeeb94b5a4bf4
MD5 cefee6c6b1eaeba71745a1ee5772c987
BLAKE2b-256 70a0974ce513113bb340e911f03e341f10c2c95c963e5812c72868966140e351

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 71007a52803aa31f5d6a2f028fa698f6d75c8da31fa43c5120a7b68a3db5f95e
MD5 ee8ea52e8ea4c2a821e4b3aa9e5a42b8
BLAKE2b-256 0649efd34c73d5a6f98c0540ecb354c9f91c8f009859a16d334d715d44965bb9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-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.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 91b0ca7ec42c1d3b91b3a629bd6598e7a3f074523a1033039317d81b0ca6460a
MD5 828256495de6c91fbfaef138659613f8
BLAKE2b-256 5d24b3aa8fc6998635ba5c00baecc44f1aefe9deffbd5de6613f24a0443ec1b0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.3 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.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 8c3f4a35781ffa1dc98dfe9f34c35c8eab41cf310e09d1c5c585560965150e10
MD5 63fdb7f45d6cb4212a986335acea5f77
BLAKE2b-256 d5168961e697bf55906df4f46c5f165c8eda95a5cd4c2c2d9e431a88fed5b946

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 12f129e3cdda408ee73b5ca33422df0a562e68fdaf88cde5f1d5b2dce68416fa
MD5 9561f5ebc2625b9ad6502dd2eff870da
BLAKE2b-256 7946065e933a9ac3f0cdb9bb4222cccdca9e5da3eff6bb9e0bb103d5bd1ae8d2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c1984eb6cf133fe839aa30ad907d153478a95dd6ecd56d713e61fc08093d9351
MD5 3ac8d16bf537f86d4905612e0651fae0
BLAKE2b-256 69457e37725531cc0332384ea4e4024cfa8970198af6ff9d48350edce85354b9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1b5a78507d2b1217c2765a1545695283a3c743acd227b6a85ba62824f6b83805
MD5 eb8c2a5815a8b063ca943ed033dbf337
BLAKE2b-256 ca96bb39d25ddad3a1a349c5dc0849b5608c1adfe980f2a9d850bab8c913870e

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