.gitignore
.pre-commit-config.yaml
LICENSE
README.md
codecov.yml
environment.yml
mkdocs.yml
pyproject.toml
.github/workflows/build_docs.yaml
.github/workflows/python-publish.yml
.github/workflows/test.yaml
.vscode/extensions.json
docs/index.md
docs/API-reference/swapanything/index.md
docs/API-reference/swapanything/backend/airtable.md
docs/about/developer-guide.md
docs/getting-started/index.md
docs/how-to/index.md
docs/static/founderswap-logo.jpg
docs/static/founderswap.ico
docs/stylesheets/extra.css
docs/user-guide/index.md
src/swap_anything.egg-info/PKG-INFO
src/swap_anything.egg-info/SOURCES.txt
src/swap_anything.egg-info/dependency_links.txt
src/swap_anything.egg-info/requires.txt
src/swap_anything.egg-info/top_level.txt
src/swapanything/__about__.py
src/swapanything/__init__.py
src/swapanything/backend/__init__.py
src/swapanything/backend/_base.py
src/swapanything/backend/airtable.py
tests/unit_test/data/availabilities_records.json
tests/unit_test/data/exclusions_records.json
tests/unit_test/data/subjects_records.json
tests/unit_test/swapanything_test/__init__.py
tests/unit_test/swapanything_test/conftest.py
tests/unit_test/swapanything_test/test_base.py
tests/unit_test/swapanything_test/backend/__init__.py
tests/unit_test/swapanything_test/backend/test__base.py
tests/unit_test/swapanything_test/backend/test_airtable.py