.gitignore
.readthedocs.yaml
CHANGELOG.md
LICENSE
README.md
TODO
pyproject.toml
.github/workflows/build.yml
.github/workflows/publish-on-pypi.yml
.github/workflows/publish-on-testpypi.yml
docs/Makefile
docs/TODO
docs/api.rst
docs/conf.py
docs/defining-serializers.md
docs/getting_started.md
docs/implementation_logic.md
docs/index.md
docs/make.bat
docs/types_reference.rst
docs/validation_logic.svg
docs/api/base.rst
docs/api/base_types.rst
docs/api/functions.rst
docs/api/json.rst
docs/api/numpy.rst
docs/api/pint.rst
docs/api/pydantic.rst
docs/api/quantities.rst
docs/api/scipy.rst
docs/api/torch.rst
docs/api/utils.rst
docs/dev-docs/numpy-serialization.Rmd
docs/dev-docs/numpy-serialization.nb.html
scityping/__init__.py
scityping/_version.py
scityping/base.py
scityping/base_types.py
scityping/functions.py
scityping/holoviews.py
scityping/json.py
scityping/numpy.py
scityping/pint.py
scityping/pydantic.py
scityping/quantities.py
scityping/scipy.py
scityping/torch.py
scityping/typing.py
scityping/utils.py
scityping/xarray.py
scityping.egg-info/PKG-INFO
scityping.egg-info/SOURCES.txt
scityping.egg-info/dependency_links.txt
scityping.egg-info/requires.txt
scityping.egg-info/top_level.txt
scityping/config/__init__.py
scityping/config/defaults.cfg
tests/test_autocontainers.py
tests/test_dataclasses.py
tests/test_numpy.py
tests/test_pickling.py
tests/test_pint.py
tests/test_purefunction.py
tests/test_scipy.py
tests/test_torch.py
tests/test_utils.py
tests/test_xarray.py