Skip to content

feat(python): add client parity wrappers#247

Merged
NikolayS merged 1 commit into
mainfrom
python-client-parity
May 24, 2026
Merged

feat(python): add client parity wrappers#247
NikolayS merged 1 commit into
mainfrom
python-client-parity

Conversation

@NikolayS
Copy link
Copy Markdown
Owner

@NikolayS NikolayS commented May 24, 2026

Summary

Move Python closer to the 0.2.0 client parity contract:

  • add PgqueClient.subscribe() / unsubscribe() wrappers
  • add PgqueClient.ticker() / ticker_all() wrappers
  • map missing-consumer SQL errors to PgqueConsumerNotFound
  • add parity tests
  • update Python README and client parity matrix

Test

  • python -m compileall -q clients/python/pgque clients/python/tests
  • python -m pytest clients/python/tests -q (5 passed, 66 skipped locally without PGQUE_TEST_DSN)
  • git diff --check

@NikolayS NikolayS merged commit 9476bf9 into main May 24, 2026
14 checks passed
@NikolayS NikolayS deleted the python-client-parity branch May 24, 2026 22:45
@NikolayS NikolayS mentioned this pull request May 24, 2026
22 tasks
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