Registry / data / ottos-expeditions

ottos-expeditions

JSON →
library0.0.5pypypiunverified

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.

pip install ottos-expeditions
INSTALL
IMPORT
SIG · OTTOS-EXPEDITIONS
O
ottos-expeditions
datapythonv0.0.5
Install
51.6s avg
Import
Disk
1372MB
Pass rate
5/ 10
Env Coverage5 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v0.0.5 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
installs and imports cleanly · install 51.6s · import 0.000s · 1331.2MB
1372MB installed
● package 1372MB
Code
Verified usage

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

Expedition
from ottos_expeditions import Expedition
from ottos_expeditions import Expedition

Basic usage: import Expedition and Pipeline, create a pipeline, add steps, and run.

from ottos_expeditions import Expedition, Pipeline # Create an expedition exp = Expedition() # Define a simple pipeline pipeline = Pipeline("my_pipeline") pipeline.add_step("step1", lambda x: x + 1) # Run (note: requires auth setup via env variables or config) pipeline.run()
Debug
Known issues
breakingVersion 0.x has no stable API. Expect breaking changes between minor releases.
fix
Pin to exact version in requirements.
affects: 0.0.x
deprecatedThe old import path ottos_expeditions.core is deprecated in 0.0.5.
fix
Use from ottos_expeditions import Expedition instead.
affects: 0.0.5
gotchaThe package requires authentication via environment variables (e.g., ASCEND_API_KEY) or config file. Missing auth silently fails or returns empty results.
fix
Set ASCEND_API_KEY in environment before importing.
affects: all
Upgrade
Version history
0.0.5latest on PyPI
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
18
OpenAI (training)
1
Resources