LICENSE
README.md
setup.py
excel_models/__init__.py
excel_models/db.py
excel_models/exceptions.py
excel_models/typing.py
excel_models.egg-info/PKG-INFO
excel_models.egg-info/SOURCES.txt
excel_models.egg-info/dependency_links.txt
excel_models.egg-info/requires.txt
excel_models.egg-info/top_level.txt
excel_models/column_inst/__init__.py
excel_models/column_inst/_base.py
excel_models/column_inst/_std.py
excel_models/column_inst/array.py
excel_models/column_inst/map.py
excel_models/column_inst/remainder.py
excel_models/columns/__init__.py
excel_models/columns/_base.py
excel_models/columns/_container.py
excel_models/columns/_std.py
excel_models/columns/basic_types.py
excel_models/columns/collection_types.py
excel_models/columns/multi.py
excel_models/models/__init__.py
excel_models/models/_base.py
excel_models/models/_std.py
excel_models/tables/__init__.py
excel_models/tables/_base.py
excel_models/tables/_inst.py
excel_models/tables/_std.py
excel_models/utils/__init__.py
excel_models/utils/assignable_property.py
excel_models/utils/class_collector.py
excel_models/utils/collections.py
excel_models/utils/descriptors.py
excel_models/validators/__init__.py
excel_models/validators/_base.py
excel_models/validators/comparisons.py
tests/test_accessor_properties.py
tests/test_alias.py
tests/test_bool.py
tests/test_caching.py
tests/test_cell_access.py
tests/test_cell_access_many.py
tests/test_cell_access_raw.py
tests/test_custom_column.py
tests/test_custom_table.py
tests/test_eq.py
tests/test_model_inheritance.py
tests/test_new.py
tests/test_open_modes.py