LICENSE
README.rst
pyproject.toml
setup.py
strictly_typed_pandas/__init__.py
strictly_typed_pandas/create_empty_dataframe.py
strictly_typed_pandas/dataset.py
strictly_typed_pandas/immutable.py
strictly_typed_pandas/pandas_types.py
strictly_typed_pandas/py.typed
strictly_typed_pandas/pytest_plugin.py
strictly_typed_pandas/typeguard.py
strictly_typed_pandas/validate_schema.py
strictly_typed_pandas.egg-info/PKG-INFO
strictly_typed_pandas.egg-info/SOURCES.txt
strictly_typed_pandas.egg-info/dependency_links.txt
strictly_typed_pandas.egg-info/entry_points.txt
strictly_typed_pandas.egg-info/requires.txt
strictly_typed_pandas.egg-info/top_level.txt
strictly_typed_pandas/_vendor/__init__.py
strictly_typed_pandas/_vendor/typeguard/__init__.py
strictly_typed_pandas/_vendor/typeguard/importhook.py
strictly_typed_pandas/_vendor/typeguard/py.typed
strictly_typed_pandas/_vendor/typeguard/pytest_plugin.py
tests/test_dataset.py
tests/test_indexed_dataset.py
tests/test_type_validation.py