.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/tests.yml
src/acai/__init__.py
src/acai/_array_api.py
src/acai/_scan.py
src/acai/acai.py
src/acai_control.egg-info/PKG-INFO
src/acai_control.egg-info/SOURCES.txt
src/acai_control.egg-info/dependency_links.txt
src/acai_control.egg-info/requires.txt
src/acai_control.egg-info/scm_file_list.json
src/acai_control.egg-info/scm_version.json
src/acai_control.egg-info/top_level.txt
tests/conftest.py
tests/test_array_api.py
tests/test_cond.py
tests/test_imports.py
tests/test_jax.py
tests/test_loops.py
tests/test_scan.py