/openspace-api-python

OpenSpace Socket API bindings for Python

Primary LanguagePythonMIT LicenseMIT

openspace-api-python

Python library to interface with OpenSpace using sockets.

Work in progress

Both the API and library are still very much a work in progress and are subject to change.

Install

Stable release of the OpenSpace API Python package are registered at PyPi. The latest version can be installed using pip:

pip install openspace-api

Python in the terminal

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.