Metadata-Version: 1.1
Name: nuketemplate
Version: 0.2.0
Summary: A toolkit to build Nuke scripts with flexible templates, based on Jinja 2
Home-page: https://github.com/florianeinfalt/nuketemplate
Author: Florian Einfalt
Author-email: info@florianeinfalt.de
License: Apache 2.0
Description: nuketemplate
        ============
        
        .. image:: https://img.shields.io/pypi/l/nuketemplate.svg
            :target: https://pypi.org/project/nuketemplate/
        .. image:: https://img.shields.io/pypi/pyversions/nuketemplate.svg
            :target: https://pypi.org/project/nuketemplate/
        .. image:: https://img.shields.io/pypi/v/nuketemplate.svg
            :target: https://pypi.org/project/nuketemplate/
        .. image:: https://img.shields.io/pypi/wheel/nuketemplate.svg
            :target: https://pypi.org/project/nuketemplate/
        .. image:: https://readthedocs.org/projects/nuketemplate/badge/?version=latest
            :target: https://readthedocs.org/projects/nuketemplate/?badge=latest
        
        A toolkit to build Nuke scripts with flexible templates, based on Jinja 2
        
        `Full Documentation`_
        
        Installation
        ------------
        
        To install ``nuketemplate``, type:
        
        .. code-block:: bash
        
            $ pip install nuketemplate
        
        Open Nuke's ``init.py`` file and add:
        
        .. code-block:: python
        
            nuke.pluginAddPath('/path/to/your/local/python/site-packages')
        
        Getting Started
        ---------------
        
        Please see the `Getting Started`_ section of the documentation.
        
        .. _Full Documentation: http://nuketemplate.readthedocs.io/en/latest/
        .. _Getting Started: http://nuketemplate.readthedocs.io/en/latest/getting_started.html
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: Implementation :: CPython
