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

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

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
```

![example](images/example.jpg)