Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Shotgrid Stubs

This rez package generates shotgrid stubs using MyPy enabling much richer IDE completions.

Dependencies

rez pip --install mypy

Building

This package uses rezs custom build system feature to build the stubs with stubgen. so building is simple.

rez build -i

Usage

Once you are in a resolved environment the pyi files are in the pythonpath so they can be imported as follows.

import typing
if typing.TYPE_CHECKING:
    import tk_multi_publish2

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages