camel icon indicating copy to clipboard operation
camel copied to clipboard

[Feature Request] Add py.typed Marker for Type Checking Support

Open coolbeevip opened this issue 9 months ago • 0 comments

Required prerequisites

  • [x] I have searched the Issue Tracker and Discussions that this hasn't already been reported. (+1 or comment there if it has.)
  • [ ] Consider asking first in a Discussion.

Motivation

Currently, when I run MyPy for my project that utilizes the Camel package, I encounter the following message

error: Skipping analyzing "camel.types": module is installed, but missing library stubs or py.typed marker [import-untyped]

It seems that the absence of a py.typed file in the Camel package prevents MyPy from recognizing it as a type-annotated module. Adding a py.typed file would allow users to leverage type checking more effectively, enhancing the overall development experience.

Solution

No response

Alternatives

No response

Additional context

No response

coolbeevip avatar Mar 10 '25 15:03 coolbeevip