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

Uploaded CPython 3.13Windows x86-64

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

Uploaded CPython 3.13Windows x86

minionpy-0.2.7-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.7-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.7-cp313-cp313-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

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

Uploaded CPython 3.12Windows x86

minionpy-0.2.7-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.7-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.7-cp312-cp312-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

minionpy-0.2.7-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.7-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.7-cp311-cp311-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

minionpy-0.2.7-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.7-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.7-cp310-cp310-macosx_11_0_arm64.whl (9.5 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

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

Uploaded CPython 3.9Windows x86

minionpy-0.2.7-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.7-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.7-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.7-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 21f43e63e2f573816008c65f1612789c4ae32e283856ff1c9e47130ac8b473f8
MD5 52b80a4785b97442fc89f2913d71ba1a
BLAKE2b-256 1b8e53d333e2d34c66296ea4cc98c4d9353edb3da6cae1b52a21afb1ad0d7666

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 baa9b7adbdaa9fc05ca3190c59bf3da18f8c69d3bb487b52b0e22dd60386154e
MD5 8dda3067fc8ba3f6265a2ea784e378c6
BLAKE2b-256 7228ebf17ddb4b0aea7505ffc952ae7f37f29cb39354b8d29b009a7f9adcfc5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 91bb409ed014c329b575ea07d8904948e0a72bed456b0c0c3387ab2bcbc8bd5a
MD5 80c0fcd8ae8a6ba11fc0bc5cf61bea76
BLAKE2b-256 21f583ac54b42d7079f77bdcf7eedc6a832b734b35c219b7e91c69d89e573de3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0a460e7959fc96f3fd59c269685e4ad4466cabb9bf41d16fa25f6f44d9eac260
MD5 cb970e0dea26bcb71cadaaf817ed9c00
BLAKE2b-256 f52bf71aa2b54c736a5def1415e9c55024618553f468bb46fe8542ccd026866c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c64636d14a3f014e35092c03cb14609ccbd0e3a7ccbb435cbacdda4d693549de
MD5 2a436f7277cec7238ae70a25b87a602e
BLAKE2b-256 e3b375372373f78f74744e3da72cf3e5a501d43afba58f6e169d732b058c5fde

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 be1650f2271727318041286b65889c225500a6505f85907bad2a7c89f313900f
MD5 8f94c21b02efcf2675816082fdada730
BLAKE2b-256 14af71b695a9edf0eb44b2e00c9a9c2d0b4b867467ebdbb8eb44f201f4c071c7

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 04716eda921ac0afd9bd7f521509557afa184dc4910f5eef8e22091c96d8b550
MD5 98fc429041c73c1c065170a042efb636
BLAKE2b-256 73c4fb7fe9b7b40409a11e33f1a0df0e3f5b5989c1a6ab6adf7de697f147e221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 4742ad3614b287a897b111c5b47ac3dcea7189e577650ac77ada20792ebd3734
MD5 906e24549c180cc1f13daf2b8b6f9d00
BLAKE2b-256 c85444759193dcd568cbfb78ea255384c13c70c0cc684eea432c51069d8dc5c6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 749211512c1e9f2e5de09b075ee83f3dc5a0c5124b48c2f2987fdc89cc5fb50a
MD5 274a2c9edfbf9be797709043e18c91f2
BLAKE2b-256 71f0681d992462743953a10d0af6fdb62ccf73a7fa6f148027d892636dbd709f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 dacb275c1eaf5d59db95db4ec0e5fa3e1ebb03ca8361abf521facc10251b7d52
MD5 5b9b50c2b12886e1a653b1c50eaa2700
BLAKE2b-256 b214bdd0cf699b4fdff9f9164e69c61879d53367e300b9c2984212a8b8c2db19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a801b9f777ba684e3ed195ffe996561456da96bc4fa6d82822a7be5eb16a414c
MD5 32ac8acf4bc53aeeb5d6b59b27dce594
BLAKE2b-256 220dd6390dc96fdd6cae1047ff20939a7398c3fbbb9ac37034e7b0128c0ac347

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 fc5e9674471b7be5f4e4b523273cd0dc487793fff436f7def2214e9c74dc4c84
MD5 695933503fb9c473839501e3f747598c
BLAKE2b-256 4902919fe2a5dfb07154737b87530b4d40c654e20d84ea592847811833ef677e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b926f292aff4b6df3ecf042eb99b7cf59ec1e7ce35d0675b3804b42287820292
MD5 da4cb9fd140106892e19c79e653ed1ab
BLAKE2b-256 e1c3875fb16d2c9107ee9f88944965faa03697661aa80e75d20da2d46b7506fa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 94105a6f4c93941bd5b95925c5f5228722757bedf6ff35d6e871c5f82d1ace69
MD5 78729f00ec48edc7622e0e98416f18f9
BLAKE2b-256 48073eee6042d8d88d2ae59b8a546b181ebc512d1263500a6d023b209ade61ea

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 021fa45bf05e88f7cd865d0cd5cfee2c6fd696ab855c15bc0d5633f9924bf58c
MD5 f6325d4c5b48785384e334a8fd47d11d
BLAKE2b-256 24eda651f73f9920be6a3755f25efb24400b47c9376793dd0940f2e931077845

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bff5626c23001e95cac4d1008acc596dc415629124f845cad95ca67912f9c5b5
MD5 48df4554d38332165e5f6a5829e1a279
BLAKE2b-256 fa919549394f4b262dd779a263a4eb3501cae35a816c165a14653501052b8d44

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ec47d4ba159b711c19c4ccc2f45067e16aa385b92de8c760adfc158b1c137584
MD5 5d3b49c42d109e199ff8fab26e74318c
BLAKE2b-256 832e4a346a66aa68917c5d829950a9cd08d7726f309e31156126c4f7a2c8e6ff

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8257f292e93264fca64da93e371cc46e340a642d9a3b4477ab5ed3215e35f09e
MD5 4af6341d41805c41e2303585ba171357
BLAKE2b-256 c548b1ca2109b0246f11f4526945f16258cee679e8ee1f25156c6488635aeb9f

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d8c5993741a08f9b6217295ceb3866c455c778982354f4060b3f3e7dde216313
MD5 9d62e193e955bcb3746b8539394f9fcb
BLAKE2b-256 5058747ffe1947d1a80fcfb48406e70b14fa1544547367ec460d2dc761713612

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6e33a44b4a9d6ca55918d8dade19183417970347e26e772be62d6ad5869cfa64
MD5 ff004ed1ace65d3e2d07194c26c0b8e7
BLAKE2b-256 2b0a069aad9f343174a411c2f683de90a7b20732fcbd5dec3d4a85a6628b5e89

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 100990adeb4ff7df6d26c9cac4226f5924a03cf5448eacc171a423e64f4f2b8e
MD5 3297ee232abe994e68621cf2801f95e5
BLAKE2b-256 bd1a65e7e262e32660c79e23d11e3aaf15c58bb33734b8d45bdea10cf8e7ad7b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.2.7-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.7-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 d9190c9d02b1344ee5aee8cf13b1551be6332377fb9088bed320e6a8390bfb24
MD5 c288ebe54745863211e7f74b53c2a8b7
BLAKE2b-256 b645229aca31bac7c4f5ca14223e4f94896d70ff2bf29da930123360f0efe4d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b12c1caf10743bd1e2372e0a8e18bfc654ba69a0a4c783df0f3dd0d041ae8099
MD5 7c2bae1b80839af72c4f48a6136cc3db
BLAKE2b-256 2ae61e653bdbb1abe53413430202c22c9bc352868c77df333dd9520dbce34410

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2de3d3fac7bc5d10062aac51b7b4b8bb7544b88cb8c2c320c216bcd6dc0d67f2
MD5 1adabca9ef95e98b22d0630f74bc2387
BLAKE2b-256 4478d4fe9d8374839f7c9167d81528cc39e78b6aa71411201462bd5531fdb58c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.2.7-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd455f445d8b15902ff484d0fa35647efa4e870987c35fc885f552edfc736f8f
MD5 3d117a1a6905b462d6d857000a8792d5
BLAKE2b-256 983df9c21b83f7bf7a8c3c2a3db6fed2590f74c6b21168ebb47896d6d4b6dddb

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