Skip to content

rfletchr/shotgrid-stubs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages