Hello - just wondering if anyone has generated Python type stubs for sgtk or shotgun_api3?
Hi @bryanfordney !
No, not that I know of. But if you use pycharm it can infer quite a bit from these packages. Only thing to note is that you need to import tank
instead of import sgtk
for the code completion to work.
Hope that helps!
1 Like