Metadata-Version: 2.1
Name: openspace-api
Version: 0.1.0
Summary: Python library to interface with OpenSpace using sockets
Author-email: OpenSpace developers <api-python-aaaamu4sytkkayaafonqgmouri@team-openspace.slack.com>
Project-URL: Homepage, https://openspaceproject.com
Project-URL: OpenSpace, https://github.com/OpenSpace/OpenSpace
Project-URL: Source, https://github.com/OpenSpace/openspace-api-python/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md

# openspace-api-python
Python library to interface with [OpenSpace](https://github.com/OpenSpace/OpenSpace) using sockets.

## Work in progress
Both the API and libary are still very much work in progress, and are subject to change.

### Python in 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 -m example.example` from the working directory in the terminal. 
