Skip to main content

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

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

ms_flow-0.1.0.tar.gz (288.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ms_flow-0.1.0-py3-none-any.whl (234.5 kB view details)

Uploaded Python 3

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

Hashes for ms_flow-0.1.0.tar.gz
Algorithm Hash digest
SHA256 34de5d7ddef70667e51a3ab4487490669385fa3ab7c4fa62fdaead5591d4f8ae
MD5 6d89fc8417f62de0421f97905766715a
BLAKE2b-256 a947e7010c4ca1dd2fee314831f961ad010360a57306e20bb982885dcb06b9a9

See more details on using hashes here.

Provenance

The following attestation bundles were made for ms_flow-0.1.0.tar.gz:

Publisher: publish.yml on MolSuite/ms_flow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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

Hashes for ms_flow-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 c3a10dec10e4bde66a9dbab9f21ab302b11e00422daae7aacdd12fea0dd0a99e
MD5 c5dc8e391a6598edf4ea7b40625cca38
BLAKE2b-256 542dd5255c33f8925e2ea9eb5169cd427083464e03e264d124b02570b87f3581

See more details on using hashes here.

Provenance

The following attestation bundles were made for ms_flow-0.1.0-py3-none-any.whl:

Publisher: publish.yml on MolSuite/ms_flow

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

This release

0.1.0 This release

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page