Metadata-Version: 1.1
Name: vfxClientToolkit
Version: 0.0.2
Summary: Utilities for processing versions and notes for VFX client side.
Home-page: https://github.com/debug/vfxClientToolkit
Author: Dom Drane
Author-email: dom@reality-debug.co.uk
License: MIT
Description: ![Python application](https://github.com/debug/vfxClientToolkit/workflows/Python%20application/badge.svg)
        [![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
        
        ### VFX Client Toolkit
        ___
        
        Toolset of common utilities for client-side visual effects production management that includes:
        
        - Version ingestion and management tools.
        - Notes export utilities.
        - Email show status report system.
        - Version packaging and upload utility.
        - Nuke studio EDL builder.
        - API support and easy extensibility.
        
        ---
        
        #### Installation & Configuration Instructions
        
        Run the following in shell for installation:
        ```
        pip3 install git+https://github.com/debug/vfxClientToolkit
        ```
        Documentation [here.](https://debug.github.io/vfxClientToolkit)
        
        ---
        
        #### IngestIt
        
        For auto ingesting of versions into Shotgun with file version management.
        
        ![alt text](https://debug.github.io/vfxClientToolkit/docs/images/ingestIt_1.png "Ingest It screenshot")
        
        Documentation & more information [here.](https://debug.github.io/vfxClientToolkit/html/tools/ingestIt.html)
        
        ---
        
        #### NoteBao
        
        Easy downloading and packaging of creative notes for vendors.
        
        ![alt text](https://debug.github.io/vfxClientToolkit/docs/images/noteBao_1.png "NoteBao screenshot")
        
        Documentation & more information [here.](https://debug.github.io/vfxClientToolkit/html/tools/noteBao.html)
        
        ---
        
        #### MrFilmOut
        
        To package ingested versions to upload or send to DI etc
        
        ![alt text](https://debug.github.io/vfxClientToolkit/docs/images/mrFilmOut_1.png "MrFilmOut screenshot")
        
        
        Documentation & more information [here.](https://debug.github.io/vfxClientToolkit/html/tools/mrFilmOut.html)
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
