Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jefedigital/sim-ev-chargers
Final Project for CUNY DATA 604 - Simulation & Modeling Techniques (L. Fulton)
https://github.com/jefedigital/sim-ev-chargers
Last synced: 24 days ago
JSON representation
Final Project for CUNY DATA 604 - Simulation & Modeling Techniques (L. Fulton)
- Host: GitHub
- URL: https://github.com/jefedigital/sim-ev-chargers
- Owner: jefedigital
- Created: 2024-06-25T21:02:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-14T19:18:43.000Z (4 months ago)
- Last Synced: 2024-07-15T04:34:36.731Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 12.1 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sim-ev-chargers
This is a demo of discrete event simulation, modeling a point-to-point electric vehicle charging network using SimPy.
## Installation
sim-ev-chargers requires Python 3.6 or later.
Install dependencies listed in requirements.txt:
```
pip install -r requirements.txt
```Generated by [GitWhipper](https://github.com/jefedigital/gitwhipper)