Mirror of ayon core so that FrameWork can fork it.
Find a file
2021-01-18 13:14:22 +01:00
.circleci
.github
docs
igniter
pype fixed path entity 2021-01-18 13:14:22 +01:00
repos
schema added workfile schema 2021-01-07 16:30:47 +01:00
setup
tests
tools
.gitattributes
.github_changelog_generator
.gitignore add developer tools to requirements and gitignore 2021-01-08 22:25:48 +01:00
.gitmodules remove bad backports module 2021-01-08 10:26:44 +01:00
.hound.yml hound flake8 config moved to setup.cfg 2020-09-10 00:17:41 +02:00
.prettierrc
build.ps1
build.sh
CHANGELOG.md
conftest.py
dev_mongo.ps1
dev_settings.ps1
dev_tray.ps1
HISTORY.md
LICENSE
pype.py pype is using PypeLogger to print information about logging 2020-12-29 17:08:29 +01:00
README.md
requirements.txt add developer tools to requirements and gitignore 2021-01-08 22:25:48 +01:00
setup.cfg add developer tools to requirements and gitignore 2021-01-08 22:25:48 +01:00
setup.py

Pype

Introduction

Multi-platform open-source pipeline built around the Avalon platform, expanding it with extra features and integrations. Pype connects asset database, project management and time tracking into a single modular system. It has tight integration with ftrack, but it can also run independently.

To get all the key information about the project, go to PYPE.club

Hardware requirements

Pype should be installed centrally on a fast network storage with at least read access right for all workstations and users in the Studio. Full Deplyoyment with all dependencies and both Development and Production branches installed takes about 1GB of data, however to ensure smooth updates and general working comfort, we recommend allocating at least at least 4GB of storage dedicated to PYPE deployment.

For well functioning ftrack event server, we recommend a linux virtual server with Ubuntu or CentosOS. CPU and RAM allocation need differ based on the studio size, but a 2GB of RAM, with a dual core CPU and around 4GB of storage should suffice.

Building Pype

Windows

You will need Python 3.7 and newer and git.

Clone repository:

git clone --recurse-submodules git@github.com:pypeclub/pype.git

Run PowerShell script build.ps1. It will create venv, install all required dependencies and build Pype. After it is finished, you will find Pype in build folder.

You might need more tools for installing dependencies (for example for OpenTimelineIO) - mostly development tools like CMake and Visual Studio

Pype is build using CX_Freeze to freeze itself and all dependencies.