Skip to content

Overview

Welcome to the Prism Pipeline Python API documentation. This documentation provides comprehensive reference material for developers working with or extending the Prism Pipeline.

Getting Started

The Prism Pipeline is built around several core modules:

Quick Example

import PrismCore

# Initialize Prism Core
core = PrismCore.create(prismArgs=["noUI"])

# Change to a project
core.changeProject("/path/to/project")

# Access utilities
print(core.projectName)

Documentation Structure

API Reference

Complete Python API reference with detailed documentation for all public classes, methods, and functions. Includes type annotations, parameter descriptions, and source code links.

Browse API Documentation →