labscript-c-extensions

A module containing C-extensions for the labscript suite


Keywords
experiment, visualization
License
BSD-3-Clause
Install
pip install labscript-c-extensions==1.0.2

Documentation

the labscript suite

the labscript suite » labscript-c-extensions

C language extensions used by the labscript suite

Actions Status License Python Version PyPI Conda Version Conda Platforms Google Group

C language extensions used by the labscript suite. We provide built distributions for these extensions as conda packages on Anaconda Cloud and wheels on PyPI for various platforms.

Bundling these extensions in a separate module ensures that developer installations of other labscript suite components don't depend on build tools, as they can install the prebuilt wheel/conda package containing the extensions. Only developers of these extensions need the build tools (for example, MSVC++ on Windows)

Installation

labscript-c-extensions is distributed as a Python package on PyPI and Anaconda Cloud, and should be installed with other components of the labscript suite. Please see the installation guide for details.