Reference#
Use this section when you need authoritative details for the pydplus
public API, including client behavior, helper utilities, and exception
semantics.
If you are already set up and want to jump straight to implementation details, this section is the best starting point.
Recommended reading order:
Start with Client API for the core PyDPlus client API and method usage.
Continue with Utilities for helper functions and supporting tools.
Review Exceptions to understand error types and handling patterns.
Use these pages as the source of truth for signatures, parameters, return values, and raised exceptions.
If you are still onboarding, begin with Getting Started first. For workflow-oriented examples and patterns, see Guides.