Metadata-Version: 2.3
Name: types-rez
Version: 3.2.1.2
Summary: python stubs for Rez
License: MIT
Keywords: 3d,graphics,games,VFX,CG,animation
Author: Chad Dombrova
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Project-URL: Homepage, https://github.com/LumaPictures/cg-stubs
Project-URL: Repository, https://github.com/LumaPictures/cg-stubs
Description-Content-Type: text/markdown

# python stubs for rez

These stubs are designed to be used with a type checker like `mypy` to provide static type checking of python code, as well as to provide analysis and completion in IDEs like PyCharm and VSCode (with Pylance).

## Installing

```commandline
pip install types-rez
```

The version of the package corresponds to the version of rez that it is generated from,
plus a version suffix for the revision of the stubs

