{"library":"luigi","type":"library","category":null,"description":"Luigi is a Python module that helps you build complex pipelines of batch jobs. It handles dependency resolution, workflow management, visualization, and much more. It's developed by Spotify and is currently in version 3.8.0, with minor releases typically occurring every few months.","language":"python","status":"active","version":"3.8.0","tags":["workflow-orchestration","ETL","task-scheduling","data-pipeline","batch-processing"],"install":[{"cmd":"pip install luigi","imports":["import luigi\n\nclass MyTask(luigi.Task): ...","import luigi\n\nclass MyTask(luigi.Task):\n    param = luigi.Parameter()","import luigi\n\nluigi.LocalTarget('path/to/file')","import luigi\n\nluigi.build([my_task_instance], local_scheduler=True)"]}],"homepage":"https://luigi.readthedocs.io","github":"https://github.com/spotify/luigi","docs":null,"changelog":null,"pypi":"https://pypi.org/project/luigi/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0.52,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/luigi/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}