No description
- Python 99.9%
- Shell 0.1%
| labhw | ||
| scripts | ||
| .gitignore | ||
| pyproject.toml | ||
| README.md | ||
| RELEASE.md | ||
| uv.lock | ||
labhw
Python library for lab hardware control (Basler cameras, Thorlabs stages, serial devices).
Installation
Requires uv.
uv sync
Usage
Run a command-line tool:
uv run labhw-basler-live
uv run labhw-get-usb-port
Run a module or script:
uv run python -m labhw
Development
Add a dependency:
uv add <package>
Bump the version (YYYY.0M.0D.PATCH, updates pyproject.toml, labhw/__init__.py
and uv.lock):
uv run bumpver update --patch