sqlite-utils/sqlite_utils
Simon Willison af5e3e3a5b Lazy-load plugins when listing them
Keep plugin entrypoints from loading at module import time, but preserve the existing behavior of get_plugins() by loading entrypoints the first time plugins are listed outside tests.
2026-06-21 16:11:33 -07:00
..
__init__.py prepare_connection plugin hook 2023-07-22 15:59:08 -07:00
__main__.py Support 'python -m sqlite_utils', closes #368 2022-01-08 18:33:22 -08:00
cli.py fix: defer plugin entrypoint loading until runtime 2026-03-07 18:33:04 -06:00
db.py fix: defer plugin entrypoint loading until runtime 2026-03-07 18:33:04 -06:00
hookspecs.py More type annotations (#697) 2025-12-16 22:11:47 -08:00
plugins.py Lazy-load plugins when listing them 2026-06-21 16:11:33 -07:00
py.typed py.typed file so mypy picks up the types, closes #331 2021-11-14 15:21:04 -08:00
recipes.py More type annotations (#697) 2025-12-16 22:11:47 -08:00
utils.py More type annotations (#697) 2025-12-16 22:11:47 -08:00