CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
USERDOCS.md
setup.cfg
setup.py
dependencies/build-requirements.txt
dependencies/pandas-requirements.txt
dependencies/qa-requirements.txt
dependencies/requirements.txt
nptyping/__init__.py
nptyping/assert_isinstance.py
nptyping/base_meta_classes.py
nptyping/error.py
nptyping/ndarray.py
nptyping/ndarray.pyi
nptyping/nptyping_type.py
nptyping/package_info.py
nptyping/py.typed
nptyping/recarray.py
nptyping/recarray.pyi
nptyping/shape.py
nptyping/shape.pyi
nptyping/shape_expression.py
nptyping/structure.py
nptyping/structure.pyi
nptyping/structure_expression.py
nptyping/typing_.py
nptyping/typing_.pyi
nptyping.egg-info/PKG-INFO
nptyping.egg-info/SOURCES.txt
nptyping.egg-info/dependency_links.txt
nptyping.egg-info/not-zip-safe
nptyping.egg-info/requires.txt
nptyping.egg-info/top_level.txt
nptyping/pandas_/__init__.py
nptyping/pandas_/dataframe.py
nptyping/pandas_/dataframe.pyi
nptyping/pandas_/typing_.py
resources/logo.pdn
resources/logo.png
tests/__init__.py
tests/test_assert_isinstance.py
tests/test_base_meta_classes.py
tests/test_beartype.py
tests/test_help_texts.py
tests/test_lib_export.py
tests/test_mypy.py
tests/test_ndarray.py
tests/test_package_info.py
tests/test_performance.py
tests/test_pyright.py
tests/test_recarray.py
tests/test_shape.py
tests/test_shape_expression.py
tests/test_structure.py
tests/test_structure_expression.py
tests/test_typeguard.py
tests/test_wheel.py
tests/pandas_/__init__.py
tests/pandas_/test_dataframe.py
tests/pandas_/test_fork_sync.py
tests/pandas_/test_mypy_dataframe.py
tests/test_helpers/__init__.py
tests/test_helpers/check_mypy_on_code.py
tests/test_helpers/temp_file.py