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

https://github.com/favreau/viztools

Python application allowing remote control of visualization applications through HTTP REST API
https://github.com/favreau/viztools

Last synced: 10 months ago
JSON representation

Python application allowing remote control of visualization applications through HTTP REST API

Awesome Lists containing this project

README

          

# VizTools
Python application allowing remote control of visualization applications through HTTP REST API

## Installation

```
alias python=python3
virtualenv -p python3 env
. ./env/bin/activate
pip3 install -r requirements.txt
```