Python library to interface with OpenSpace using sockets.
Both the API and library are still very much a work in progress and are subject to change.
Stable release of the OpenSpace API Python package are registered at PyPi. The latest version can be installed using pip
:
pip install openspace-api
https://github.com/OpenSpace/openspace-api-python/blob/master/example/example.py provides an example of how to connect from a Python script using sockets. To run it, run python example.py
from the working directory in the terminal.