Metadata-Version: 2.1
Name: openspace-api
Version: 0.1.2
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 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](https://pypi.org/project/openspace-api/). 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. 
