Skip to main content

render-lab-tasks-launchdarkly

Unreleased Python port: 12 registered tasks from render-lab/render-tasks. Python 3.12+, Render SDK 1.0.1. Requires core 0.1.1 or later.

From the repository root:

uv sync --all-packages --locked

Import render_lab_tasks_launchdarkly.tasks to register tasks. The package root is inert. Compose the exported app with Workflows.from_workflows; call tasks through ctx.run. Every operation also exports *_impl(ctx, input, *, deps=None) for injection. Client(http, env) accepts a caller-owned HTTPX client, and Deps(launchdarkly=client) injects it. Default dependencies open and close the HTTP client per invocation; credentials are read lazily at use. No HTTP retries or background vendor polling occur; retry.py owns the durable retry policies.

Task surface

Registered task Python export
launchdarkly.addFlagTarget add_flag_target
launchdarkly.applyApprovalRequest apply_approval_request
launchdarkly.awaitApproval await_approval
launchdarkly.createApprovalRequest create_approval_request
launchdarkly.createFlag create_flag
launchdarkly.getApprovalRequest get_approval_request
launchdarkly.getFlag get_flag
launchdarkly.removeFlagTarget remove_flag_target
launchdarkly.reviewApprovalRequest review_approval_request
launchdarkly.scheduleFlagChange schedule_flag_change
launchdarkly.setFlagEnabled set_flag_enabled
launchdarkly.setFlagRollout set_flag_rollout

Typed JSON inputs and results are in types.py. Task names and JSON field names match the pinned source; Python function names use snake_case.

Environment

Variable Requirement
LAUNCHDARKLY_ACCESS_TOKEN Required; REST API token, not a client-side SDK key.

Behavior and limits

Flag updates fetch current state and use an environment-scoped semantic PATCH. set_flag_enabled skips a write when the value already matches. Rollout weights must be nonnegative integers totaling 100000; other convergent changes may still send a PATCH on replay. Approval and scheduled-change routes use the beta API header. A GET followed by PATCH is not a version-conditional transaction. Review/apply permissions and stale-version behavior remain unverified.

Verification

All registered tasks have hermetic contract fixtures executed independently against the pinned TS implementation. SDK-backed tasks also have explicit HTTP request fixtures. See tests/test_batch3_contracts.py and tests/test_batch3_edges.py. These are not live vendor results.

Vendor webhooks subpaths and other registration-free TS exports are outside this batch unless explicitly listed above. Full registered-task coverage does not imply all supporting exports are ported.

Pending scopes, test resources, replay, and hosted checks are in the live-testing backlog and verification tracker.

Webhook adapter

render_lab_tasks_launchdarkly.webhooks.launchdarkly_adapter(on_event, ...) returns a registration-free adapter for render_lab_triggers. The callback receives the verified event and returns {"task": "namespace.task", "args": [event]} or None. The signing credential LAUNCHDARKLY_WEBHOOK_SECRET is read inside verification unless provided explicitly. Importing this module does not register tasks. Signature checks use the raw body; live delivery remains in the testing backlog.

Installation

pip install render-lab-tasks-launchdarkly==0.1.0

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

render_lab_tasks_launchdarkly-0.1.0.tar.gz (9.2 kB view details)

Uploaded Source

Built Distribution

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

render_lab_tasks_launchdarkly-0.1.0-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file render_lab_tasks_launchdarkly-0.1.0.tar.gz.

File metadata

File hashes

Hashes for render_lab_tasks_launchdarkly-0.1.0.tar.gz
Algorithm Hash digest
SHA256 143334d27ee8bdf3d83ac237a987fedcffd765f7bff4df2d5606e496da372077
MD5 8d8ded44460ebe2f62ec67dd0eb34a5b
BLAKE2b-256 c3d1b910848bad0669d6aaf3f4ec972dd30b2e2f5865dea9ee4ca1f43b5ed28d

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on render-lab/render-tasks-python

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

File details

Details for the file render_lab_tasks_launchdarkly-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for render_lab_tasks_launchdarkly-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 0034fd04031ace5a3395b0985125e11154f916a20f3557db7d86b24b5226a035
MD5 1174cc524abcc52ed0b1be949935816d
BLAKE2b-256 ae27d8756662dfb8803cdd9b5619cd36524bfa8b39f065480b4eec7a6c3810e5

See more details on using hashes here.

Provenance

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

Publisher: publish.yml on render-lab/render-tasks-python

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