Metadata-Version: 2.1
Name: wemulate-api
Version: 0.0.1
Summary: API for the modern WAN Emulator (WEmulate)
Home-page: https://github.com/wemulate/wemulate-api
Author: Julian Klaiber, Severin Dellsperger
Author-email: julian.klaiber@ost.ch, severin.dellsperger@ost.ch
License: GPL-3.0
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: aniso8601 (==9.0.1)
Requires-Dist: attrs (==21.2.0)
Requires-Dist: click (==8.0.1)
Requires-Dist: Flask (==2.0.2)
Requires-Dist: flask-restx (==0.5.1)
Requires-Dist: itsdangerous (==2.0.1)
Requires-Dist: Jinja2 (==3.0.2)
Requires-Dist: jsonschema (==4.0.1)
Requires-Dist: MarkupSafe (==2.0.1)
Requires-Dist: pyrsistent (==0.18.0)
Requires-Dist: pytz (==2021.3)
Requires-Dist: six (==1.16.0)
Requires-Dist: Werkzeug (==2.0.2)
Requires-Dist: wemulate (==1.0.1)

# WEmulate Backend
1. Install Dependencies: `pip install -r requirements.txt`
2. Start with `python wemulate_api/app.py`

