Metadata-Version: 2.1
Name: srts200
Version: 0.1.1
Summary: Radome Measurement Pedestal Control Software
Author-Email: =?utf-8?q?H=C3=BCseyin?= <yigit.hsyn@gmail.com>
License: MIT
Requires-Python: >=3.12
Requires-Dist: pymodbus==2.5.3
Requires-Dist: pyModbusTCP==0.3.0
Requires-Dist: pytest>=9.0.2
Description-Content-Type: text/markdown

# SRTS200 Radome Measurement Pedestal Control Software

## Development Platform
- Windows 10

## Requirements
- Python >=3.12

## Initialization (One-Time Setup)
```bash
sudo apt install python3-pdm  # system-wide briefcase
pdm init                      # create project
pdm config python.use_venv true
pdm venv create
pdm use .venv/Scripts/python
pdm add <package>             # add dependencies  
```

## Building
``` bash
pdm config python.use_venv true
pdm use .venv/bin/python
source .venv/Scripts/activate
pdm install
```

## CLI Usage
```bash
srts200
```
