.gitignore
.readthedocs.yml
CHANGELOG.md
CONDUCT.md
LICENSE
README.md
pyproject.toml
requirements.txt
requirements_dev.txt
docs/Makefile
docs/changelog.md
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/favicon-16x16.png
docs/_static/favicon-180x180.png
docs/_static/favicon-180x180.svg
docs/_static/favicon-32x32.png
docs/_static/favicon-32x32.svg
docs/_static/favicon.svg
docs/_static/logo-dark.png
docs/_static/logo-dark.svg
docs/_static/logo.png
docs/_static/logo.svg
docs/_static/css/custom.css
docs/source/contribute.rst
docs/source/index.rst
docs/source/paramcheckup/data_frames/column_name.rst
docs/source/paramcheckup/data_frames/index.rst
docs/source/paramcheckup/data_frames/is_empty.rst
docs/source/paramcheckup/numbers/index.rst
docs/source/paramcheckup/numbers/is_between_a_and_b.rst
docs/source/paramcheckup/numbers/is_float_or_int.rst
docs/source/paramcheckup/numbers/is_greater_than.rst
docs/source/paramcheckup/numbers/is_lower_than.rst
docs/source/paramcheckup/numbers/is_negative.rst
docs/source/paramcheckup/numbers/is_positive.rst
docs/source/paramcheckup/numpy_arrays/cast.rst
docs/source/paramcheckup/numpy_arrays/empty_array.rst
docs/source/paramcheckup/numpy_arrays/index.rst
docs/source/paramcheckup/numpy_arrays/matching_size.rst
docs/source/paramcheckup/numpy_arrays/n_dimensions.rst
docs/source/paramcheckup/numpy_arrays/size_is_greater_than_lower.rst
docs/source/paramcheckup/parameters/index.rst
docs/source/paramcheckup/parameters/param_options.rst
docs/source/paramcheckup/types/index.rst
docs/source/paramcheckup/types/is_bool.rst
docs/source/paramcheckup/types/is_data_frame.rst
docs/source/paramcheckup/types/is_dict.rst
docs/source/paramcheckup/types/is_float.rst
docs/source/paramcheckup/types/is_int.rst
docs/source/paramcheckup/types/is_list.rst
docs/source/paramcheckup/types/is_list_of_types.rst
docs/source/paramcheckup/types/is_numpy.rst
docs/source/paramcheckup/types/is_set.rst
docs/source/paramcheckup/types/is_str.rst
docs/source/paramcheckup/types/is_subplots.rst
docs/source/paramcheckup/types/is_tuple.rst
paramcheckup/__init__.py
paramcheckup/data_frames.py
paramcheckup/documentation.py
paramcheckup/numbers.py
paramcheckup/numpy_arrays.py
paramcheckup/parameters.py
paramcheckup/types.py
paramcheckup/utils.py
paramcheckup/version.py
paramcheckup.egg-info/PKG-INFO
paramcheckup.egg-info/SOURCES.txt
paramcheckup.egg-info/dependency_links.txt
paramcheckup.egg-info/requires.txt
paramcheckup.egg-info/top_level.txt
tests/README.md
tests/__init__.py
tests/data_frames/__init__.py
tests/data_frames/test_column_name.py
tests/data_frames/test_is_empty.py
tests/numbers/__init__.py
tests/numbers/test_is_between_a_and_b.py
tests/numbers/test_is_float_or_int.py
tests/numbers/test_is_greater_than.py
tests/numbers/test_is_lower_than.py
tests/numbers/test_is_negative.py
tests/numbers/test_is_positive.py
tests/numpy_arrays/__init__.py
tests/numpy_arrays/test_cast.py
tests/numpy_arrays/test_empty_array.py
tests/numpy_arrays/test_matching_size.py
tests/numpy_arrays/test_n_dimensions.py
tests/numpy_arrays/test_size_is_greater_than_lower.py
tests/parameters/__init__.py
tests/parameters/test_param_options.py
tests/types/__init__.py
tests/types/test_is_bool.py
tests/types/test_is_data_frame.py
tests/types/test_is_dict.py
tests/types/test_is_float.py
tests/types/test_is_int.py
tests/types/test_is_list.py
tests/types/test_is_list_of_types.py
tests/types/test_is_numpy.py
tests/types/test_is_set.py
tests/types/test_is_str.py
tests/types/test_is_subplots.py
tests/types/test_is_tuple.py
tests/versioning/__init__.py
tests/versioning/test_new_version.py
tests/versioning/test_version_info.py