Skip to content

API Reference

Welcome to the py_aep API reference. This section provides detailed documentation for all modules, classes, and functions in the library.

Main Entry Point

The primary function you'll use is parse().

Core Modules

Application

The top-level Application representing the After Effects application.

Project

The Project containing all project information.

Items

Project items represent different types of content in the project panel:

Layers

Layers are the building blocks of compositions:

Properties

Properties control layer appearance and behavior:

Sources

Sources provide the content for footage items:

Text

Text-related classes:

Render Queue

Render queue management and output settings:

Viewer

Viewer panel state:

Enums

Enumerations for various After Effects settings and modes.

Quick Start

See the Quick Start guide for usage examples (parsing, iteration, modification, saving).