ms_flow
In-process, desktop-first, domain-agnostic orchestrator for massive data flows: jobs, executors and persistence in the same process as your app — no broker, no daemon, no server. Works from a Qt app, a notebook or a plain script.
from ms_flow.api import MolSuite, table_sink
from workers import double_value # el handler vive en un modulo importable
ms = MolSuite(app_id="demo")
ms.create_or_open_project(name="demo", folder="./demo_project", activate=True)
job_id = ms.run(
name="double_values",
input=[{"value": v} for v in range(1000)],
process=double_value,
output=table_sink("results", columns=("value", "double_value")),
executor="thread",
)
print(ms.wait_for_job(job_id).status)
Install
pip install ms_flow # core: control plane + SQLite + loky
pip install "ms_flow[ray]" # Ray executor
Where to look
- 5-minute quickstart — first working job.
- Runnable examples — scripts y notebook.
- Public API — API.
- Docs index — guides, contracts, operation
- Benchmarks — performance.
Status
Beta. The public API (ms_flow.api) is the stable surface; ms_flow.core.* may change without notice.
License
MIT — see LICENSE.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ms_flow-0.1.0.tar.gz.
File metadata
- Download URL: ms_flow-0.1.0.tar.gz
- Upload date:
- Size: 288.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34de5d7ddef70667e51a3ab4487490669385fa3ab7c4fa62fdaead5591d4f8ae
|
|
| MD5 |
6d89fc8417f62de0421f97905766715a
|
|
| BLAKE2b-256 |
a947e7010c4ca1dd2fee314831f961ad010360a57306e20bb982885dcb06b9a9
|
Provenance
The following attestation bundles were made for ms_flow-0.1.0.tar.gz:
Publisher:
publish.yml on MolSuite/ms_flow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ms_flow-0.1.0.tar.gz -
Subject digest:
34de5d7ddef70667e51a3ab4487490669385fa3ab7c4fa62fdaead5591d4f8ae - Sigstore transparency entry: 2839747222
- Sigstore integration time:
-
Permalink:
MolSuite/ms_flow@c5661cc72e5216fed7b96077240bc04ad04ba129 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/MolSuite
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c5661cc72e5216fed7b96077240bc04ad04ba129 -
Trigger Event:
release
-
Statement type:
File details
Details for the file ms_flow-0.1.0-py3-none-any.whl.
File metadata
- Download URL: ms_flow-0.1.0-py3-none-any.whl
- Upload date:
- Size: 234.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3a10dec10e4bde66a9dbab9f21ab302b11e00422daae7aacdd12fea0dd0a99e
|
|
| MD5 |
c5dc8e391a6598edf4ea7b40625cca38
|
|
| BLAKE2b-256 |
542dd5255c33f8925e2ea9eb5169cd427083464e03e264d124b02570b87f3581
|
Provenance
The following attestation bundles were made for ms_flow-0.1.0-py3-none-any.whl:
Publisher:
publish.yml on MolSuite/ms_flow
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
ms_flow-0.1.0-py3-none-any.whl -
Subject digest:
c3a10dec10e4bde66a9dbab9f21ab302b11e00422daae7aacdd12fea0dd0a99e - Sigstore transparency entry: 2839747696
- Sigstore integration time:
-
Permalink:
MolSuite/ms_flow@c5661cc72e5216fed7b96077240bc04ad04ba129 -
Branch / Tag:
refs/tags/v0.1.0 - Owner: https://github.com/MolSuite
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish.yml@c5661cc72e5216fed7b96077240bc04ad04ba129 -
Trigger Event:
release
-
Statement type: