Metadata-Version: 2.4
Name: spacenav-ws
Version: 0.1.3
Summary: SpaceNav WebSocket Bridge for using a 3dConnexion spacemouse with onshape
Author-email: RmStorm <roaldstorm@gmail.com>
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: fastapi>=0.115.12
Requires-Dist: numpy>=2.2.5
Requires-Dist: scipy>=1.15.2
Requires-Dist: typer>=0.15.2
Requires-Dist: uvicorn[standard]>=0.34.2
Description-Content-Type: text/markdown

# Websockets exposer for the spacenav driver

This is a **work in progress** service that is supposed to make Onshape work with spacenav.

[FreeSpacenav/spacenavd](https://github.com/FreeSpacenav/spacenavd)

https://github.com/FreeSpacenav/spacenavd/issues/30

# Running it

Simply run `uvx spacenav-ws`

# Developing
todo

# Deploying to pypi
Just run

```bash
uv build
uv publish
```
