Registry / devops / bauplan

bauplan

JSON →
library0.1.11pypypi✓ verified 80d ago

The client SDK and CLI for Bauplan, a cloud data platform for running reproducible data workflows. Current version 0.1.11, released as a public alpha. Rapid development – releases occur weekly.

pip install bauplan
INSTALL
IMPORT
SIG · BAUPLAN
B
bauplan
devopspythonv0.1.11
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.

Client
from bauplan import Client
from bauplan import BauplanClient

Initialize the client with an API key and list available datasets.

from bauplan import BauplanClient import os client = BauplanClient( api_key=os.environ.get('BAUPLAN_API_KEY', '') ) # List available datasets print(client.list_datasets())
Debug
Known issues
breakingThe library is in public alpha. Backward-incompatible changes may be introduced without a major version bump.
fix
Pin to exact version in requirements.txt: bauplan==0.1.11
affects: <1.0.0
gotchaThe decorator `local_dag` requires all tasks within to be synchronous. Mixing async tasks will raise a runtime error.
fix
Use only synchronous function definitions inside a `local_dag` block.
affects: all
gotchaDataset names are case-sensitive and must match exactly as defined in the Bauplan account. Using wrong casing yields a 'DatasetNotFound' error.
fix
Double-check dataset name spelling and casing via `client.list_datasets()`.
affects: all
Upgrade
Version history
0.1.11latest on PyPI · released Apr 20, 2026
Audit
Dependencies
boto3optionalS3 interaction for data loading
pyyamloptionalYAML configuration parsing
Agent activity
13 hits · last 30 days
node
12
Resources
bauplan — pip install bauplan · libregistry