Utility library for Outerbounds projects, providing helpers for configuration, metaflow integration, and common project tasks. Version 0.2.34 (as of last check) is actively maintained with frequent releases.
pip install ob-project-utilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize project config and Metaflow integration.
Change import to 'from ob_project_utils.config import OBProjectConfig'.
Use 'from ob_project_utils.metaflow import MetaflowIntegration'.
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables, or configure boto3 session manually.