Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)