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
    Implemented algorithms:

    • Differential Evolution-based algorithms:
      • Basic Differential Evolution (DE)
      • JADE
      • L-SHADE
      • jSO
      • j2020
      • NL-SHADE-RSP
      • LSRTDE
      • ARRDE (our novel Adaptive Restart-Refine DE algorithm)
    • Other population-based algorithms:
      • Artificial Bee Colony (ABC)
      • Grey Wolf DE Optimization
    • Classical optimization algorithms:
      • Nelder-Mead
      • Generalized Simulated Annealing (Dual Annealing)
  • 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.14794240

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.1.5-pp310-pypy310_pp73-win_amd64.whl (9.5 MB view details)

Uploaded PyPyWindows x86-64

minionpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

minionpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (9.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

minionpy-0.1.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl (9.6 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

minionpy-0.1.5-pp39-pypy39_pp73-win_amd64.whl (9.5 MB view details)

Uploaded PyPyWindows x86-64

minionpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

minionpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (9.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

minionpy-0.1.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl (9.6 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

minionpy-0.1.5-pp38-pypy38_pp73-win_amd64.whl (9.5 MB view details)

Uploaded PyPyWindows x86-64

minionpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

minionpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (9.9 MB view details)

Uploaded PyPymanylinux: glibc 2.17+ i686

minionpy-0.1.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl (9.6 MB view details)

Uploaded PyPymacOS 11.0+ ARM64

minionpy-0.1.5-cp313-cp313-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.13Windows x86-64

minionpy-0.1.5-cp313-cp313-win32.whl (9.2 MB view details)

Uploaded CPython 3.13Windows x86

minionpy-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

minionpy-0.1.5-cp313-cp313-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

minionpy-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

minionpy-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (9.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ i686

minionpy-0.1.5-cp313-cp313-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

minionpy-0.1.5-cp312-cp312-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.12Windows x86-64

minionpy-0.1.5-cp312-cp312-win32.whl (9.2 MB view details)

Uploaded CPython 3.12Windows x86

minionpy-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

minionpy-0.1.5-cp312-cp312-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

minionpy-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

minionpy-0.1.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (9.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ i686

minionpy-0.1.5-cp312-cp312-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

minionpy-0.1.5-cp311-cp311-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.11Windows x86-64

minionpy-0.1.5-cp311-cp311-win32.whl (9.2 MB view details)

Uploaded CPython 3.11Windows x86

minionpy-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

minionpy-0.1.5-cp311-cp311-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

minionpy-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

minionpy-0.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (9.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ i686

minionpy-0.1.5-cp311-cp311-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

minionpy-0.1.5-cp310-cp310-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.10Windows x86-64

minionpy-0.1.5-cp310-cp310-win32.whl (9.2 MB view details)

Uploaded CPython 3.10Windows x86

minionpy-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

minionpy-0.1.5-cp310-cp310-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

minionpy-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

minionpy-0.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (9.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ i686

minionpy-0.1.5-cp310-cp310-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

minionpy-0.1.5-cp39-cp39-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.9Windows x86-64

minionpy-0.1.5-cp39-cp39-win32.whl (9.2 MB view details)

Uploaded CPython 3.9Windows x86

minionpy-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

minionpy-0.1.5-cp39-cp39-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ i686

minionpy-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

minionpy-0.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (9.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ i686

minionpy-0.1.5-cp39-cp39-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

minionpy-0.1.5-cp38-cp38-win_amd64.whl (9.2 MB view details)

Uploaded CPython 3.8Windows x86-64

minionpy-0.1.5-cp38-cp38-win32.whl (9.2 MB view details)

Uploaded CPython 3.8Windows x86

minionpy-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl (10.2 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ x86-64

minionpy-0.1.5-cp38-cp38-musllinux_1_2_i686.whl (10.4 MB view details)

Uploaded CPython 3.8musllinux: musl 1.2+ i686

minionpy-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (9.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ x86-64

minionpy-0.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (9.4 MB view details)

Uploaded CPython 3.8manylinux: glibc 2.17+ i686

minionpy-0.1.5-cp38-cp38-macosx_11_0_arm64.whl (9.3 MB view details)

Uploaded CPython 3.8macOS 11.0+ ARM64

File details

Details for the file minionpy-0.1.5-pp310-pypy310_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp310-pypy310_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 c4f1afb955237698c5e3f0bfcdc9824d94e2d53353cf178a3794f5410191d325
MD5 2f0b6cd417a32675a8e6961aff395c2a
BLAKE2b-256 96149bf38d18baf560bcdfc8f89ecdcbbc6ee71d91394f2d1950586cbab175fb

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 16104dd9d9f1c27079109a28447b293838434b885fa4617a6782a45c7e4ec8ad
MD5 d23f4a412b369553ba7678590e9e8a1a
BLAKE2b-256 fd5d3eced46f804bb2d435aaf54280d7fda856e2a518620c988e1a6f211146e8

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 496327835276f93ade359b56c5a5c58a1d6352af9f0b3f52b689433a54e864d7
MD5 01741eee2ef8f27361e4d2ead18aaf16
BLAKE2b-256 fc43c5493100385bfd0600cae0d070b4fb256254d1ed09181e7b33c21c40de25

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp310-pypy310_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 504ab2f1491c33eacc404798f6425c8b4522351f8b7c8455aef0768b07f00594
MD5 590aec3e3c4c444d63770a7819dfede6
BLAKE2b-256 288352718b7ff454ae8a1edf866f5153df6791c05ef106047fbcd80a37dd27af

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp39-pypy39_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp39-pypy39_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 4732c85c4532a8e1a9c7753d55a62d463a919fee71149905db8398053ec0bfd4
MD5 31b1bef502f26add90f87ec9df236659
BLAKE2b-256 e99a100f7e806fb9d8f9c5aa8e2edb65b5a1d819115b2e155335df283257eb98

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 3d3cb92daa0abc73eadaaff06ae34d635f2edfdf699b5b894ea8b9afeac8b866
MD5 8446302f3c704bc22f50464c979813b4
BLAKE2b-256 d5d9366877ee20ce9147c3fe364c2378ec72957fa08a384064d0beb05d58a550

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4a55aee25c15bafab4d070875d1d0266e953d037ccdc248a4917ca819e703f35
MD5 cfcd79493d71a4f90c0d1522a0129328
BLAKE2b-256 61077c2bc0e7be0291d2e831916a1b7effd84d5e04e2b0222ca6f473aef217da

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp39-pypy39_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 726154a8bc91cbab373ca46fe9a6169994d045592907a27d29f43fc8e0c860ff
MD5 c7455442417c4cf2889d3491d8a479c3
BLAKE2b-256 e8ed5d5fd92b9a377e743b1aff24e9bb446c9fe5171c736bcfec98a1ae07e10d

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp38-pypy38_pp73-win_amd64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp38-pypy38_pp73-win_amd64.whl
Algorithm Hash digest
SHA256 d798870b4392b9ead3220cd29c1412a9b62c89a040898891ae8463000d6eea38
MD5 00778c35f8f7b9625049952796034dc7
BLAKE2b-256 38016f7d986c1c2b7093504260f2ab0ed73cb52184d91d5be254450af6f9a463

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 d164b006d601e6321aeb132d084e95c9817405925740608eaa5ba1500521c57f
MD5 f465a59ffb22b28b7fc58fc34bf0b404
BLAKE2b-256 ca828356acc063780358770c54405314da4c4d2852c59253cd3c0aa470773dc8

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 6deeb45b1606a1a0515fa8bcc7d13871b7e600c679b01e8d1839cf4c6b592ca0
MD5 25c53e41b8a366f5802826fd9e47e09f
BLAKE2b-256 a7adc59f8034d857ee8e3a658c4b3bdae636ceae25c1776d6c9e4b9dbfbedd90

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-pp38-pypy38_pp73-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f00c7339c952ae28250a5eaff4d52ec625019fea30b02ac320ad6fad330a0630
MD5 a1d322152c52d053c23e3614240a69b4
BLAKE2b-256 be59f4fe959abc2fea18d33342d7894430137d1c53a19919297148633577b4d5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8aedf2543dc5d2774cb67d6d9995dffcebc09c74baa4ede201a8c37dc07b9ee8
MD5 69831733a9cbfc5c6d117e3a757d00f5
BLAKE2b-256 f3c8ed24cc93c7b776cbc6bd5bbfaf1a039e04213562952fb2dd1af247b0cd5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp313-cp313-win32.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 b2d9d85def378acbf92b7111876c9be81ad720cc06f8d80c6dc1b7e852282609
MD5 e19df55aa108402bcb21160c10d032d6
BLAKE2b-256 5a7ab8780143a45e9ed59653155d2353abbf4757577f18dc78d18440c3837f2a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5329a403a7b2275e75290045f6c78b73ade70028bd6d41a214b2cc0a32657136
MD5 1e388bced2143865c47977198ab22490
BLAKE2b-256 cb0dd4eca2b081c64b8107dc1f2f1d3876461e0a0303d6e6dd264fcb218a5bd4

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f4322db05241bf1c8ad3f8d715f15bd9f25388de6a6bedccb41a716a237bc7b8
MD5 80f691e655c611768368a08d0efcee78
BLAKE2b-256 1974a7793c05c7e4ba89dc3da82a5dc5a98a090d807ef7fe382e0114297679c9

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4ca21659306331d72ac8a5ba23c128cc11a0d2e7e674207bd17a6139ebe11c0c
MD5 9cf6adc7b5dfa0930e30ee67c8aa68c4
BLAKE2b-256 e78381a8aaf56a64fd8df40bfc71830e258bb2a8aebf9cf2917ed12b7f14bf3b

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4eb0fea86810ba8af557729bbf36a4d81615aab3584d9a9498f7937f671a560e
MD5 f689f8e533b3781bf6b803f66f3d49e8
BLAKE2b-256 761ad5f93df9c2bd7edd58a9c185ba051529b69dbf7b6ba1d091d64e2c2b235d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b0f8e3bf22b6e4c3e10cb4e45e7d59935bf9f661156faeb3c207ae279730ae77
MD5 08e3951efeb912f91fedc06c4d3c16db
BLAKE2b-256 b68909843aa94c1ac5f256647367967e4e8800771dae3a00a1ddab33aac485d3

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 e4b1d4e4c68e38beb1fa149635ff2fa2521aace4ce1314342801b4d34fbf28d0
MD5 01c7de5e96e3475d2074660c22e3e75b
BLAKE2b-256 5c5c746632dc732413278f7028a7b1b50b189a8c53e875c365de6f0ad0d6557f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp312-cp312-win32.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 6ff67cc54de7b7de662c79b16993718140df167bb54e2c06c8ae0fc925484e9a
MD5 dfe7b359e72ac539bcc164791c4868c2
BLAKE2b-256 7122590b219f3b6f8917d24239f4cd1be4beb78c8de8fa523cc1aeb97af07527

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 6fc6a1fe4ea47698197b404397902139c84d64c1af242e5685b757a954210fa6
MD5 b619aa35fe72675d9fe11ce8a2bfa11b
BLAKE2b-256 7de623c3c5b1092d9c9733e33e82562c4262e81186cf690eef5b113cd66964a2

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 cd74ffe9ae10511d4a6b42d408c4366d45d037575f34cd88647accce70d21a6a
MD5 4a28620ace629c883d8e89b0b6148f3d
BLAKE2b-256 48530972a374db226d0731ea8bf236a506c1520ed0859df71521a9cb288c2013

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cd1b934088eb78bd51bd761a3fb86d002082dbe38d604fc70413ca52e7cda9d
MD5 d0511eab590a6c01e6c88abb77e632f6
BLAKE2b-256 833d8e8bba2fec19ab1150d0a5634635cdcf93dd388278129365d8d7806801a2

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3c32096104b4d1d558a934501bfae8beb60d78a7fc2dd1a23c0c9639647b0307
MD5 edf8fff744de02c1cd7b3eb88702a1ba
BLAKE2b-256 6a7f70d4a4967fe1f3f4c6bca15c26556de4739510fc3803a9a57a4c11981f0d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 246f28aa9d0a9f37a071c4472161de1faa04c15bfc3d8bd1d3bbae1ce7f55d3b
MD5 987a37bb034fa97f56d61e36f8022c08
BLAKE2b-256 d12f8ae1867cabcc538cd0ee59b2eeab723574c65049c9171258f7982dbf5f38

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5a8f300d73de3b91c53fab238d68b60613405230cfd1e22d1e066d6e02621a5e
MD5 5d7bf4f38a93a343cc08ec8217804d6b
BLAKE2b-256 a6ee9efb0ae575fe5d7f4a9c0497eec80920d43f7dee3043bf13db857092a759

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp311-cp311-win32.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 c5a69e5efb223388d692fd96d67e07bf28bdb38a3767ac75dd4024fe2c735da9
MD5 42b4d8b78e8c6c33954509a0570c0efa
BLAKE2b-256 4f78ff0fcae58b4dd0888416f592122d7d43717187f8b3fddb36a85f1c4a4358

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b25791cc155cf38acc88782f230f2b2d0df324b95d1b26514dbb5f8a69576dbc
MD5 56a5ac838f7841216aac3f413500a93f
BLAKE2b-256 4a02d6462d4ad7b614783911647ca855b9637bf28ae7cf433929c61c58e11370

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 092b7f19aa776ee45fd0eaa5962f6bbfc4a1a9b1274ceefd99f6013be8c9a2ba
MD5 25d71427e0e786da742ba1c84860a7cb
BLAKE2b-256 00afa61bf23693d3c770c221f39aa2d8281ec1454b606e978638087590522952

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 76a3e96229787ed2834bb97f8ebe6015c7f0597941cc0c1a0574bf14f735c716
MD5 6ab138ee95f238eb20d16eded30ecdec
BLAKE2b-256 729a866ac509ba87536d018c8146b9540c789e4e22be7e8b11734a9db8c8a832

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 4cb6ad3138a9d1c6097a9558dde58112098cd5241e9c2af1cee4f7bc3811e5e4
MD5 4aa110fdc56025c29562c189471b2068
BLAKE2b-256 e4de9480131930be0a6747c4e9965741053fd1bf192d3373a5604d3e151e1cac

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e4c7a87fc3d0d240802b8b62cdd44a90471c2920cc3f09c692561c72bfa8f896
MD5 da1145fd038bed0be85964bbfcbdac49
BLAKE2b-256 c86b2e2f0741d91ef78126a9a6c34c157cff78b8538f1cbc5041cfde0304fa5e

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 97eb98369980210289dee7d1f4de4929f5d808bab6e09e4ee366dd49e91edb3e
MD5 bc3f45acf2c75eaa7d8eeda50c4d4a45
BLAKE2b-256 def7cd329110848a3afa89c71848772457cb61abd3d80f9d8aba8f42596cb7e6

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp310-cp310-win32.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b3c5ff1dce87e90da25c569185e6564070b3d20c03ec60c990cfa84c14012a6c
MD5 5c6d19874d8446a1aed223b127012a47
BLAKE2b-256 fa8e2bd6f279ca80299bda3a9e6b8f61d3a9d08ec1c849d33cc2e8c16ce8d04c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 68be09c6e7119366db0b0c88cd3293196e85d28bf3091ee06d013b598b6b5319
MD5 95319322a0141e5660dc958aeae0afca
BLAKE2b-256 5c01919d8fa2c71cf94a8fd1f4586661dbcd81ad05eacd722c0f2816e374d7ce

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6ff46c6809e71048f244ab619c760ad0b4fd275ded810ea70226b4d50e185a1e
MD5 13fb287d106807ab9a3ad9e79d4bf04c
BLAKE2b-256 5b03ecc8a3b4ad9f6ba9fe0d73768088be89b2b7b333bc2a1ac681407f3093ee

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81974cd3f0283aa37951fa6272a5cf127bba7d7a37f48c6dac9894389891cb3a
MD5 7f071c838710938198279608dc36c412
BLAKE2b-256 86b9f325891b47a0666399f5147e2626ceea55f14b6a4580b6adb46a79e9b858

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 059f8d2b58189bb9d30dc080de277cce83f0558a94f65f9761c6b3ff1b9e86b9
MD5 66a529f37398bf1f8c3ae2e9b9d439f0
BLAKE2b-256 92ccd2876c72d6787c6d06d4d30067232dcd6cd05dcce2909c0943fca4d8a56a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ace836a6906067582251d9d78c3ab4cfc7bdd643b0aaec17f498d75581fcaa22
MD5 bb293610ff639dc0a6120e901de2ad22
BLAKE2b-256 5348c4ca19a52ecb74738d49697881478b0aab84d3402afb1c0cc0690b90f8d4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 4063f12b29de216adc800c35566bfe77251e0655e74a65daed6d9602c58c3266
MD5 e613b6f4f77a1d4e6d0f1f28ca98b459
BLAKE2b-256 57e3e64ebde72c2a7efb00f3b06558b819bc3c0a35e5d051e406e5ecee0cb5a9

See more details on using hashes here.

File details

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

File metadata

  • Download URL: minionpy-0.1.5-cp39-cp39-win32.whl
  • Upload date:
  • Size: 9.2 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.1.5-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 45b19c8111fbc9baf182efd723105b4f18bac9b6a7510709d0333c433a0accc7
MD5 a15aff479cc90018f00beac096995c53
BLAKE2b-256 2a9f0b5bbcdc0f107bbdb60a93d221583c13abc244acd4673a9f552a349351b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d29e50bfd28e32a692c1e36a38162e8d027111a31bda408f2f88538ac2f74b9f
MD5 81c39feb90c2fee821d4e0772fe00dc2
BLAKE2b-256 00681bd7886912842a607a00828583ef32259312e1df3ec000cca16d73f02bbc

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp39-cp39-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp39-cp39-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 07c1beaf240d12fa7d5a08806c9364c0d443a93c7d760ebeff0a3aaf9ba5565e
MD5 7375845da4f08e6fc62864e519b73a7e
BLAKE2b-256 cfe82553d69f870c4113fbd0c11adc1b459c7da8ea7257fac55bbe388756ba4e

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 888cd6a28c6c52cc0ed19eb3bc9d7051d2bc9ffa65335722d285210721162700
MD5 94c8861f30df1191616cfaa2607dc622
BLAKE2b-256 cb4dc3f08d9df7934e0e028460c6a9095e378a5118e286163c9e7c4b337b3d5c

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 3280e53f4861be2fea746c5bbab23b01e8da153c880410c30119a7e4dae64680
MD5 65f9a2ee44f1a82c9423e81cf3ec80bc
BLAKE2b-256 d3e7453cdd0137175fa86d93affa024517086352855263687919ebc7196e9a01

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for minionpy-0.1.5-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c40af4e6fdb50c7c52e28e7a8bef2e652e1d8dcabc2aa3e9eafe8c17874fc32b
MD5 eb3b7bfef3e39be0c70f1ffca6ce3f71
BLAKE2b-256 f8e187531227fb156752bc767e39a88386aae66279437f52a9e6a0ab0bbdeae1

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp38-cp38-win_amd64.whl.

File metadata

  • Download URL: minionpy-0.1.5-cp38-cp38-win_amd64.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.8, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.1.5-cp38-cp38-win_amd64.whl
Algorithm Hash digest
SHA256 210052500fa84ff813e50d2b09cceddf2a1f3227f5b1743f74b1be63f9063e74
MD5 6ea0a27ac4b9f62938575912dc8108a1
BLAKE2b-256 02d8c75e8bae160847b871dcfeaf6ea0353fc3f1d805fe90d43fe2fa548a6325

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp38-cp38-win32.whl.

File metadata

  • Download URL: minionpy-0.1.5-cp38-cp38-win32.whl
  • Upload date:
  • Size: 9.2 MB
  • Tags: CPython 3.8, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.2

File hashes

Hashes for minionpy-0.1.5-cp38-cp38-win32.whl
Algorithm Hash digest
SHA256 481d87173ff9e9c36756e9e42db6a2b3f534335f7deb607865182abce7f0ef9d
MD5 9551f58851e244a7670c1785dedd0770
BLAKE2b-256 8569fefe827ad6724d0f6808421e9ee11a25ccc335c94abba2e6880c115829b9

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp38-cp38-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cc6372cc2c594b61263c69b9801c20bd85043bdc75ca9d11164b9278d3b402dc
MD5 6a0cdb352a90164187fc07ee6d8818ff
BLAKE2b-256 a37e707f47b1f162bb0c44de882a92eb81370b90c187a7d232d3966659bd8be1

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp38-cp38-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp38-cp38-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6fc8b7b45c6095c4fb7f5fe376316cef9dc13faf4599556ef96851d722f99e41
MD5 8e4e84a2397ede6f136ab90405d3b049
BLAKE2b-256 26a0136322457ea517a17dbea0153b1884135ae24b4bac5ca0ab9a43f3614785

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 81c602563c81a4f55862abf36629798011d52dac1b60f6815470a7bb2ea51af4
MD5 8ac98c80049250de7e1358fa848507eb
BLAKE2b-256 1ee84e37d79b069c796dc8d0d6c14965a9897aaf71045cb3309055554d31d165

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 555bd2c1e681671d0ab45548d4ebcb818314ca0e122b490942ebf8ed55972e20
MD5 24f48f2e53bdb86133db153b40d259e7
BLAKE2b-256 1444b1af91ed447f90a59088aceb44c0525846dae1ffa923230d714d7afa0aa2

See more details on using hashes here.

File details

Details for the file minionpy-0.1.5-cp38-cp38-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for minionpy-0.1.5-cp38-cp38-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 291731f91549298db4a9c7c268ad5e16e16aabe7350e86aba0ac2130fda15206
MD5 5aae49bf3b0bc41dbdca0330c4dd6370
BLAKE2b-256 fcd00f5c69ef7f5618f9da38395969ac28edd1b28a37c49e71ffca906efed6c7

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