Metadata-Version: 2.1
Name: wemulate-api
Version: 0.0.1.post7
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
Description: **A modern WAN Emulator developed by the Institute for Networked Solutions**
        # WEmulate API Module
        This is the API module which builds on the [CLI module](https://github.com/wemulate/wemulate).
        
        Have a look at the [documentation](https://wemulate.github.io/wemulate) for detailed information.
        
        ## Installation
        Install the API module via the install script:
        ```bash
        $ sh -c "$(curl -fsSL https://raw.githubusercontent.com/wemulate/wemulate/main/install/install.sh)"
        ```
        
        ## Development
        1. Install the requirements with `pip install -r requirements-dev.txt`
        2. Start with `python wemulate_api/app.py`
Platform: UNKNOWN
Description-Content-Type: text/markdown
