Skip to content

Move SQL utilities to sql_utils.py#1812

Merged
rolandwalker merged 1 commit intomainfrom
RW/rename-parseutils-sql-utils
Apr 4, 2026
Merged

Move SQL utilities to sql_utils.py#1812
rolandwalker merged 1 commit intomainfrom
RW/rename-parseutils-sql-utils

Conversation

@rolandwalker
Copy link
Copy Markdown
Contributor

Description

  • most of the functions in parseutils.py were SQL utilities
  • move four functions from main.py to sql_utils.py
  • create cli_utils.py with the remainder of parseutils.py

Motivation: moving more functions out of main.py.

Checklist

  • I added this contribution to the changelog.md file.
  • I added my name to the AUTHORS file (or it's already there).
  • To lint and format the code, I ran
    uv run ruff check && uv run ruff format && uv run mypy --install-types .

@rolandwalker rolandwalker self-assigned this Apr 4, 2026
 * most of the functions in parseutils.py were SQL utilities
 * move four functions from main.py to sql_utils.py
 * create cli_utils.py with the remainder of parseutils.py
@rolandwalker rolandwalker force-pushed the RW/rename-parseutils-sql-utils branch from 554cff0 to d708afc Compare April 4, 2026 12:35
@rolandwalker rolandwalker merged commit 7eef51d into main Apr 4, 2026
8 checks passed
@rolandwalker rolandwalker deleted the RW/rename-parseutils-sql-utils branch April 4, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant