Fabian Geisler
Fabian Geisler
Each Shotgrid Database call slows down code execution, which means that some pysg functions are more efficient than others. For example `sg_project["code"].get()` and `sg_project.all_field_values()` each do only one call to...
Currently the shotgun-api3 doesn't return values for query-fields (it is always None). It would be great if pysg would handle this elegantly in the background. See this repo for an...
* pyshotgrid version: v1.0.1 ### Description Currently the core module is a giant monolith which I build, because I ran into massive import loop issues. Turns out by using the...
* pyshotgrid version: v1.0.1 * Python version: any * Operating System: any ### Description The coverage badge is static and manually updated at the moment. I would like to have...