Python implementation of the SiLA 2 standard¶
SiLA 2¶
SiLA 2 is an open communication standard for laboratory automation.
Find the SiLA 2 specification here:
Join the SiLA 2 Slack Community here.
Installation¶
Run pip install sila2
to install the latest release from PyPI.
Documentation¶
This section explains how to connect to SiLA Servers and interact with them via SiLA Clients.
- SiLA Client usage
- SiLA Server development
- SiLA Data Types
- API
- Code Generator
- Structure of generated packages
sila2-codegen new-package
: Generate new SiLA 2 Server/Client packagesila2-codegen add-features
: Add SiLA features to existing packagesila2-codegen update
: Update existing packagesila2-codegen generate-feature-files
: Generate feature-specific files without a package