{"id":20100744,"url":"https://github.com/mattbit/shuttle","last_synced_at":"2025-07-19T15:02:10.322Z","repository":{"id":79842492,"uuid":"172738872","full_name":"mattbit/shuttle","owner":"mattbit","description":"A simple task manager for my scientific simulations.","archived":false,"fork":false,"pushed_at":"2019-02-27T14:52:38.000Z","size":28,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-02T16:49:31.621Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mattbit.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-26T15:32:55.000Z","updated_at":"2019-02-27T14:52:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"ebce923c-8bce-4574-81b9-5251ac4ebfee","html_url":"https://github.com/mattbit/shuttle","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mattbit/shuttle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Fshuttle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Fshuttle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Fshuttle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Fshuttle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mattbit","download_url":"https://codeload.github.com/mattbit/shuttle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mattbit%2Fshuttle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265949778,"owners_count":23853629,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T17:16:59.462Z","updated_at":"2025-07-19T15:02:10.304Z","avatar_url":"https://github.com/mattbit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mattbit/shuttle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mattbit/shuttle/?branch=master)\n[![Build Status](https://travis-ci.org/mattbit/shuttle.svg?branch=master)](https://travis-ci.org/mattbit/shuttle)\n\n# Shuttle 🚀\n\nA simple task runner. **Work in progress, highly unstable.**\n\n```python\nfrom shuttle import Workflow\n\nw = Workflow({'local_dir': '/data/storage'})\n\n@w.source\ndef my_dataset():\n  return ['a', 'lot', 'of', 'data']\n\n\n@w.task\ndef my_task(manager, task):\n  print(f'Running task {task.id}')\n  data = manager.get_source('my_dataset')\n  parameter = task.config.get('my.config.parameter')\n\n  result = do_something_with(data, parameter)\n  output = task.bucket.new_file('my_output.csv')\n  with open(output, 'w') as out:\n    out.write(result)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattbit%2Fshuttle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattbit%2Fshuttle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattbit%2Fshuttle/lists"}