.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CLAUDE.md
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/docs.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/_static/.gitkeep
docs/_templates/.gitkeep
docs/api/index.rst
docs/user_guide/architecture.rst
docs/user_guide/cli.rst
docs/user_guide/configuration.rst
docs/user_guide/defining_tables.rst
docs/user_guide/filtering.rst
docs/user_guide/index.rst
src/macon/__init__.py
src/macon/_version.py
src/macon/common.py
src/macon/config.py
src/macon/py.typed
src/macon.egg-info/PKG-INFO
src/macon.egg-info/SOURCES.txt
src/macon.egg-info/dependency_links.txt
src/macon.egg-info/entry_points.txt
src/macon.egg-info/requires.txt
src/macon.egg-info/scm_file_list.json
src/macon.egg-info/scm_version.json
src/macon.egg-info/top_level.txt
src/macon/cli/__init__.py
src/macon/cli/common_options.py
src/macon/cli/local/__init__.py
src/macon/cli/local/base.py
src/macon/cli/local/test_classes.py
src/macon/cli/local/top.py
src/macon/cli/remote/__init__.py
src/macon/cli/remote/base.py
src/macon/cli/remote/test_classes.py
src/macon/cli/remote/top.py
src/macon/cli/server/__init__.py
src/macon/cli/server/options.py
src/macon/cli/server/top.py
src/macon/client/__init__.py
src/macon/client/base.py
src/macon/client/client.py
src/macon/db/__init__.py
src/macon/db/base.py
src/macon/db/session.py
src/macon/db/test_classes.py
src/macon/db_funcs/__init__.py
src/macon/db_funcs/delete.py
src/macon/db_funcs/filter.py
src/macon/db_funcs/read.py
src/macon/db_funcs/update.py
src/macon/db_oper/__init__.py
src/macon/db_oper/base.py
src/macon/db_oper/test_classes.py
src/macon/local_async/__init__.py
src/macon/local_async/base.py
src/macon/local_async/test_classes.py
src/macon/local_sync/__init__.py
src/macon/local_sync/base.py
src/macon/local_sync/test_classes.py
src/macon/models/__init__.py
src/macon/models/filtering.py
src/macon/models/test_classes.py
src/macon/models/utils.py
src/macon/models/web.py
src/macon/remote_async/__init__.py
src/macon/remote_async/base.py
src/macon/remote_sync/__init__.py
src/macon/remote_sync/base.py
src/macon/remote_sync/test_classes.py
src/macon/router/__init__.py
src/macon/router/app.py
src/macon/router/base.py
src/macon/router/test_classes.py
tests/conftest.py
tests/test_cli_local.py
tests/test_cli_local_coverage.py
tests/test_cli_remote.py
tests/test_cli_remote_coverage.py
tests/test_cli_server.py
tests/test_client.py
tests/test_common.py
tests/test_coverage_cli.py
tests/test_coverage_client.py
tests/test_coverage_client_client.py
tests/test_coverage_common.py
tests/test_coverage_config.py
tests/test_coverage_db_base.py
tests/test_coverage_db_funcs.py
tests/test_coverage_db_oper.py
tests/test_coverage_db_session.py
tests/test_coverage_local_async.py
tests/test_coverage_remote.py
tests/test_coverage_router.py
tests/test_coverage_router_app.py
tests/test_db_base.py
tests/test_db_funcs_delete.py
tests/test_db_funcs_delete_extended.py
tests/test_db_funcs_filter.py
tests/test_db_funcs_filter_coverage.py
tests/test_db_funcs_filter_errors.py
tests/test_db_funcs_filter_extended.py
tests/test_db_funcs_read.py
tests/test_db_funcs_update.py
tests/test_db_funcs_update_extended.py
tests/test_db_oper.py
tests/test_db_oper_extended.py
tests/test_db_oper_table.py
tests/test_local_async.py
tests/test_local_async_extended.py
tests/test_local_async_full.py
tests/test_local_sync.py
tests/test_local_sync_full.py
tests/test_models.py
tests/test_models_errors.py
tests/test_models_utils.py
tests/test_remote_async.py
tests/test_router.py
tests/test_router_app.py
tests/test_router_app_coverage.py
tests/test_router_coverage.py
tests/test_router_errors.py
tests/test_router_extended.py
tests/test_router_validation.py