.editorconfig
.gitignore
.python-version
LICENSE
README.md
dev-requirements.txt
pyproject.toml
requirements.txt
fastruct/__init__.py
fastruct/__main__.py
fastruct/_version.py
fastruct/config_db.py
fastruct.egg-info/PKG-INFO
fastruct.egg-info/SOURCES.txt
fastruct.egg-info/dependency_links.txt
fastruct.egg-info/entry_points.txt
fastruct.egg-info/requires.txt
fastruct.egg-info/top_level.txt
fastruct/commands/__init__.py
fastruct/commands/foundations/__init__.py
fastruct/commands/foundations/app.py
fastruct/commands/foundations/utils.py
fastruct/commands/loads/__init__.py
fastruct/commands/loads/app.py
fastruct/foundations/__init__.py
fastruct/foundations/design.py
fastruct/foundations/tables.py
fastruct/foundations/analysis/bi_direction.py
fastruct/foundations/analysis/one_direction.py
fastruct/foundations/tests/__init__.py
fastruct/foundations/tests/test_functions.py
fastruct/loads/__init__.py
fastruct/loads/queries.py
fastruct/loads/tables.py
fastruct/models/__init__.py
fastruct/models/db.py
fastruct/models/foundation.py
fastruct/models/load.py
fastruct/models/user_load.py
fastruct/models/tests/__init__.py
fastruct/models/tests/fixtures.py
fastruct/models/tests/test_foundation.py