{"id":19091928,"url":"https://github.com/allencellmodeling/runman","last_synced_at":"2025-08-08T02:05:49.003Z","repository":{"id":57463205,"uuid":"219850715","full_name":"AllenCellModeling/runman","owner":"AllenCellModeling","description":"💻🏃‍♂️","archived":false,"fork":false,"pushed_at":"2019-11-23T00:36:15.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-02T05:21:28.834Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AllenCellModeling.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}},"created_at":"2019-11-05T21:07:29.000Z","updated_at":"2019-11-23T00:36:17.000Z","dependencies_parsed_at":"2022-09-14T16:40:09.783Z","dependency_job_id":null,"html_url":"https://github.com/AllenCellModeling/runman","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AllenCellModeling/runman","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllenCellModeling%2Frunman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllenCellModeling%2Frunman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllenCellModeling%2Frunman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllenCellModeling%2Frunman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AllenCellModeling","download_url":"https://codeload.github.com/AllenCellModeling/runman/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AllenCellModeling%2Frunman/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269351910,"owners_count":24402678,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-09T03:17:34.707Z","updated_at":"2025-08-08T02:05:48.963Z","avatar_url":"https://github.com/AllenCellModeling.png","language":"Python","readme":"# Run Manager\n\n[![Build Status](https://github.com/AllenCellModeling/runman/workflows/Build%20Master/badge.svg)](https://github.com/AllenCellModeling/runman/actions)\n[![Documentation](https://github.com/AllenCellModeling/runman/workflows/Documentation/badge.svg)](https://AllenCellModeling.github.io/runman)\n\nMange runs (mostly of stochastic simulations)\n\n---\n\n## Features\n* Register a world, functions to be called on each timestep, and functions that perform logging\n\n## Quick Start\n```python\nimport runman\n\ncounter = []\ndef step(timestep):\n    counter.append(timestep)\ndef log():\n    print(counter[-1])\n    return counter[-1]\n\nrun = runman.Run(assets=[counter, ], \n                 stepfns=[step, ],\n                 logfns=[log, ], \n                 loginterval=2)\nrun.run(10)\n```\n\n## Installation\n\nClone and install or `pip install git+https://github.com/AllenCellModeling/runman.git`\n\n## Documentation\nFor full package documentation please visit [AllenCellModeling.github.io/runman](https://AllenCellModeling.github.io/runman).\n\n\nAvailable under the Allen Institute Software License\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallencellmodeling%2Frunman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fallencellmodeling%2Frunman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fallencellmodeling%2Frunman/lists"}