Welcome to PyLabRobot’s documentation!#
PyLabRobot is a hardware agnostic, pure Python library for liquid handling robots.
PyLabRobot provides a layer of general-purpose abstractions over robot functions, with various device drivers for communicating with different kinds of robots. Right now we only have drivers for Hamilton and Opentrons robots, but we will soon have drivers for many more. The two Hamilton drivers are Venus, which is derived from the PyHamilton library, and STAR, which is a low-level firmware interface. We also provide a simulator which plays the role of a device driver but renders commands in a browser-based deck visualization.
Note
PyLabRobot is different from PyHamilton. While both packages are created by the same lab and both provide a Python interfaces to Hamilton robots, PyLabRobot aims to provide a universal interface to many different robots runnable on many different computers, where PyHamilton is a Windows only interface to Hamilton’s VENUS. In service of an easy migration, PyLabRobot is backwards compatible with PyHamilton.
Getting Started
Liquid handling
API documentation
- Public API: pylabrobot package
- Subpackages
- pylabrobot.liquid_handling package
- pylabrobot.pumps package
- pylabrobot.resources package
- pylabrobot.resources
- pylabrobot.resources.Coordinate
- pylabrobot.resources.Deck
- pylabrobot.resources.ItemizedResource
- pylabrobot.resources.create_equally_spaced
- pylabrobot.resources.Lid
- pylabrobot.resources.Resource
- pylabrobot.resources.ResourceStack
- pylabrobot.resources.TipRack
- pylabrobot.resources.Plate
- pylabrobot.resources.Carrier
- pylabrobot.resources.tip.Tip
- pylabrobot.resources.TipCarrier
- pylabrobot.resources.PlateCarrier
- ML Star resources
- Corning Costar
- Hamilton
- Tecan
- VWR
- Opentrons
- Tip trackers
- Volume trackers
- pylabrobot.utils package
- Subpackages