Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 2.86 KB

README.md

File metadata and controls

31 lines (20 loc) · 2.86 KB

pre-commit Ruff uv Checked with pyright Actions status Open in Dev Containers PyPI Version Downloads Python Versions Codecov Documentation Status

Usage

Pyalab is a way to use Python to generate programs for Vialab---the software that controls the Integra ASSIST Plus automated liquid handling robot.

Documentation is hosted on ReadTheDocs.

Don't want to figure out how to install Python on your computer? No problem! Use this MyBinder link to launch a free online environment (no sign-up required) where you can use pyalab to create and then download your Vialab programs. Binder

Development

This project has a dev container. If you already have VS Code and Docker installed, you can click the badge above or here to get started. Clicking these links will cause VS Code to automatically install the Dev Containers extension if needed, clone the source code into a container volume, and spin up a dev container for use.

Updating from the template

This repository uses a copier template. To pull in the latest updates from the template, use the command: copier update --trust --defaults --conflict rej