Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make this package PEP-561 compatible by adding a py.typed marker #514

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Priyansh121096
Copy link

Description

Fixes #482 so that dependent packages can type check themselves against trino.

Non-technical explanation

Release notes

( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
(x) Release notes are required, with the following suggested text:

* Make this package PEP-561 compatible ({issue}`482`)

@hashhar
Copy link
Member

hashhar commented Jan 15, 2025

how can I verify this works as expected? Is it as simple as importing trino module and seeing if mypy for example can do type checking for a script which calls methods from trino module?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Make this package PEP-561 compatible by adding a py.typed marker
2 participants