Install & Compatibility
Where this runs
tested against v0.3.0 · 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
muslpy 3.10–3.95 runs
build_error
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 20.2s · import 0.000s · 380MB
385MB installed
● package 385MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Pipeline
✓ from cosmos_xenna import Pipeline
✗ from cosmos_xenna import Pipeline
Creates a simple pipeline, adds a step, and runs it with input data.
from cosmos_xenna import Pipeline
pipeline = Pipeline("example")
pipeline.add_step(lambda x: x * 2)
result = pipeline.run([1, 2, 3])
print(result)
Upgrade
Version history
0.4.3latest on PyPI · released May 29, 2026
Audit
Dependencies
rayrequiredcore dependency for distributed execution