devel/py-orca - The NetBSD Packages Collection

Python library for task orchestration

Orca is a Python library for task orchestration. It's designed for
workflows like city simulation, where the data representing a model's
state is so large that it needs to be managed outside of the task
graph.  The building blocks of a workflow are "steps", Python
functions that can be assembled on the fly into linear or cyclical
pipelines. Steps typically interact with a central data store that
persists in memory while the pipeline runs.  Derived tables and
columns can be updated automatically as base data changes, and
pipeline components are evaluated lazily to reduce unnecessary
overhead.

Build dependencies

devel/py-setuptools devel/py-build misc/py-installer pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

math/py-pandas math/py-tables devel/py-toolz lang/python312 lang/python312

Binary packages

OSArchitectureVersion
(none)

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.