Skip to content

Request: add type hints or type stubs for mypy #190

Description

@jamesbraza

Running mypy==1.6.1 on a module with rapidjson imported:

module.py:3:1: error: Cannot find implementation or library stub for module named "rapidjson"  [import-not-found]
    import rapidjson
    ^

Any chance we can add type hints, or make a type stub for rapidjson?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions