Metadata-Version: 2.4
Name: cubespec-puna
Version: 0.1.0
Summary: Control the PUNA Hexapod for positioning cubespec optics
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: symetrie-hexapod

# Cubespec PUNA

This project provides all the functionality to control the Symétrie PUNA Hexapod
in order to position the secondary mirror for the CubeSpec CubeSat.

# Initialise the Project

Create a folder and install the package:

```
$ mkdir -p ~/cubespec_puna
$ cd ~/cubespec_puna
$ uv install cubespec_puna
# cgse init
```
