Skip to main content

Python inverse kinematics based on MuJoCo

Project description

mink

Build Coverage Status PyPI version PyPI downloads Banner for mink

mink is a library for differential inverse kinematics in Python, based on the MuJoCo physics engine.

Features include:

  • Task specification in configuration or operational space;
  • Limits on joint positions and velocities;
  • Collision avoidance between any geom pair;
  • Support for closed-chain kinematics (loop closures) via equality constraints;
  • Lie group interface for rigid body transformations, with native C optimization for IK hot paths.

For usage and API reference, see the documentation.

If you use mink in your research, please cite it as follows:

@software{Zakka_Mink_Python_inverse_2026,
  author = {Zakka, Kevin},
  title = {{Mink: Python inverse kinematics based on MuJoCo}},
  year = {2026},
  month = feb,
  version = {1.1.0},
  url = {https://github.com/kevinzakka/mink},
  license = {Apache-2.0}
}

Installation

Install from PyPI:

uv add mink

Or clone and run locally:

git clone https://github.com/kevinzakka/mink.git && cd mink
uv sync

Examples

To run an example:

# Linux
uv run examples/arm_ur5e.py

# macOS
./fix_mjpython_macos.sh  # So that mjpython works with uv.
uv run mjpython examples/arm_ur5e.py

mink works with a variety of robots, including:

Check out the examples directory for more.

How can I help?

Install the library, use it and report any bugs in the issue tracker if you find any. If you're feeling adventurous, you can also check out the contributing guidelines and submit a pull request.

Acknowledgements

mink is a direct port of Pink which uses Pinocchio under the hood. Stéphane Caron, the author of Pink, is a role model for open-source software in robotics. This library would not have been possible without his work and assistance throughout this project.

mink also heavily adapts code from the following libraries:

  • The lie algebra library that powers the transforms in mink is adapted from jaxlie.
  • The collision avoidance constraint is adapted from dm_robotics's LSQP controller.

References

  • The code implementing operations on matrix Lie groups contains references to numbered equations from the following paper: A micro lie theory for state estimation in robotics, Joan Solà, Jeremie Deray, and Dinesh Atchuthan, arXiv preprint arXiv:1812.01537 (2018).

Project details


Download files

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

Source Distribution

mink-1.1.1.tar.gz (52.3 kB view details)

Uploaded Source

Built Distributions

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

mink-1.1.1-cp313-cp313-win_amd64.whl (72.5 kB view details)

Uploaded CPython 3.13Windows x86-64

mink-1.1.1-cp313-cp313-win32.whl (71.7 kB view details)

Uploaded CPython 3.13Windows x86

mink-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl (70.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mink-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mink-1.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

mink-1.1.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.7 kB view details)

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

mink-1.1.1-cp313-cp313-macosx_11_0_arm64.whl (68.0 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mink-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl (69.4 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mink-1.1.1-cp312-cp312-win_amd64.whl (72.5 kB view details)

Uploaded CPython 3.12Windows x86-64

mink-1.1.1-cp312-cp312-win32.whl (71.8 kB view details)

Uploaded CPython 3.12Windows x86

mink-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl (70.9 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mink-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mink-1.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

mink-1.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.7 kB view details)

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

mink-1.1.1-cp312-cp312-macosx_11_0_arm64.whl (68.0 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mink-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl (69.4 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mink-1.1.1-cp311-cp311-win_amd64.whl (72.5 kB view details)

Uploaded CPython 3.11Windows x86-64

mink-1.1.1-cp311-cp311-win32.whl (71.7 kB view details)

Uploaded CPython 3.11Windows x86

mink-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl (70.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mink-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mink-1.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

mink-1.1.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.6 kB view details)

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

mink-1.1.1-cp311-cp311-macosx_11_0_arm64.whl (67.9 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mink-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl (69.3 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mink-1.1.1-cp310-cp310-win_amd64.whl (72.5 kB view details)

Uploaded CPython 3.10Windows x86-64

mink-1.1.1-cp310-cp310-win32.whl (71.7 kB view details)

Uploaded CPython 3.10Windows x86

mink-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl (70.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mink-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mink-1.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.8 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64manylinux: glibc 2.28+ ARM64

mink-1.1.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.6 kB view details)

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

mink-1.1.1-cp310-cp310-macosx_11_0_arm64.whl (67.9 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mink-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl (69.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file mink-1.1.1.tar.gz.

File metadata

  • Download URL: mink-1.1.1.tar.gz
  • Upload date:
  • Size: 52.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1.tar.gz
Algorithm Hash digest
SHA256 26788965a37b26d3e571a89d48fe4ce22ec00dfdc5ce6550f0164aca742b6ca2
MD5 4e719510fe73830b39f445cb3497aff5
BLAKE2b-256 2b3a9766856ff5194a73c0e57a8dbdacb5368c796879f7bd8c0af43bee452df9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1.tar.gz:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: mink-1.1.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 72.5 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 7fa49dcc72eb06998ee4b6cce737af0e72977cad40333e75f4f7d9774f49b30d
MD5 9d6f2cd5e0ef92964f5c175bd36823f4
BLAKE2b-256 1d6eb9ddcbff1f85e835dbe4c14db2778d26923ba2236ae418349ce09b345cb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-win_amd64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-win32.whl.

File metadata

  • Download URL: mink-1.1.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 71.7 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 646a54447de6656d2a8c97b1f58856c28f306fb9ec0e8fcf3111561951cdd8d4
MD5 b6af24bec3399b189337207bc98a1f3d
BLAKE2b-256 31dbfaead105ef9ec195c5167531d664848001e6362d2be28fe864bb79b0ea91

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-win32.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c16dcc1a3841ca2d65bc8d66118c53e5904752ec7952de17dfa0dccee7114b12
MD5 332905175af4099d093049dfa55e23d6
BLAKE2b-256 8af86b8809e5c2e23537bd20a8f64b52075c45dfa987969d3f26a024faa074fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 858e9203f1c2fe2b60cffc65a71c1ebcf08463cff58f9c2e9c625cd0faf27581
MD5 19652846ba165184d6ffdd5f5a14f462
BLAKE2b-256 37bfb8a7619e196ea4bce165f7677a805f4b8db71b4cc43d30407750c1c600a7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6907c5c0cea7586e364b4dc8c411e269f1008e29c82acc1ece3b4b4e729acfaa
MD5 03e413931fcf6b3a432756d0fa57be22
BLAKE2b-256 57f5e8d2c1d2cff1aebc6ccb888b9a2a1e84f77bef45e5200cc24c5ff39dcb9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 325aaf098a1ead4afc3913855ee94e3ce9c5e5ac03d6413fd6709d5e349e8cf0
MD5 ba3c0f414845ae28a23441e7e2c2d2c9
BLAKE2b-256 edf510416d26e472c869a86df58f5577fe5e9b04324d6551627f82ee6256ac17

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 02dbd684bfdc164716d5c139602bd0fe6a45928e4476b77af7616529ba2cacb9
MD5 3dcbed33734353b338d6175d6763a547
BLAKE2b-256 d0947ce44f8d35d55836c967119fdaad038f8ed5c4a79d51f9c9fae8f87031a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ba96a3b11c378cc5530300249b6cdd3a39db2ea46863f6fc26e8071c15721696
MD5 09b3cb54a7c9cfdfe479ca54ce4ba6ff
BLAKE2b-256 5695038f0246adefeeea0b8b040da8ca2ed561eab31d3bdd0eb46d8b1f938714

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: mink-1.1.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 72.5 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a73c980092c8252d56ece9f0f1c72c5b07746a95c20c3bf88d68438882144c35
MD5 e3e8d2a6e3c32b24f3705a54498cb4aa
BLAKE2b-256 adaee90e9a4280f627713afef59134cc18fa3905dd1947a0ad55e9f425f63642

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-win_amd64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-win32.whl.

File metadata

  • Download URL: mink-1.1.1-cp312-cp312-win32.whl
  • Upload date:
  • Size: 71.8 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 9308897d2f645c4989f2d6746f1427d183a288fc4a5892a3606c5efaf20f32cf
MD5 bdbbf4dec75ac264cc1af62c23eaa575
BLAKE2b-256 de1a97470fed0e235a502505baf9a9de0888d59470252cd3c596e91cd961bfd5

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-win32.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 3355696099b029ab2613989a8774e118c693c6afb91fb207aec3bf9b051378e9
MD5 e11e160e05333b4bfc90c4ebdb1ebc51
BLAKE2b-256 d296d9fde7df95ffcb4427b17e3f692b2993a15414a8718624cf3f57aa931283

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3043bab6ac82c24238e5a29c555281f8a505019de267958b4d75eb59125bf065
MD5 8dc78573653558768211c6fc69290074
BLAKE2b-256 74f360d4ace875abe36f74090ba02cb42cbdca87d00de46a822dad54e1dbf564

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 55cfc795c5ed4c42ea0d760948919e2030b8e03048d7c2bcc4e3906f3c32f3e0
MD5 756ce9bba4ea53ba98799d0a142f9c5d
BLAKE2b-256 e6c90a8ad1c9b45bc0f502f0a0ac8f899068070c006157d1824d7e460ad26542

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 9bd1c9002b7eff5b8c71a1d7cdd82eddafb69cd379a46ad177e8d3c66a98b533
MD5 079dc7c19955c7d4b6cab9f959b57aa0
BLAKE2b-256 eec73919c4df2a866b9ca5671986a80ce79099f8a9d1eddab9a4275afe10b6e7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 852a3868655e0627f63327a63319adc6d0067103c6aa7e439087ba42f6fad610
MD5 d474b2df542ceb05df93784c03f6516b
BLAKE2b-256 275c0a4fe200b6cc077e4a259ccdf8ee6eb0bb9e4a98497f3c2bf5a6bf0ab425

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 9b1a95ae50f2de96f3bedd8f7b239f76fb09ab57fe43ca6625aaa61afe965063
MD5 33c0c6415a5c4704be41801056c8bf38
BLAKE2b-256 cc9a66db73a94213982812d6d9fc10dfb93c386e898ab150f0ebe9ac238877ce

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: mink-1.1.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 72.5 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1caa8ab6513edeff37adc22e8e0786dfed33e993b9a42b0c12e91d3b901aec4b
MD5 9862714f79cddfbd79877f6ea559de1a
BLAKE2b-256 c2722cba78f1b5061f212dfb2c4438e367afd7c90f34ba6cca5d854f257b0140

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-win_amd64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-win32.whl.

File metadata

  • Download URL: mink-1.1.1-cp311-cp311-win32.whl
  • Upload date:
  • Size: 71.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 96889f5f6369321024767109e5c7c2ffa4a506fd5c8cb11b016926d94ad163db
MD5 8f2de736d243fae54972afb0eff66676
BLAKE2b-256 845bc00cadeb537a1686c76bd2297ce2f8ccbe771041ef24f05441167dde34b7

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-win32.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 40e1c5f424594277aa78073398fa978c2da97c554e05066506367d5e34c93b14
MD5 ccd4430fa5fa98097c36382acaed4c52
BLAKE2b-256 e2391ff2f2bd63409d43d984c7c1b9bcb6558f89412e44ad67d34aad373d9cc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 12f8535bd60091830f25d32129cc1bf177f7a35241b8931c64db3fea3b1021dd
MD5 05ce01c9bf50278c3b667621ba66e39f
BLAKE2b-256 caddfef0d728b1159c53744a4c6cfef321e204f9aa5c5ed2bdf98c022a0bb443

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c756b30fb876ea5dfa7c6adfccb30eca59793b75586e7a8108be5331202f4ff0
MD5 e5e8ca5c4b5b3080797d918178a0af44
BLAKE2b-256 40423cfaa680492409d46473ee874db52c447649ec64f716819b78ae1120baf9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7e4c01d6b92ab2674f429d4a12373d8828de0184a934fc2de212249f4b1514ba
MD5 5be1df22f31431609173ef830fd37d24
BLAKE2b-256 4cb2cab4d13d748c073e02ae1356815357d1e06149fbe6de32b6deb9a9c633be

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 01692c624339f7a310fdec1a2177cf24fbd4d07a84d98000ed66af008f1b9813
MD5 b0e659b826ee323732129631c376f1d2
BLAKE2b-256 7da5a64400518da98ca65b4dd024ad0fd5f903032713917ba28e7761499ecd94

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 5e62be46ee987c808c49b53662ee50930c4b014d298717dd759fb7b5654f6b37
MD5 ddfd671cc4d98495c088e0c0c4cb5aa9
BLAKE2b-256 da3e5f968d19f928a6c30d748b6a01ea7e9c3e645f38fba076d0a9742242827b

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: mink-1.1.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 72.5 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 fcbc97af330e922f48889b937bb6af7a93fed686721ff843e491c15811fe37f9
MD5 51dd3ae74a02e336a68992a20a2167de
BLAKE2b-256 75d0a399b20af3d590f2559dbdeefc78f9b6ed0c68349b1f4afae7fd64be0ebf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-win_amd64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-win32.whl.

File metadata

  • Download URL: mink-1.1.1-cp310-cp310-win32.whl
  • Upload date:
  • Size: 71.7 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for mink-1.1.1-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2d822e1dc305f5f48eb15bf4aaed1a6079061917c613919421baa4b851dd5fa0
MD5 ae25f4fbdf6bc1ff11d8fe342be1c13e
BLAKE2b-256 9cc112e99aa8fa9b963a79711337e7734729406ffb2713183499cc36409a249e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-win32.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1ac562f7fe62f6269cdafcc136dc5cf92e8259e10017206f59eb2820617676c2
MD5 6251b92b00f635dc6db56a2086568633
BLAKE2b-256 330060afd6effa3326135d7a966bbd2e77bd48caf2201e1fecfd8bbb25216323

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 aab3b8aea6b1c357587e73d09ba032862c4c340c62a34dc2347931723ba5dc78
MD5 824f15e4e5ba0709188d9b6a514c7674
BLAKE2b-256 92e7fe17f055c64c7fd18a4f30b7496ff1d1c4fdd9df4c501f410f0f0800e88a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-musllinux_1_2_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9a32a61bb14ce4683f95a4111b52f7169d7355774d1ed5a8229f017349732cb9
MD5 c591f7f7b6508e9d9cf1a434650a338c
BLAKE2b-256 1ef515791933bd37d965ed99f50cd1cded44a905160701081458470256b3c0fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 d4a037e0b5e75bbd9e60baaf77af2d1a5efdb19a55e7921fb2502b641a5c6c73
MD5 f5a25cbd02a8690db84784093c87e9e6
BLAKE2b-256 d4a33149b3ae27467290a22281eed501512d11b5b1e3ce2892c877775cf426e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ba4f27e2111e149cdd3d906c4e24125a91a741b6bece05d6b68920e85a04de7e
MD5 6a29830253a877a703e14884c21780df
BLAKE2b-256 238f362f10b1032a5077de6eab9065ef2f7f3b2a05a6ed966c10c2a7c350b366

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mink-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 369d8a68dd26067308cbbae42fd2cb3287f02b190cd52dc659e76a2e7abbe36e
MD5 10db5424fbe35d494f56caef6be8355e
BLAKE2b-256 fbb4178cc987363151e02de85700cf2e48f39ded10064a40a86bcdb3ecca34d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish.yml on kevinzakka/mink

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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