Registry / devops / ob-project-utils

ob-project-utils

JSON →
library0.2.34pypypiunverified

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-utils
INSTALL
IMPORT
SIG · OB-PROJECT-UTILS
O
ob-project-utils
devopspythonv0.2.34
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OBProjectConfig
from obproject.config import OBProjectConfig
from obproject.config import OBProjectConfig

Initialize project config and Metaflow integration.

from ob_project_utils.config import OBProjectConfig from ob_project_utils.metaflow import MetaflowIntegration import os config = OBProjectConfig() print(f"Project name: {config.project_name}") flow = MetaflowIntegration(environment={'AWS_ACCESS_KEY_ID': os.environ.get('AWS_ACCESS_KEY_ID', ''), 'AWS_SECRET_ACCESS_KEY': os.environ.get('AWS_SECRET_ACCESS_KEY', '')}) print(flow.get_flow_name())
Debug
Known issues
breakingIn version 0.2.0, the configuration module was restructured. Old imports from 'ob_project_utils.configuration' will break.
fix
Change import to 'from ob_project_utils.config import OBProjectConfig'.
affects: <0.2.0
deprecatedThe 'metaflow_integration_v1' function is deprecated in favor of 'MetaflowIntegration' class.
fix
Use 'from ob_project_utils.metaflow import MetaflowIntegration'.
affects: >=0.2.20
gotchaThe library requires explicit AWS credentials in environment variables; using IAM roles may not work without additional configuration.
fix
Set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables, or configure boto3 session manually.
affects: all
Upgrade
Version history
0.2.34latest on PyPI · released Apr 20, 2026
Audit
Dependencies
metaflowrequiredCore integration for Metaflow flows
boto3optionalAWS SDK for S3 and other services
clickrequiredCommand-line interface utilities
Agent activity
12 hits · last 30 days
node
8
Amazon
1
Resources
ob-project-utils — pip install ob-project-utils · libregistry