.flake8
.gitignore
LICENSE
README.md
example-usage.gif
pyproject.toml
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/user-story.md
.github/workflows/tag_and_publish.yml
.github/workflows/test_and_lint.yml
doc_template/Makefile
doc_template/make.bat
doc_template/source/conf.py
doc_template/source/index.rst
doc_template/source/_static/dark-logo.svg
doc_template/source/_static/favicon.ico
doc_template/source/_static/light-logo.svg
src/aind_slims_api/__init__.py
src/aind_slims_api/configuration.py
src/aind_slims_api/core.py
src/aind_slims_api/exceptions.py
src/aind_slims_api/filters.py
src/aind_slims_api/types.py
src/aind_slims_api.egg-info/PKG-INFO
src/aind_slims_api.egg-info/SOURCES.txt
src/aind_slims_api.egg-info/dependency_links.txt
src/aind_slims_api.egg-info/requires.txt
src/aind_slims_api.egg-info/top_level.txt
src/aind_slims_api/models/__init__.py
src/aind_slims_api/models/attachment.py
src/aind_slims_api/models/base.py
src/aind_slims_api/models/behavior_session.py
src/aind_slims_api/models/ecephys_session.py
src/aind_slims_api/models/instrument.py
src/aind_slims_api/models/metadata.py
src/aind_slims_api/models/mouse.py
src/aind_slims_api/models/unit.py
src/aind_slims_api/models/user.py
src/aind_slims_api/models/utils.py
src/aind_slims_api/models/waterlog_result.py
src/aind_slims_api/models/waterlog_water_restriction.py
tests/__init__.py
tests/test_behavior_session.py
tests/test_configuration.py
tests/test_core.py
tests/test_ecephys_session.py
tests/test_filters.py
tests/test_instrument.py
tests/test_mouse.py
tests/test_slimsmodel.py
tests/test_user.py
tests/resources/example_add_attachment_content_response_text.txt
tests/resources/example_fetch_attachments_response.json_entity.json
tests/resources/example_fetch_behavior_session_content_events_response.json_entity.json
tests/resources/example_fetch_ecephys_session_result.json
tests/resources/example_fetch_ecephys_stimulus_epochs_result.json
tests/resources/example_fetch_ecephys_streams_result.json
tests/resources/example_fetch_instrument_response.json_entity.json
tests/resources/example_fetch_mouse_response.json
tests/resources/example_fetch_unit_response.json
tests/resources/example_fetch_user_response.json
tests/resources/example_write_behavior_session_content_events_response.json_entity.json