Metadata-Version: 2.1
Name: rez-tools
Version: 0.1.0
Summary: A suite tool command line for rez.
Home-page: https://github.com/loonghao/rez-tools
Author: Long Hao
Author-email: hal.long@outlook.com
License: MTL
Platform: UNKNOWN
Description-Content-Type: text/markdown

<p align="center">
<img src="https://i.imgur.com/oCFdRfj.png" alt="logo"></a>
</p>

<p align="center">
<a href="https://img.shields.io/pypi/pyversions/rez-tools">
<img src="https://img.shields.io/pypi/pyversions/rez-tools" alt="python version"></a>
<a href="https://badge.fury.io/py/rez-tools">
<img src="https://img.shields.io/pypi/v/rez-tools?color=green" alt="PyPI version"></a>
<img src="https://readthedocs.org/projects/rez-tools/badge/?version=master" alt="Documentation Status"></a>
<img src="https://img.shields.io/pypi/dw/rez-tools" alt="Downloads Status"></a>
<a href="https://pepy.tech/badge/rez-tools">
<img src="https://pepy.tech/badge/rez-tools" alt="Downloads"></a>
<img src="https://img.shields.io/pypi/l/rez-tools" alt="License"></a>
<img src="https://img.shields.io/pypi/format/rez-tools" alt="pypi format"></a>
<a href="https://github.com/loonghao/rez-tools/graphs/commit-activity">
<img src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" alt="Maintenance"></a>

</p>

<p align="center">
<strong><b>rez-tools</b></strong>
</p>




A suite tool command line for [rez](https://github.com/nerdvegas/rez).

<img src="https://i.imgur.com/rECBBUD.jpeg" alt="logo"></a>**This tool requires you to install [rez](https://github.com/nerdvegas/rez/wiki/Installation) in advance.**


# Installation Via Pip
```cmd
pip install rez-tools
```

---------------------------------------------
**maya.rt**
```yaml
command: maya
requires:
   - maya-2020
   - maya_usd
   - maya_mtoa
```
run command line
```cmd
rt maya
```
-----------------------------------------------

**cmake_gui.rt**

```yaml
command: cmke-gui
requeres:
    - cmake
```
run command line
```cmd
rt cmake_gui
```


