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.

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_2025,
  author = {Zakka, Kevin},
  title = {{Mink: Python inverse kinematics based on MuJoCo}},
  year = {2025},
  month = dec,
  version = {1.0.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.0.tar.gz (51.2 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.0-cp313-cp313-win_amd64.whl (72.3 kB view details)

Uploaded CPython 3.13Windows x86-64

mink-1.1.0-cp313-cp313-win32.whl (71.5 kB view details)

Uploaded CPython 3.13Windows x86

mink-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl (70.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

mink-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl (69.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

mink-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.6 kB view details)

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

mink-1.1.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.5 kB view details)

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

mink-1.1.0-cp313-cp313-macosx_14_0_arm64.whl (66.9 kB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

mink-1.1.0-cp313-cp313-macosx_11_0_arm64.whl (67.8 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

mink-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl (69.2 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

mink-1.1.0-cp312-cp312-win_amd64.whl (72.3 kB view details)

Uploaded CPython 3.12Windows x86-64

mink-1.1.0-cp312-cp312-win32.whl (71.6 kB view details)

Uploaded CPython 3.12Windows x86

mink-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl (70.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

mink-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl (69.6 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

mink-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.6 kB view details)

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

mink-1.1.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.5 kB view details)

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

mink-1.1.0-cp312-cp312-macosx_11_0_arm64.whl (67.8 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

mink-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl (69.2 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

mink-1.1.0-cp311-cp311-win_amd64.whl (72.3 kB view details)

Uploaded CPython 3.11Windows x86-64

mink-1.1.0-cp311-cp311-win32.whl (71.5 kB view details)

Uploaded CPython 3.11Windows x86

mink-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl (70.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

mink-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl (69.6 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

mink-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.6 kB view details)

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

mink-1.1.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.4 kB view details)

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

mink-1.1.0-cp311-cp311-macosx_11_0_arm64.whl (67.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

mink-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl (69.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

mink-1.1.0-cp310-cp310-win_amd64.whl (72.3 kB view details)

Uploaded CPython 3.10Windows x86-64

mink-1.1.0-cp310-cp310-win32.whl (71.5 kB view details)

Uploaded CPython 3.10Windows x86

mink-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl (70.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

mink-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl (69.6 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

mink-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl (69.6 kB view details)

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

mink-1.1.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl (70.4 kB view details)

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

mink-1.1.0-cp310-cp310-macosx_11_0_arm64.whl (67.7 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

mink-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl (69.1 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

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

File metadata

  • Download URL: mink-1.1.0.tar.gz
  • Upload date:
  • Size: 51.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for mink-1.1.0.tar.gz
Algorithm Hash digest
SHA256 2480fdd42ec2a28ffd4361e6fc5a7c7bc353caffffb8343d9c5bf7089c15ca5e
MD5 ab3133067fc526ed42eebb31ac5a4030
BLAKE2b-256 b966e09aa0a8a689eaee797f91415ea6133b3d1e4fa5ee5bd1504315e5d56b37

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for mink-1.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0bdf77a25834a5cf8e8b855abfc702df12c1adff5305dec00f61272b2abd0747
MD5 c03ae16561d856aaf5d10092c7822cab
BLAKE2b-256 bd6f57709a92ff4b9c6f0be36bf6bc62ddd8c697f9263cb560bb9e9dbdd0a766

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp313-cp313-win32.whl.

File metadata

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

File hashes

Hashes for mink-1.1.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 1c7a214a8dc748eb7308b25dc6c7f124ad746c4977c87d0a02a63c0c29be9ff6
MD5 ec2d68ce53dd7949fd6d847130ceb3ee
BLAKE2b-256 aac8166fcf4e9e2936f2aa237572cbe8263cc42aa322b9607f7ba0937c189358

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0e1167a0d5ebb3791e177a0502c91cf6b937719f0b2aa49194398be37484a4b8
MD5 36eaf0dfbc6532457e893b8850b2d0c9
BLAKE2b-256 ae59942b4798a8d861926ff8529cba3661ec5dc54d1932c4c9ddbffc3b726ba2

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 db9269d97e674a9668dcedd063e522ebff3532e61c57f25efedfd6596599353d
MD5 4f5c757e4ea723ea8b5b5337f6171271
BLAKE2b-256 ae8a2000a2101dac173639d111668ce5359806bde8fd14b581e618627a52f514

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ab440637caa215b4aeb5720111d1eb23d2ff2349814e756851ab777dea7d901a
MD5 8577f2c77d6995cd8fbed2a7b3be2f9c
BLAKE2b-256 207eeea61521375432f63b18d83d3d941a7a85f855814d95c4b302df5ec1f643

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-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.0-cp313-cp313-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7338119f6e5b5ce8c3464f6c908f2dbdba5780682bdf49387512cf16b597ea89
MD5 849fe64703768da545a424c59407b44d
BLAKE2b-256 36bcfb1a26dae8a96f1997e62cdbd64fa64a3ab91607687bc3ab036d5d547b49

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

  • Download URL: mink-1.1.0-cp313-cp313-macosx_14_0_arm64.whl
  • Upload date:
  • Size: 66.9 kB
  • Tags: CPython 3.13, macOS 14.0+ ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.27 {"installer":{"name":"uv","version":"0.9.27","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for mink-1.1.0-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 4ae80916d3bd25003d214b488a313781385ad577b9085b715b2b0bc37d014ff5
MD5 e64cd17568933716c104c603e541c404
BLAKE2b-256 349c7ff76edecaa94551d28bd3864bcd867b81f5e72bc60292fea768ca2f6314

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for mink-1.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 15ed3b3662cf794e05729c748906d87080a2633b1e82bc1a6365a68313eeae58
MD5 c535603069a1534190afabe851452f5f
BLAKE2b-256 a4dfb79cef8fd2e6a84698be343333fd12a9add8c757c54b00c0705c099f9d64

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 18f8fd87e5200d7c0ece7f7144647f882b6125147df4e49a20896e51ef2a01b9
MD5 bbbf1d2d050b0d724f06ca1b0b49e7dd
BLAKE2b-256 98ffd71fd73ee6506a647c18abc80bd1669f98b9f8eb3012f14e560c81c7bd51

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp312-cp312-win_amd64.whl.

File metadata

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

File hashes

Hashes for mink-1.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 22efa22b554d8e1076890afbb3a7223d2ca249fae97d631d10fbbf71bc2c3c56
MD5 698c0d57ae6b30867248cb3d7c189b23
BLAKE2b-256 997fcfba1085a845ce188259d25c72d3180c4f7431c566125f6b171f2fd62d06

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp312-cp312-win32.whl.

File metadata

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

File hashes

Hashes for mink-1.1.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 93556fedc3dd9f98dc6e3272d938ec71da2a4706e58668a587b620bc15194b7e
MD5 dd2b0d62c5bf53e1c6902beac10cc63a
BLAKE2b-256 c8fc8ead0efa16391ae2a39bc9101ae3f9ec5e29fd0edbbd8153efc00017c64c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 5dd7ea03a464ceba19f43e8fab8a4ca5d872febcb3a17527a6944db65b18b9e7
MD5 d864c187094757c6bf8f9c25d6ad24aa
BLAKE2b-256 7bf117b76e508e27ca1c5de2f5284a3ca24fce701cb18803f20dd32322dd72e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3dad64095cd401da7f99f16eca8dde1d9802f0915207e097d63371abc58c5b9e
MD5 1937b98b778b40ba3ce267c6f2f0536b
BLAKE2b-256 e22ce0baaa2757f36382ac02a06caa163c8b617ff444149dad7616cc5bbff247

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b1f8426e6e39976a9863e832680583945a9ccb644d6f96c7fa40462d7859965
MD5 c1c45a2bf30f2eb72f2d47fad048ce66
BLAKE2b-256 9c713b219f6563b5a1a4e7bda894d7314b9eea1a5ec53d5cc3975b7951c6e84a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-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.0-cp312-cp312-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 3d11676be6d08ccf7943be6c8afa1ff64fa6be3fbab633fcc2e3f1cd1ef004b1
MD5 5de0123df7231390b65b4b251b8e594d
BLAKE2b-256 156f64c5dd93f1d19de05709e5c6ac66f6abe89d280838b434e9075f94e30b65

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 de76f557b2f667abbd1305a5074f051a6e66d439df53e48ada5359915e122fc1
MD5 e10d1f8032cb73ea722d90fd5a1bad65
BLAKE2b-256 c73d97e4b9736f7d983d87f872eb80bbdc256a903ae1e4481f24bf3c317e376e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 58090c5cece086a1149616d94a220918680ef2eab76737e0ab0f0384b80f8ca1
MD5 03ab9329c44d4b96a2c10a2a706d3cf5
BLAKE2b-256 0e7adba5e7dd311b5fd5ac2f83a2baf20c203857e901fe21c6656331c787314a

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp311-cp311-win_amd64.whl.

File metadata

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

File hashes

Hashes for mink-1.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 5361445bf6f48dd1c3c630f9469bc0630f308ade22012cf7683b20fec039303e
MD5 d91c6d31e3c97500dd09b25a26660a4c
BLAKE2b-256 4db4e30d95e43552fdd14381c3970159b8f8fefb463a5ab90b15076bab6d5f8d

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp311-cp311-win32.whl.

File metadata

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

File hashes

Hashes for mink-1.1.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 58f03f4c3f334977ff4f8e10a55752de0f1d0ee27ee13b5ffc40d732996a7a77
MD5 93316bcf33d5a45c79e88d9b47cbe129
BLAKE2b-256 5e25fa7499b47721d0a6d00dbff0578944270859525f236dd482134990557c77

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 660131b3d5372832479c772a74da2883f3fbd7efc4c37dbfab2f88839d964164
MD5 a7ad4431747c5daff91dc347efbdca2d
BLAKE2b-256 63271fb27fed380d6686d740747a8d83d69acc4a9910bd1785c5ccdc3b8516a3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b64e9988f584f66b09609606a412f3a7b59ed958b0ce13c66dccbcec4eef95f8
MD5 5876965ba444eb126b05b689a01fcffa
BLAKE2b-256 10b617885034dc4af7f76be93b402fbb2569303096406f088cc28494445cf243

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac2095b21298ba0eaa4e1aa3151670ef4e35f636abb19b926256705e04b654d4
MD5 70da5337764e040576584f2ff0aa753b
BLAKE2b-256 55ed2ffa9539bdabb09aa99b68621a19fbf77f94cc7d7e28014108ace0807b55

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-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.0-cp311-cp311-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 1014bb5aef2a1cb4ea55eb878297e0c2de04e0a072fbd296ea00037887114240
MD5 52a48b6d11762c78628b34155655f584
BLAKE2b-256 db034c5e7cc59b238a6f72b6a29c35b4d6805596e78fe409eb2bb6b16806d8c8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 91b8578a0242aa772bdbb70a94b942a865ba90b29983b652d1fd3672261489ba
MD5 bf1060bf792fa40811521a78fd9707ff
BLAKE2b-256 216ee1e9014ba28182a966f34156e3377d6ceba7b0ac3455d1b93092db9713b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 504aac2ffbed5de281582d62c5fffa5efd079c0bb2c799456a9b7ddc96de7a46
MD5 6edbfb090188e8bcfe0e47dc2608a63d
BLAKE2b-256 20ce0ace26569797b0c22b54b5aa45fe05e2daa598831bddfa50232e0797d021

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp310-cp310-win_amd64.whl.

File metadata

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

File hashes

Hashes for mink-1.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 f007ff472ef81ea089082a00f4a7fb578cf3e22600059bb478fb6f2c63954983
MD5 981528de04b0a1e86d6b27622c4bd5e8
BLAKE2b-256 5a3c3142f82b8aa87b53a6f3d6b07d6b8ee9bf987b94315772c4d31cdc4f97c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp310-cp310-win32.whl.

File metadata

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

File hashes

Hashes for mink-1.1.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4c29aad05bec7c8ea0e637cc71d02fca1607ed394c70d665aecbd31271fda5fa
MD5 8442f3ddd38bb908f49129f9463043ff
BLAKE2b-256 ead4a7cdcdc85c3544dff8a65fa8528a057c9d5c622739dd9df5642b5ac6fab9

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 9c0493d88c0caaa56a10022b904040cf315506bdb54fce8ca928ede2d1d73aba
MD5 77f3a44d7deded35c7b4ac543379d03f
BLAKE2b-256 39e21fcc0c68673c894f503ce2c65725a021987de74c08f56a99f32e77c70483

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d47cd76437e02cec4ad7cb1c4a1a93e67fdda9ccf03f9bca0bc875a63d281cf2
MD5 2f5e44a2f0ea8713d5aee08c9b73b919
BLAKE2b-256 acc21a35bf4c0e5ed8beb545e2cc0a1fedd3002e0e8cf2cf9f8f10962e0614c3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e3c52803b58aa0727255f60da21f53787677b33d9867a01bec0ecfe81e1d608b
MD5 116d4b1430374e9507cfb2767e1e2547
BLAKE2b-256 33a80ece416dccce9fe700b1fe607eecfec9f9dedad1a24d9faffc3a93fced96

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-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.0-cp310-cp310-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl
Algorithm Hash digest
SHA256 7266f782bda3c3c08f8ea8c77e4394b17cf76cfac1f5393757db569a94c2c838
MD5 80299e9d31e73d4e0a870bdcc5a476a9
BLAKE2b-256 e022e35d9aef14b77ca0bdd4ecd64963f3100300132cd01d96f94b6dc65381bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0547f9f416f431e6b9f319073807589e960253bcd1de05dc5e31c14c32613ecd
MD5 4c3c23f9014fc67bd5b36d3eaa4631bf
BLAKE2b-256 8d221ca95c1a4240c1e76a5689fc21bd64a433c28cc7b0b91f89ec2c0fecc0e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mink-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 6c09564591dfcc6b77a47a57e38268490676b7a7d834a1f805679b650902961a
MD5 5363bc4cae441ad73c7cc103e8d5a514
BLAKE2b-256 bb0927aa990f6fcb1f455b4e296ddb1213b9ae2c90c47c03cb8e36dbd37da8bf

See more details on using hashes here.

Provenance

The following attestation bundles were made for mink-1.1.0-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