sqlite-utils/sqlite_utils
Simon Willison d833a5c812 Add comprehensive type annotations
- mypy.ini: expanded configuration with module-specific settings
- hookspecs.py: type annotations for hook functions
- plugins.py: typed get_plugins() return value
- recipes.py: full type annotations for parsedate, parsedatetime, jsonsplit
- utils.py: extensive type annotations including Row type alias,
  TypeTracker, ValueTracker, and all utility functions
- db.py: type annotations for Database methods (__exit__,
  ensure_autocommit_off, tracer, register_function, etc.) and
  Queryable class methods
- tests/test_docs.py: updated to match new signature display format

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-16 21:31:36 -08: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 Type fixes now enforced by ty 2025-12-16 19:34:45 -08:00
db.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00
hookspecs.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00
plugins.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00
py.typed py.typed file so mypy picks up the types, closes #331 2021-11-14 15:21:04 -08:00
recipes.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00
utils.py Add comprehensive type annotations 2025-12-16 21:31:36 -08:00