Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ianhi/pycro-plus-bridge
https://github.com/ianhi/pycro-plus-bridge
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ianhi/pycro-plus-bridge
- Owner: ianhi
- License: bsd-3-clause
- Created: 2022-03-17T18:25:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T00:02:34.000Z (6 months ago)
- Last Synced: 2024-11-12T10:47:45.377Z (about 2 months ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```