Skip to content

add cysqlite to typeshed#15502

Open
Vizonex wants to merge 24 commits intopython:mainfrom
Vizonex:cysqlite
Open

add cysqlite to typeshed#15502
Vizonex wants to merge 24 commits intopython:mainfrom
Vizonex:cysqlite

Conversation

@Vizonex
Copy link

@Vizonex Vizonex commented Mar 10, 2026

I have created type stubs for cysqlite so that a separate package does not need inventing I have a library that needs these type hints called anyio-cysqlite that uses this package and having type hints that are readily accessible and available for it is extremely helpful. I have already made a pull request to that repo and having had it turned down I decided to put everything into here instead.

SEE:

The alternative and final option is to maintain it myself which I do not see as being a feasible option at the moment.

fixes #15469

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@Vizonex
Copy link
Author

Vizonex commented Mar 11, 2026

It's ready for review.

Copy link
Collaborator

@brianschubert brianschubert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did an initial pass, see comments below. Please check the allowlist entries; the few I spot checked seem to be valid errors that should be corrected. Thanks!

@Vizonex Vizonex requested a review from brianschubert March 13, 2026 02:17
@github-actions
Copy link
Contributor

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

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.

Add Cysqlite to typeshed

2 participants