Skip to main content

flowlit-integration

Reusable flowlit executors for a handful of common external systems -- Harvest, Google Sheets, Gmail, Slack -- plus a generic "any data → spreadsheet" executor, and the shared CredentialsProvider abstraction they all resolve secrets through.

Where this sits

flowlit                 the execution engine: DAG plans, the Executor
                         port, the EventBus. Knows nothing about any
                         specific external system.

flowlit-integration      (this package) knows how to talk to a handful
                         of common external systems. Knows nothing about
                         any particular business's use of them.

<client application>    e.g. ccq-automation -- business-specific DAGs,
                         business rules, transport. Imports the
                         executors it needs from here and registers them
                         with flowlit itself.

Installing

Pick only the extras you need -- each pulls in just the third-party SDK(s) that one executor requires:

pip install "flowlit-integration[harvest]"
pip install "flowlit-integration[harvest,gmail,spreadsheet]"
pip install "flowlit-integration[all]"       # everything

Using an executor

Registration is always the client's own explicit job -- importing this package never registers anything with flowlit, and never performs I/O:

from flowlit import register_executor
from flowlit_integration.executors.harvest_executor import HarvestExecutor

register_executor("harvest", HarvestExecutor())

Each executor resolves its own credentials lazily, the first time a step of that type actually runs, via flowlit_integration.credentials's default_credentials_provider() chain (explicit value > environment variable > credentials file > a documented, not-yet-implemented secret- manager extension point) -- see docs/architecture.md and each executor's own module docstring for its specific env-var/spec-field names.

Status

Alpha (pre-1.0: minor version bumps may include breaking changes). Published on PyPI. See CHANGELOG.md for what changed in each release.

Release files for flowlit-integration 0.2.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for flowlit-integration 0.2.0
File Size Uploaded
flowlit_integration-0.2.0.tar.gz 42.7 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for flowlit-integration 0.2.0
File Interpreter ABI Platform
flowlit_integration-0.2.0-py3-none-any.whl Python 3 none any Details

Total release size: 75.6 kB

Release files / flowlit_integration-0.2.0.tar.gz

Download URL flowlit_integration-0.2.0.tar.gz
Size 42.7 kB
Tags Source
SHA-256 checksum
How to use checksums
287a3033f4d66779523d643e15dd9be033241f3ed7da6012c3cf698a6facb8f1
BLAKE2b-256 checksum
How to use checksums
f959ec69e98406e31c727b60e3c3f916a990acf5872d713764de9b38913a5183
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release files / flowlit_integration-0.2.0-py3-none-any.whl

Download URL flowlit_integration-0.2.0-py3-none-any.whl
Size 32.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
4226669aa448a489894dc2669927d454adc24ad361d3b3be93fb959ade16e907
BLAKE2b-256 checksum
How to use checksums
fcda5366402b559bb48bbfac73c0341989c337e64db7035936277c9804ff75f2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 17, 2026.

Transparency log

Release history Release notifications | RSS feed

0.3.0

2 release files

This release

0.2.0 This release

2 release files

0.1.0

2 release 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