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.3.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.3.0
File Size Uploaded
flowlit_integration-0.3.0.tar.gz 43.7 kB Details

Built distribution (wheel)

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

Total release size: 77.0 kB

Release files / flowlit_integration-0.3.0.tar.gz

Download URL flowlit_integration-0.3.0.tar.gz
Size 43.7 kB
Tags Source
SHA-256 checksum
How to use checksums
d560f9b38f74a4c27134987ae9a6b441719e28bab06d8cd9b1ba3fd713bcc38a
BLAKE2b-256 checksum
How to use checksums
d8f2a03bc6dffa045b64fed4a1a47abe376b8e649f97c125df23b12cab716610
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 25, 2026.

Transparency log

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

Download URL flowlit_integration-0.3.0-py3-none-any.whl
Size 33.3 kB
Tags Python 3
SHA-256 checksum
How to use checksums
cc6d09dbf5db267e10463608015b77b1cbd5298920d8e273dc93427bf57be3b9
BLAKE2b-256 checksum
How to use checksums
330d64bbce8b264222d625baa1baa278ca3dcfb563ba577e941b9171b00641b7
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 25, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

0.3.0 This release

2 release files

0.2.0

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