Skip to content

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

@coolbeevip

Description

@coolbeevip

Required prerequisites

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

Projects

Status

No status

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions