Skip to main content

A Cython binding for a m68k system emulator

Project description

machine68k - m68k Emulator and Machine Binding for Python

Introduction

machine68k is a Python package that offers a system binding for the Musashi Motorola 68000 CPU emulator with memory binding and support for ALine opcode exception traps.

The package is currently used by the amitools project and supplies the CPU emulation for vamos.

Prerequisites

  • Python >= 3.8
  • pip3

Optional Packages

  • cython: (version >= 3.0.0) required to rebuild the native module

Installation

Stable/Release Version

pip3 install machine68k

Note:

  • on Linux/macOS may use sudo to install for all users
  • requires a host C compiler to compile the extension.
  • the version may be a bit outdated. If you need recent changes use the current version.

Current Version from GitHub

Ensure you have Cython installed:

pip3 install cython

Then install machine68k directly from the git repository:

pip3 install -U git+https://github.com/cnvogelg/machine68k.git

Or if you have a local clone of the repository:

pip3 install .

Note:

  • This will install the latest version found in the github repository.
  • You find the latest features but it may also be unstable from time to time.
  • Repeat this command to update to the latest version.

Developers

  • Follow this route if you want to hack around with the codebase
  • Clone the Git repo: machine68k@git
  • Ensure you have Cython installed:
pip3 install cython
  • Enter the directory of the cloned repo and install via pip:
pip3 install -U -e .

This install machine68k in your current Python environment but takes the source files still from this repository. So you can change the code there and directly test the machine.

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

machine68k_amifuse-0.4.1.post1.tar.gz (450.1 kB view details)

Uploaded Source

Built Distributions

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

machine68k_amifuse-0.4.1.post1-cp313-cp313-win_amd64.whl (514.2 kB view details)

Uploaded CPython 3.13Windows x86-64

