tokejepsen / pyblish-base

Test-driven content creation, visit http://pyblish.com for the full scoop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Build status Coverage Status PyPI version Code Health Gitter

image

Test-driven content creation for collaborative, creative projects.




Introduction

Pyblish is a modular framework, consisting of many sub-projects. This project contains the primary API upon which all other projects build.

You may use this project as-is, or in conjunction with surrounding projects - such as pyblish-maya for integration with Autodesk Maya, pyblish-qml for a visual front-end and pyblish-starter for a starting point your publishing pipeline.




Installation

pyblish-base is avaialble on PyPI.

$ pip install pyblish-base

Like all other Pyblish projects, it may also be cloned as-is via Git and added to your PYTHONPATH.

$ git clone https://github.com/pyblish/pyblish-base.git
$ # Windows
$ set PYTHONPATH=%cd%\pyblish-base
$ # Unix
$ export PYTHONPATH=$(pwd)/pyblish-base



Usage

Refer to the getting started guide for a gentle introduction to the framework and the forums for tips and tricks.

About

Test-driven content creation, visit http://pyblish.com for the full scoop.

License:Other


Languages

Language:Python 100.0%