Generated from aind-library-template
Project description
aind-behavior-curriculum
A core problem in mice training is accurately keeping track of each mouse's training stage and accurately setting the corresponding rig parameters. As the number of behavior studies, research assistants, and mice increase, manual tracking and parameter input is prone to human error. This library provides a flexible framework for defining mice curriculum enabling mouse training to be automated.
[!WARNING] This library is still in development. Expect breaking changes in future releases.
Installation
pip install aind-behavior-curriculum
Documentation
The full documentation is available at https://aind-behavior-curriculum.readthedocs.io/en/latest/
Contributing
Issues and Bugs
If you find any issues or bugs, please open an issue on GitHub
Suggesting changes and Pull Requests
If you would like to suggest changes or contribute to the project, please open a pull request on GitHub. Attempt to open a pull request that is scoped to a single issue or feature to make the review process easier.
Dependencies and lockfile
This project uses uv for dependency management and lockfile generation.
You can create a new environment with:
uv venv
or run standalone commands with:
uv run <command>
Linting
This project uses:
ruff for linting. To lint the project, run the following commands:
ruff format .
ruff check .
interrogate for documentation analysis:
interrogate --verbose .
and codespell for spell checking:
codespell .
Testing
The project uses unittest for testing and coverage for coverage analysis.
coverage run -m unittest
coverage report
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_behavior_curriculum-0.0.37.tar.gz.
File metadata
- Download URL: aind_behavior_curriculum-0.0.37.tar.gz
- Upload date:
- Size: 139.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a6d8fd58b4d172655bc445eefefe8ba6a7966f2b4303afe138dce3c07ec45a13
|
|
| MD5 |
94a5b542f6f5fafe16b42bbb6dbb80a8
|
|
| BLAKE2b-256 |
f0accb5073f94c6b41b88c6e91d8bf41f7c140d659a0eb1191bc0a91cace60db
|
File details
Details for the file aind_behavior_curriculum-0.0.37-py3-none-any.whl.
File metadata
- Download URL: aind_behavior_curriculum-0.0.37-py3-none-any.whl
- Upload date:
- Size: 48.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
349e973d52a450523b03a4b73b8371f72c80e9d43702eb62005f250e51663ca7
|
|
| MD5 |
07d792d39509c1cefc515a3f9109f6ef
|
|
| BLAKE2b-256 |
e583c51f680b86136dca811816746568de0feadbbe03d27a3213500a744ff047
|