Integrations API Reference
Angreal provides several integration modules that connect with external tools and systems to enhance your project automation capabilities.
The angreal.integrations.venv
module provides ultra-fast virtual environment and package management through UV integration.
The angreal.integrations.git
module provides Git repository operations and automation.
The angreal.integrations.docker
module provides Docker container and image management capabilities.
The angreal.integrations.docker.compose
function provides a Pythonic interface for managing multi-container Docker applications using Docker Compose.