Official Python client for Netflix Genie, a federated job orchestration engine. Version 3.6.19 provides async and sync interfaces to submit jobs, query status, and manage executions. Low release cadence; minor patches. Supports Python 3.8+.
pip install nflx-genie-clientNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a GenieClient, submit a simple job, and print its ID.
Use 'from genie_client import GenieClient'
Use keyword arguments exactly as documented: command, cluster, command_tag, etc.
Replace client.run_job(...) with client.submit_job(...) and then client.get_job(job_id) to check status.