-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Labels
BugProblems in the build system, build scripts, etc or faults in the interface.Problems in the build system, build scripts, etc or faults in the interface.
Milestone
Description
Describe the bug
When including modules from the python implementation of OSI, my IDE (pyCharm) does not recognize the classes. Therefore, there is no autocomplete when working with it.
Describe how to reproduce the bug
Steps to reproduce the behavior:
- Import a module from OSI into a python script
- Try to use autocomplete in your IDE
Describe the expected behavior
I would expect the IDE to find the package and support autocomplete. This could be accomplished by generating pyi files during the python setup using protoc: https://stackoverflow.com/a/74575817
Describe the OS you are using
- OS: Ubuntu 22.04
- Language: Python
- IDE pyCharm
Metadata
Metadata
Assignees
Labels
BugProblems in the build system, build scripts, etc or faults in the interface.Problems in the build system, build scripts, etc or faults in the interface.