machine68k_amifuse-0.4.1.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_11_0_arm64.whl (526.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_10_13_x86_64.whl (562.7 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

machine68k_amifuse-0.4.1.post1-cp312-cp312-win_amd64.whl (514.3 kB view details)

Uploaded CPython 3.12Windows x86-64

machine68k_amifuse-0.4.1.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_11_0_arm64.whl (528.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_10_13_x86_64.whl (564.3 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

machine68k_amifuse-0.4.1.post1-cp311-cp311-win_amd64.whl (514.2 kB view details)

Uploaded CPython 3.11Windows x86-64

machine68k_amifuse-0.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_11_0_arm64.whl (533.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_10_9_x86_64.whl (567.1 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

machine68k_amifuse-0.4.1.post1-cp310-cp310-win_amd64.whl (513.1 kB view details)

Uploaded CPython 3.10Windows x86-64

machine68k_amifuse-0.4.1.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_11_0_arm64.whl (534.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_10_9_x86_64.whl (567.3 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

machine68k_amifuse-0.4.1.post1-cp39-cp39-win_amd64.whl (513.4 kB view details)

Uploaded CPython 3.9Windows x86-64

machine68k_amifuse-0.4.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.5 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_11_0_arm64.whl (534.4 kB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_10_9_x86_64.whl (567.7 kB view details)

Uploaded CPython 3.9macOS 10.9+ x86-64

File details

Details for the file machine68k_amifuse-0.4.1.post1.tar.gz.

File metadata

  • Download URL: machine68k_amifuse-0.4.1.post1.tar.gz
  • Upload date:
  • Size: 450.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for machine68k_amifuse-0.4.1.post1.tar.gz
Algorithm Hash digest
SHA256 06ddccc25d65386466b11614a5e0923aaee2f6acdaabda2f89e355ad7a43c3a5
MD5 a1e35bc565ee81ae7681a5f019853c6f
BLAKE2b-256 f399e2b5a28dc85eb8c59949370d2928c64f6761638a94ec6a1a6b4e7f1a54cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1.tar.gz:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e032f2901c4130be26b6e7e1c92ecd85c6738425c75344ec0fa616ed84d5deaf
MD5 0ac06f17617b00c9f5cc4067a3cdb599
BLAKE2b-256 d468f80c272c9d6e2a27b2aaa7c3eb33c077dfce5c8cbeee3d977f86b5379b7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp313-cp313-win_amd64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 763d279108101ed65e2d9929b8c9a347ed25bdd5f97606248d7763d2d8479f11
MD5 8a2e2923d19fa5e581f8c7b9391552c1
BLAKE2b-256 1f7f5b42bf31fe1d6f04dfd720fd3141ffbabbfa52cc8da2a7dd6af5c4857d95

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ecfad8ba54e4caf06d6c79f13d17d9b80ff2a8c30e7dd2ee85327cfe6b462b86
MD5 f117a97affed8c4d0d97e22337142241
BLAKE2b-256 f6dd911c70efd8d7181276c23e3c3aacefac70d840797edef8f80094bb6e771f

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 cd042f08109e67c35bc1f36abbf05f3481fd1279339cca88a612ded98ca25e8a
MD5 f8af22dfbae765b1c14bd129c698c343
BLAKE2b-256 967fe25ea2cbe05b395df0b93f3ad70cb66c414c5312945de7c2c769aa16dc55

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 a48f13bd9954c2bbecb17ea79e8514e4cb96fa28a6001f7b2c5e32267fc06817
MD5 64f03fcdaa013cb0d91508237f2c76a0
BLAKE2b-256 d73a0713081cc35a99b6909169cceeed0d6aba5a7716cde0a459797d4adc63aa

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp312-cp312-win_amd64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c2fa031612b0ec95edc7337aa81a59b894c089122081641b2d8749a1059f8bd9
MD5 845ef099f9e6c88fdee37c3cf3fe9fb6
BLAKE2b-256 dd3eb881720e13af6eb0dddd153cee81de1070044c959e87143259f62bcd0b43

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 37e21e0bb11c51554f740a094ccf7c7e2b74ec6a747679a960451424cf9e4ca6
MD5 84051ed431091a74a28ae724c27715de
BLAKE2b-256 4862573735a460ebeff159f895deab577b5aafa131a3bdd05da7ed7f0781910f

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6154bd8495ddf53213cd455072a45f456f02bb67da030a7b7e158816d4915af5
MD5 072ee814f60336806198a6832df98912
BLAKE2b-256 795115b0e30f11a0cd7485cbc81ded3c959395332d9f83d17c58a49599f412e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6c0d91f59c33a93ab210856f350c9f3f2f047896f6099c5b2ba5152b25d65289
MD5 cd856520b58aea69d35bd9e90c77f4f7
BLAKE2b-256 230090bba0321ae159c9fa374429e9fa24c43560c89647b61647fd053d23a0d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp311-cp311-win_amd64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 50ea97d5b50cd0d55d4be4836652c4d644416329aad87f980dc37032c6ff2671
MD5 31a2fcde06f11724f2d85e4126633a95
BLAKE2b-256 60ec87cdbba734881bde3fe41a7cb079bd22e22ceb825e5df615d6791a53560b

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9ed62e9bf9fac5682b0645810377ee3186fc7fd6572c164c7a646eb6b286a194
MD5 07b379f8a4f9dc2359cb19d1374dcd49
BLAKE2b-256 b221e6e084160613496cb00a1cefad061ac188e01ace97980810cdd9d1614cd2

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 f9fa293e7995702e1b08ee9561460a18100698655916d0c37e85d0c8163383b7
MD5 27ddc3b08cfb93fe76cd1c2a91d1e358
BLAKE2b-256 74ad1016fc7062921560527f39c20e03c7457fcb14e1182c202ae2bbeb088767

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c3dc92b825e0a30e3fb4142a9aa3d140900a1f0c6fc2887b3ba0c4cd7a213e9e
MD5 30a7a1d7e0812e9ccc73d632327436ec
BLAKE2b-256 f72d23a08e5e94ce06641225a9ffa118dcf3b51f980f9bb0412616b485628de1

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp310-cp310-win_amd64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 601b154a44bd0f9f17094f9262f457faed27efd17960c26b1d9c132649bd8cd8
MD5 cec3e4abe41ad7e19f5fa28a0b73b027
BLAKE2b-256 878ee88083a35a99fc9b6fd2ab37dd3d9bcbd2d87d43904cad78e2e8da8c01cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a9eab48fb71e78b3b8b2caf42317d0a79859a9c041ce5f3aa11db624dc1064d
MD5 8c160aeaf89801336834c18a6203de96
BLAKE2b-256 84886c02e6df759812252cd6bafea984773d47727f8328392c7384891966bb08

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 79f253e7d6020acf17868a015a6d94ff22259894c8c47e531ad84231788dced1
MD5 14b87929d2f0e7c8d5262354fb79d285
BLAKE2b-256 588826148cf0ce359e14f8ed2ded746aede04ac3da692de8fdc14ab7dcf27388

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp39-cp39-win_amd64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 cda6ca017325e6547f2765864c14aded0fe339f44b94e1efe78b8bc3422a7e4c
MD5 422389f9c8fe06bb9e846cf708f2c473
BLAKE2b-256 0bda6243373b9ab9676882db7ce5810860a65e3249ee4ba9965ae2f0ff0d7a6f

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp39-cp39-win_amd64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f9adda145c93c0fed9bee1cf24da857e5a2a051951d0011856b65996c4da1f47
MD5 3db1e4bf2afa3d79e29dfd915fc53719
BLAKE2b-256 193f2dcdf81feba1432f00aee9077ee5a53b00e5422c5acea6c09047b369d4bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f9fd2f92a8cf5a13958c7ef43e37d9bd35eb6289281eba4051de83a6445ed442
MD5 7d36deac421bd0a20a2908f9f6f9ba0d
BLAKE2b-256 27aa5ba44cafef25e2b81c70adefcbc1b2135f9bb40db5e63b3d09c33d530902

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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

File details

Details for the file machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 2775b658c9e272c5d5ca25cd580330a5a26ed64a9fb3357f4a8816c897b4eb19
MD5 d49845b43cda3715269a7934c09ba931
BLAKE2b-256 2d4793839099ac69295a9b4672bc3e55a2a25a0a0685d7ab2b8c709834cf53dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for machine68k_amifuse-0.4.1.post1-cp39-cp39-macosx_10_9_x86_64.whl:

Publisher: publish-to-pypi.yml on reinauer/machine68k

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