LICENSE
README.md
pyproject.toml
src/animl2/__init__.py
src/animl2.egg-info/PKG-INFO
src/animl2.egg-info/SOURCES.txt
src/animl2.egg-info/dependency_links.txt
src/animl2.egg-info/requires.txt
src/animl2.egg-info/top_level.txt
src/animl2/core/__init__.py
src/animl2/core/annotations.py
src/animl2/core/base.py
src/animl2/core/fields.py
src/animl2/models/__init__.py
src/animl2/models/author.py
src/animl2/models/base.py
src/animl2/models/category.py
src/animl2/models/common.py
src/animl2/models/data_type.py
src/animl2/models/device.py
src/animl2/models/doc.py
src/animl2/models/experiment.py
src/animl2/models/infrastructure.py
src/animl2/models/method.py
src/animl2/models/parameter.py
src/animl2/models/sample.py
src/animl2/models/series.py
src/animl2/models/software.py
src/animl2/models/tags.py
src/animl2/models/technique.py
src/animl2/models/unit.py
src/animl2/models/valuesets.py
src/animl2/utils/regex.py
tests/test_annotations.py
tests/test_author.py
tests/test_base.py
tests/test_category.py
tests/test_common.py
tests/test_datatypes.py
tests/test_device.py
tests/test_document.py
tests/test_enums.py
tests/test_experiment.py
tests/test_fields.py
tests/test_full_scale.py
tests/test_import.py
tests/test_infrastructure.py
tests/test_method.py
tests/test_parameter.py
tests/test_regex.py
tests/test_sample.py
tests/test_series.py
tests/test_software.py
tests/test_tags.py
tests/test_technique.py
tests/test_units.py
tests/test_valuesets.py