{"library":"nflx-genie-client","title":"Netflix Genie Python Client","description":"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+.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install nflx-genie-client"],"cli":null},"imports":["from genie_client import GenieClient","from genie_client import AsyncGenieClient"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import os\nfrom genie_client import GenieClient\n\nclient = GenieClient(url=os.environ.get('GENIE_URL', 'http://localhost:8080'))\njob = client.submit_job(\n    command='echo hello',\n    cluster='myCluster',\n    command_tag='myCommand:1.0'\n)\nprint(job.id)","lang":"python","description":"Create a GenieClient, submit a simple job, and print its ID.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}