Metadata-Version: 2.3
Name: gridworks-admin
Version: 1.0.2
Summary: CLI tool for monitoring gridworks-scada devices.
Author: Andrew Schweitzer
Author-email: Andrew Schweitzer <schweitz72@gmail.com>
Requires-Dist: gridworks-proactor>=4.1.9
Requires-Dist: gridworks-scada-protocol>=1.0.0.dev5
Requires-Dist: numpy>=2.3.3
Requires-Dist: paho-mqtt>=2.1.0
Requires-Dist: pydantic>=2.11.9
Requires-Dist: python-dotenv>=1.1.1
Requires-Dist: result>=0.9.0
Requires-Dist: rich>=14.1.0
Requires-Dist: textual>=6.1.0
Requires-Dist: typer>=0.17.4
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# gridworks-admin

This package contains gridworks-admin CLI tool for use in monitoring gridworks-scada
devices. 

Install for the current user with:

```
uv tool install gridworks-admin
```

and then run the admin with:

```
gwa watch
```

Create a new configuration file with

```
gwa mkconfig
```

To see how to add a scada do

```
gwa add-scada --help
```

Edit the config file manually with

```
open `gwa config-file`
```


The tool can be run ephemerally with:
```
uvx --from gridworks-admin gwa
```


Or from the repo by re-creating the environment:

```
tools/mkenv.sh
source gw_spaceheat/venv/bin/activate
gwa
```

