{"library":"ottos-expeditions","title":"Otto's Expeditions","description":"A library from Ascend.io for building and running data pipelines, providing abstractions for data processing workflows. Current version 0.0.5, requires Python >=3.9. Pre-release, active development.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install ottos-expeditions"],"cli":null},"imports":["from ottos_expeditions import Expedition","from ottos_expeditions import Pipeline"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from ottos_expeditions import Expedition, Pipeline\n\n# Create an expedition\nexp = Expedition()\n\n# Define a simple pipeline\npipeline = Pipeline(\"my_pipeline\")\npipeline.add_step(\"step1\", lambda x: x + 1)\n\n# Run (note: requires auth setup via env variables or config)\npipeline.run()","lang":"python","description":"Basic usage: import Expedition and Pipeline, create a pipeline, add steps, and run.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}