A library for a minimal framework that can be used to build experimental interfaces.
Project description
██████╗██╗ █████╗ ██████╗ ███████╗ ██╔════╝██║ ██╔══██╗██╔══██╗██╔════╝ ██║ ██║ ███████║██████╔╝█████╗ ██║ ██║ ██╔══██║██╔══██╗██╔══╝ ╚██████╗███████╗██║ ██║██████╔╝███████╗ ╚═════╝╚══════╝╚═╝ ╚═╝╚═════╝ ╚══════╝ Command-line-interface Launcher for AIND Behavior Experiments
clabe
A library for building workflows for behavior experiments.
⚠️ Caution:
This repository is currently under active development and is subject to frequent changes. Features and APIs may evolve without prior notice.
Installing and Upgrading
If you choose to clone the repository, you can install the package by running the following command from the root directory of the repository:
pip install .
Otherwise, you can use pip:
pip install aind-clabe
Getting started and API usage
The library provides a main class "Launcher" that can be used to create a linear workflow for behavior experiments. These workflows rely on modular interfaces that can be used to interact with various components of the experiment and other services. Some of these services are specific for AIND:
We will also try to scope all dependencies of the related to AIND Services to its own optional dependency list in the ./pyproject.toml file of this repository. Therefore, in order to use this module, you will need to install these optional dependencies by running:
uv sync --extra aind-services
A basic example of how to use the Launcher class can be found in the examples directory of this repository.
Contributors
Contributions to this repository are welcome! However, please ensure that your code adheres to the recommended DevOps practices below:
Linting
We use ruff as our primary linting tool.
Testing
Attempt to add tests when new features are added.
To run the currently available tests, run uv run -m unittest from the root of the repository.
Lock files
We use uv to manage our lock files and therefore encourage everyone to use uv as a package manager as well.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aind_clabe-0.6.8.tar.gz.
File metadata
- Download URL: aind_clabe-0.6.8.tar.gz
- Upload date:
- Size: 172.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f223e2c03409a2ad6a1e55435019c322c310070f31944b03d11c5836aa5da94e
|
|
| MD5 |
d37bb44a106b9c938773574f40b7f045
|
|
| BLAKE2b-256 |
aaaed670ab5f91d64ecbb067c388e6e637f18d11af23d6c02a2ba74b5d152f26
|
File details
Details for the file aind_clabe-0.6.8-py3-none-any.whl.
File metadata
- Download URL: aind_clabe-0.6.8-py3-none-any.whl
- Upload date:
- Size: 65.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7423cd07d633edfdc1d4e26dc0ffb7f0e9e8efda15430eef854564ddbd0add2c
|
|
| MD5 |
c986a6525dd6b2f3b1b2fe2ef28080e9
|
|
| BLAKE2b-256 |
86d1a19c9683883b172854b0260b3b15fc8121cff6cd5d747ac08c418e0a9b9e
|