Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ianhi/pycro-plus-bridge


https://github.com/ianhi/pycro-plus-bridge

Last synced: 12 days ago
JSON representation

Awesome Lists containing this project

README

        

# pycro-plus-bridge

[![License](https://img.shields.io/pypi/l/pycro-plus-bridge.svg?color=green)](https://github.com/ianhi/pycro-plus-bridge/raw/main/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/pycro-plus-bridge.svg?color=green)](https://pypi.org/project/pycro-plus-bridge)
[![Python Version](https://img.shields.io/pypi/pyversions/pycro-plus-bridge.svg?color=green)](https://python.org)
[![CI](https://github.com/ianhi/pycro-plus-bridge/actions/workflows/ci/badge.svg)](https://github.com/ianhi/pycro-plus-bridge/actions)
[![codecov](https://codecov.io/gh/ianhi/pycro-plus-bridge/branch/master/graph/badge.svg)](https://codecov.io/gh/ianhi/pycro-plus-bridge)

Bridge to use pycromanager as core of pymmcore-plus

### Dev install

```bash
pip install -e ".[dev]"

# optional installation of pre-commit hooks
pre-commit install
```