Metadata-Version: 2.4
Name: fprime-xtce
Version: 0.1.1
Summary: Convert F' (F-Prime) telemetry and command definitions to XTCE format
Author-email: Michael Starch <lestarch@googlemail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/open-source-space-foundation/fprime-to-xtce
Project-URL: Repository, https://github.com/open-source-space-foundation/fprime-to-xtce.git
Project-URL: Issues, https://github.com/open-source-space-foundation/fprime-to-xtce/issues
Keywords: fprime,xtce,telemetry,command
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: xmlschema
Dynamic: license-file

# fprime-to-xtce

Convert F-Prime command and telemetry dictionaries into XTCE format. This function creates the YAMCS dialect of XTCE.

## Installation

```bash
pip install -e .
```

## Run

To run this conversion script, use the following:

```bash
fprime-to-xtce </path/to/fprime/dictionary> -o </path/to/xtce/dictionary>
```

## Events

F Prime events are a construct above XTCE containers. These are represented and handled in the the consuming tools (e.g. YAMCS).

## License

Apache 2.0 License - see [LICENSE](LICENSE) for details.
