Skip to content

Add py.typed marker for PEP 561 compliance#46

Merged
dannywillems merged 2 commits intomainfrom
add-py-typed-marker
Feb 8, 2026
Merged

Add py.typed marker for PEP 561 compliance#46
dannywillems merged 2 commits intomainfrom
add-py-typed-marker

Conversation

@dannywillems
Copy link
Contributor

Summary

  • Add empty l9format/py.typed marker file per PEP 561
  • Enables downstream consumers to benefit from type checking with mypy
  • Verified the marker is included in both sdist and wheel builds

Closes #31

Enables downstream consumers to benefit from type checking when
using this package with mypy or other type checkers.

Closes #31
@dannywillems dannywillems merged commit 7077cc0 into main Feb 8, 2026
12 checks passed
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 marker for downstream type checking

1 participant