https://github.com/favreau/pybrayns
A python client to interact with Brayns through its http REST interface
https://github.com/favreau/pybrayns
Last synced: 9 months ago
JSON representation
A python client to interact with Brayns through its http REST interface
- Host: GitHub
- URL: https://github.com/favreau/pybrayns
- Owner: favreau
- Created: 2016-08-06T16:12:10.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-18T15:53:08.000Z (over 8 years ago)
- Last Synced: 2025-02-24T06:33:22.254Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Brayns for python
A non-exhaustive python example that illustrates how to interact with Brayns through its HTTP REST
interface
## Installation
```
virtualenv -p python3 env
. ./env/bin/activate
pip install -r requirements.txt
python setup install
```
## Example
```
python examples/script_example.py
```
