Metadata-Version: 2.1
Name: rez-tools
Version: 0.1.2
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
Description: <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://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.**
        
        
        Installing
        ----------
        You can install via pip.
        
        ```cmd
        pip install rez-tools
        ```
        
        or through clone from Github.
        ```git exclude
        git clone https://github.com/loonghao/rez-tools.git
        ```
        Install package.
        ```cmd
        cd rez-tools
        ```
        ```cmd
        python setup.py install
        ```
        
        QuickStart
        ----------
        ```cmd
        > set REZ_TOOL_CONFIG=C:\Users\hao.long\PycharmProjects\rez-tools\examples\reztoolsconfig.py
        > rt
        ```
        `rez-tools` will find all tools via `reztoolsconfig:tool_paths`
        `rt` will bind to the rt namespace according to the dynamic generation command 
        line defined in the found `.rt` file,
        
        type `rt` will list all tools found. like the below.
        
        ```
        Usage: rt [OPTIONS] PLUGIN [PLUGIN OPTIONS]
        
        Options:
          -h, --help  Show this message and exit.
        
        Plugin Commands:
          cmke_gui       Camke GUi.
          conan_python2  A rez plugin - conan_python2.
          conan_python3  A rez plugin - conan_python3.
          python         Python3.
        ```
        
        ---------------------------------------------
        **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
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
