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
- Host: GitHub
- URL: https://github.com/favreau/viztools
- Owner: favreau
- License: lgpl-3.0
- Created: 2016-10-31T18:24:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-01T11:15:10.000Z (over 9 years ago)
- Last Synced: 2025-01-06T07:23:47.121Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```