Skip to main content

No project description provided

Project description

mm-test-adapters

This builds device adapters commonly used for testing and development of mmCoreAndDevices (micro-manager).

  • DemoCamera
  • Utilities
  • SequenceTester
  • NotificationTester

It makes these builds available in two places:

  1. Via GitHub releases: https://github.com/micro-manager/mm-test-adapters/releases

    These releases include just the shared libraries for these adapters.

  2. Via a PyPI package:

    pip install mm-test-adapters
    

    This package includes the shared libraries, and a single public method, mm_test_adapters.device_adapter_path, which returns a path to the device adapters folder.

Using PyPI Package

import pymmcore  # or pymmcore_plus
from mm_test_adapters import device_adapter_path

core = pymmcore.CMMCore()
core.setDeviceAdapterSearchPaths([device_adapter_path()])

Build Adapters

To build these locally, you should first have system boost installed:

# macos
brew install boost
# ubuntu
sudo apt-get install libboost-all-dev
# windows
choco install boost-msvc-14.2
uv sync --no-editable
# or
uv run fetch.py --build

Build Python Package

To build an sdist and wheel, run:

uv build

You may optionally set the env var MM_SHA to build a specific commit of mmCoreAndDevices.

Cleanup

If you want to remove all external sources and build files:

make clean

note, the makefile also works on Windows if you have git for windows.

Using Releases on CI

To use these on CI see https://github.com/pymmcore-plus/setup-mm-test-adapters

- name: Install MM test adapters
  uses: pymmcore-plus/setup-mm-test-adapters@main
  with:
    # all inputs are optional
    # version should look like:
    #   literal string 'latest'
    #   DIV -> version: 74
    #   DIV.YYYYMMDD -> version: 74.202508
    version: latest
    destination: ./mm-test-adapters

Using Releases Locally

Download the release you would like to use, then place it wherever Micro-Manager is looking for device adapters.

To have them found by pymmcore-plus, place them in the default pymmcore-plus install location, named Micro-Manager-YYYYMMDD

  • Windows: $LOCALAPPDATA/pymmcore-plus/pymmcore-plus/mm/Micro-Manager-YYYYMMDD
  • macOS: $HOME/Library/Application Support/pymmcore-plus/mm/Micro-Manager-YYYYMMDD
  • Linux: $HOME/.local/share/pymmcore-plus/mm/Micro-Manager-YYYYMMDD

[!TIP] On macOS, you will need to give permissions to allow the shared libraries to run:

xattr -r -d com.apple.quarantine ~/Library/Application\ Support/pymmcore-plus/mm/Micro-Manager-*

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

mm_test_adapters-74.20260219.tar.gz (141.1 kB view details)

Uploaded Source

Built Distributions

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

mm_test_adapters-74.20260219-py3-none-win_amd64.whl (390.4 kB view details)

Uploaded Python 3Windows x86-64

mm_test_adapters-74.20260219-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded Python 3manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

mm_test_adapters-74.20260219-py3-none-macosx_11_0_arm64.whl (534.0 kB view details)

Uploaded Python 3macOS 11.0+ ARM64

mm_test_adapters-74.20260219-py3-none-macosx_10_9_x86_64.whl (561.9 kB view details)

Uploaded Python 3macOS 10.9+ x86-64

File details

Details for the file mm_test_adapters-74.20260219.tar.gz.

File metadata

  • Download URL: mm_test_adapters-74.20260219.tar.gz
  • Upload date:
  • Size: 141.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mm_test_adapters-74.20260219.tar.gz
Algorithm Hash digest
SHA256 94f2a718496b2d3afd7c8541687fd6acf6b51c21c5a4e7a0ab130051f2fb989d
MD5 67dcd9a388b84fb75210b09ffc8373eb
BLAKE2b-256 fd81645b13d09eb6469747713e5890aefb1ffd5e6509b7334b4ef0eb8dba29f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for mm_test_adapters-74.20260219.tar.gz:

Publisher: ci.yml on micro-manager/mm-test-adapters

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

File details

Details for the file mm_test_adapters-74.20260219-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for mm_test_adapters-74.20260219-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 274eec6017144a57f3e910ab485b1979b5cb812d203ea512eaa766e710068727
MD5 47d83912f62c3cae57147c5a265bca6f
BLAKE2b-256 b3a6c8c08e0b0cb2236ada7927af4b74aa268120a32cbe3635828356a303e820

See more details on using hashes here.

Provenance

The following attestation bundles were made for mm_test_adapters-74.20260219-py3-none-win_amd64.whl:

Publisher: ci.yml on micro-manager/mm-test-adapters

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

File details

Details for the file mm_test_adapters-74.20260219-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for mm_test_adapters-74.20260219-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 746800834377280cd1922429207abd74268c99976935dc50235816e1c946ee0a
MD5 ac8f2668b72c1d1832719aa8fb7ec196
BLAKE2b-256 fa0611006f220a4c0ffb51fb8f8b02848cbcc205d2b5f1728390119a1a45baff

See more details on using hashes here.

Provenance

The following attestation bundles were made for mm_test_adapters-74.20260219-py3-none-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: ci.yml on micro-manager/mm-test-adapters

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

File details

Details for the file mm_test_adapters-74.20260219-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for mm_test_adapters-74.20260219-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ff2a4beac2d91965d95330593824e9ad7aaa5a3b101fdcd4608ad50cfa86bafd
MD5 8fe84f35add12cbd24d67964d7782be6
BLAKE2b-256 1b0152c26fbaba3e3ccf9b0e88d3f5da16dc717a76b1037fb602718241750353

See more details on using hashes here.

Provenance

The following attestation bundles were made for mm_test_adapters-74.20260219-py3-none-macosx_11_0_arm64.whl:

Publisher: ci.yml on micro-manager/mm-test-adapters

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

File details

Details for the file mm_test_adapters-74.20260219-py3-none-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for mm_test_adapters-74.20260219-py3-none-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 1dfeb47a3ad01930ae8517fb11c6d0cb406cf38831a1c70f3524686560036b90
MD5 f0296e969719ed8075654a2bca394d1e
BLAKE2b-256 5a8acd21d54a61c32319ae7fafa42b99d9bc6cf1d833f371ae197a10ced3337e

See more details on using hashes here.

Provenance

The following attestation bundles were made for mm_test_adapters-74.20260219-py3-none-macosx_10_9_x86_64.whl:

Publisher: ci.yml on micro-manager/mm-test-adapters

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