{"library":"simpy","type":"library","category":null,"description":"SimPy is a process-based discrete-event simulation framework based on standard Python. Processes in SimPy are defined by Python generator functions and can, for example, be used to model active components like customers, vehicles or agents. SimPy also provides various types of shared resources to model limited capacity congestion points (like servers, checkout counters and tunnels). It is currently at version 4.1.1 and follows an active release cadence with regular updates.","language":"python","status":"active","version":"4.1.1","tags":["simulation","discrete-event","process-based","modelling","generators"],"install":[{"cmd":"pip install simpy","imports":["import simpy\nenv = simpy.Environment()","from simpy import Environment, Resource","from simpy import Environment, Container","from simpy import Environment, Store"]}],"homepage":"https://simpy.readthedocs.io","github":null,"docs":"https://simpy.readthedocs.io","changelog":null,"pypi":"https://pypi.org/project/simpy/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.11,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/simpy/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}