Metadata-Version: 2.4
Name: silabs-pycommander-core
Version: 1.0.0
Summary: Python library for Silicon Labs Simplicity Commander (core)
Project-URL: Homepage, https://github.com/SiliconLabsSoftware/pycommander
Author: Silicon Labs
License-Expression: LicenseRef-MSLA
License-File: LICENSE.md
Requires-Python: >=3.10
Requires-Dist: platformdirs
Requires-Dist: pyyaml
Description-Content-Type: text/markdown

# Silicon Labs PyCommander Core

This package contains the core Python code for Silicon Labs PyCommander.

Note that this package does not contain the Commander executable, it is not intended to be installed directly, and it is not functional on its own. This package is a dependency of the `silabs-pycommander-cli` and `silabs-pycommander-gui` packages.

Preferably, PyCommander should be installed and updated via the [`silabs-pycommander`](../pycommander/README.md) meta-package, which will install the appropriate version of the Simplicity Commander executable based on your system:

```bash
pip install silabs-pycommander
```

or, if you want to install the GUI version in addition to the CLI version:

```bash
pip install silabs-pycommander[gui]
```
