Metadata-Version: 2.1
Name: tprenamer
Version: 0.0.1
Summary: Renamer Tool to easily rename DCC objects in a visual way
Home-page: https://github.com/tpoveda/tpRenamer
Author: Tomas Poveda
Author-email: tpovedatd@gmail.com
License: MIT
Description: tpRenamer
        ============================================================
        
        .. image:: https://img.shields.io/github/license/tpoveda/tpRenamer.svg
            :target: https://github.com/tpoveda/tpRenamer/blob/master/LICENSE
        
        Renamer Tool to easily rename DCC objects in a visual way
        
        Dependencies
        -------------------
        
        * **tpPyUtils**: https://github.com/tpoveda/tpPyUtils
        * **tpDccLib**: https://github.com/tpoveda/tpDccLib
        * **tpQtLib**: https://github.com/tpoveda/tpQtLib
        
        Depending on the DCC you are going to use you will need to download and install one of the following repositories:
        
        * **3ds Max**: https://github.com/tpoveda/tpMaxLib
        * **Maya**: https://github.com/tpoveda/tpMayaLib
        * **Houdini**: *Work in Progress*
        * **Nuke**: *Work in Progress*
        * **Blender**: *Work in Progress*
        
        Installation
        -------------------
        
        Manual
        ~~~~~~~~~~~~~~~~~~~~~~
        
        1. Clone/Download tpRenamer dependencies Python packages and follow instructions to install them.
        2. Clone/Download tpRenamer anywhere in your PC (If you download the repo, you will need to extract the contents of the .zip file).
        3. Copy **tpRenamer** folder located inside **source** folder in a path added to **sys.path**
        
        Automatic
        ~~~~~~~~~~~~~~~~~~~~~~
        Automatic installation for tpRenamer is not finished yet.
        
        Usage
        -------------------
        
        Initialization Code
        ~~~~~~~~~~~~~~~~~~~~~~
        
        .. code-block:: python
        
            import tpPyUtils
            tpPyUtils.init()
        
            import tpDccLib
            tpDccLib.init()
        
            import tpQtLib
            tpQtLib.init()
        
            import tpNameIt
            tpNameIt.init()
        
            import tpRenamer
            tpRenamer.run()
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Provides-Extra: dev
Provides-Extra: test
