.pre-commit-config.yaml
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
setup.cfg
setup.py
versioneer.py
.github/workflows/build-n-publish.yaml
.github/workflows/ci.yaml
docs/Makefile
docs/api.rst
docs/changelog.md
docs/conf.py
docs/index.rst
docs/installation.rst
docs/license.rst
docs/make.bat
docs/special_objects.rst
docs/_static/theme_overrides.css
environments/environment-dev.yml
environments/environment.yml
src/footings/__init__.py
src/footings/_version.py
src/footings.egg-info/PKG-INFO
src/footings.egg-info/SOURCES.txt
src/footings.egg-info/dependency_links.txt
src/footings.egg-info/requires.txt
src/footings.egg-info/top_level.txt
src/footings/core/__init__.py
src/footings/core/attributes.py
src/footings/core/audit.py
src/footings/core/model.py
src/footings/core/utils.py
src/footings/core/validators.py
src/footings/core/visualize.py
src/footings/core/xlsx.py
src/footings/doc_tools/__init__.py
src/footings/doc_tools/__main__.py
src/footings/doc_tools/docscrape.py
src/footings/doc_tools/docscrape_sphinx.py
src/footings/doc_tools/templates/footings_docstring.rst
src/footings/model_tools/__init__.py
src/footings/model_tools/age.py
src/footings/model_tools/foreach.py
src/footings/model_tools/frames.py
src/footings/model_tools/meta_tools.py
src/footings/model_tools/records.py
src/footings/model_tools/utilities.py
src/footings/test_tools/__init__.py
src/footings/test_tools/testing.py
tests/core/test_attributes.py
tests/core/test_audit.py
tests/core/test_model.py
tests/core/test_utils.py
tests/core/test_validators.py
tests/core/test_visualize.py
tests/core/test_xlsx.py
tests/core/data/expected-footings-wb.xlsx
tests/core/data/expected-integers.xlsx
tests/core/data/expected-pandas.xlsx
tests/core/data/test-yaml.yaml
tests/doc_tools/__init__.py
tests/doc_tools/shared.py
tests/doc_tools/test_docscrape.py
tests/doc_tools/test_docscrape_sphinx.py
tests/doc_tools/test_full.py
tests/doc_tools/output/footings_test_module.DocModel.html
tests/doc_tools/output/footings_test_module.DocModel.rst
tests/doc_tools/tinybuild/Makefile
tests/doc_tools/tinybuild/conf.py
tests/doc_tools/tinybuild/footings_test_module.py
tests/doc_tools/tinybuild/index.rst
tests/model_tools/test_age.py
tests/model_tools/test_foreach.py
tests/model_tools/test_frames.py
tests/model_tools/test_records.py
tests/model_tools/data/frame-examples.xlsx