{"id":17361529,"url":"https://github.com/alexandergrooff/discrete-event-simulation","last_synced_at":"2025-09-02T22:34:46.733Z","repository":{"id":55351997,"uuid":"321445768","full_name":"AlexanderGrooff/discrete-event-simulation","owner":"AlexanderGrooff","description":"Discrete event simulation library in Python","archived":false,"fork":false,"pushed_at":"2021-01-05T09:57:23.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T09:46:04.891Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexanderGrooff.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":"2020-12-14T19:03:46.000Z","updated_at":"2021-01-05T09:57:07.000Z","dependencies_parsed_at":"2022-08-14T22:01:25.096Z","dependency_job_id":null,"html_url":"https://github.com/AlexanderGrooff/discrete-event-simulation","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Fdiscrete-event-simulation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Fdiscrete-event-simulation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Fdiscrete-event-simulation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGrooff%2Fdiscrete-event-simulation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderGrooff","download_url":"https://codeload.github.com/AlexanderGrooff/discrete-event-simulation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245887367,"owners_count":20688838,"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-10-15T19:34:01.054Z","updated_at":"2025-03-27T16:44:47.490Z","avatar_url":"https://github.com/AlexanderGrooff.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/discrete-event-simulation.svg)](https://pypi.org/project/discrete-event-simulation/)\n# Discrete event simulation\n\nThis package can be used to create a discrete event simulation based on your parameters. Just install the library (pypi library is WIP) and use\nthe `DiscreteSimulation` class to run with your environment.\n\n## How to apply it to your scenario\n\nCheck out the [examples](https://github.com/AlexanderGrooff/discrete-event-simulation/tree/master/examples) where scenarios are sketched out using this framework.\nThe idea is that you state one or more available actions that the simulation can pick from which have a starting condition and events to trigger.\n\nThe events that are triggered by actions will modify the state, which is tracked in the simulation's `Timeline`.\n\n## Development\n\nMake a virtualenv, install requirements and run `tox` to ensure everything works. It works from Python 3.8+.\n\n```\nmkvirtualenv -a . -p python3 $(basename $(pwd))\npip install -r requirements.txt\ntox\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandergrooff%2Fdiscrete-event-simulation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandergrooff%2Fdiscrete-event-simulation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandergrooff%2Fdiscrete-event-simulation/lists"}