Skip to content

pyblish/pyblish-base

Repository files navigation

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 available 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.


Upload to PyPI

To make a new release onto PyPI, you'll need to be mottosso and type this.

cd pyblish-base
python .\setup.py sdist bdist_wheel
python -m twine upload .\dist\*