Skip to content

feat: add marker to indicate typing support for Python package - #675

Open
maxdswain wants to merge 1 commit into
opendataloader-project:mainfrom
maxdswain:typed-marker
Open

maxdswain wants to merge 1 commit into
opendataloader-project:mainfrom
maxdswain:typed-marker

Conversation

@maxdswain

Copy link
Copy Markdown

Description
Add py.typed marker to indicate that the Python package supports typing as per PEP 561. This allow this package to be properly used in code bases that use type checkers such as mypy, pyright, pyrefly or ty.

Issue resolved by this Pull Request:
Resolves #674

Checklist:

  • Documentation has been updated, if necessary.
  • Examples have been added, if necessary.
  • Tests have been added, if necessary.

@CLAassistant

CLAassistant commented Aug 10, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@coderabbitai

coderabbitai Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped as selected files did not have any reviewable changes.

💤 Files selected but had no reviewable changes (1)
  • python/opendataloader-pdf/src/opendataloader_pdf/py.typed
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 9eddd794-7be9-48a1-8fca-2139eb55a763

📥 Commits

Reviewing files that changed from the base of the PR and between bec7c7c and 68cbaa4.

📒 Files selected for processing (1)
  • python/opendataloader-pdf/src/opendataloader_pdf/py.typed

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@maxdswain

Copy link
Copy Markdown
Author

@bundolee can I get a review/this merged? It would greatly improve the experience for working with the package in typed projects.

Signed-off-by: Max Swain <89113255+maxdswain@users.noreply.github.com>
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 py.typed to Python package to denote that the package supports typing

3 participants