Home - eyeonSoftware/epp GitHub Wiki
Table of contents
Reference
Directory Structure (project_dirs/shot_dirs)
eyeon Production Pipeline (epp) is a python module that helps easing post production pipeline by abstracting the filesystem into Projects, Shots and corresponding subfolders. epp consists of tools for project supervisors which need to setup projects and shots and a collection of script for the artist working around the setup pipeline.
It is driven by XML configurations files which makes it fully customization to fit the needs or conventions of studios.
The core consists around two interfaces for creating Projects and Shots with a representation in eyeon Generation to start managing the shots. Based on custom XML directory structure, presets and files will be automatically created.
Format options are stored within the project to be globally accessible to applications like Fusion or other 3D applications.

epp comes in two versions. A binary (internally not really compiled, but a pyinstaller executable) version that ships with an easy to use installer.
Or as source package. For a more detailed installation guide read either: