Skip to content

Generating python stubs for python-efl #12

@jockm

Description

@jockm

Forgive me I am not the most experienced with generating stubs in python, but I would like to generate them for python-efl so I can get all the nice code completion and such that an ide like PyCharm can offer. When I try and do this from sources I get some unsatisfactory results. For example if you look at the stub for button (stubs/efl/elementary/button.pyi):

from . import Button as Button

Because all the real action happens in button.pxi.

Does anyone know of a way to generate stubs for python-efl, or tell me what I am doing wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions