Metadata-Version: 2.3
Name: remotivelabs-topology
Version: 0.1.0a5
Summary: RemotiveLabs RemotiveTopology framework allows developers to easily create and run ECU stubs and control their behavior
License: Proprietary
Keywords: automotive,autotech,networking,CAN
Author: Remotivelabs
Author-email: support@remotivelabs.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Communications
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Provides-Extra: fmu
Requires-Dist: fmpy (==0.3.21) ; (python_version < "3.10") and (extra == "fmu")
Requires-Dist: fmpy (>=0.3.22) ; (python_version >= "3.10") and (extra == "fmu")
Requires-Dist: numpy (==2.0.2) ; (python_version < "3.10") and (extra == "fmu")
Requires-Dist: numpy (>=2.2.1) ; (python_version >= "3.10") and (extra == "fmu")
Requires-Dist: pyhamcrest (>=2.1.0)
Requires-Dist: remotivelabs-broker (>=0.9.0b3)
Requires-Dist: tenacity (>=9.0.0)
Requires-Dist: typing-extensions (>=4.12.2)
Project-URL: Documentation, https://docs.remotivelabs.com/
Project-URL: Homepage, https://remotivelabs.com/
Description-Content-Type: text/markdown

# RemotiveTopology framework

RemotiveTopology framework is a python library that allows you to easily interact with RemotiveTopology. Using the framework you can create Behavioral Models or write test cases probing communication channels.

## Installation

```bash
pip install remotivelabs-topology
```

## Project Links

- [Documentation](https://docs.remotivelabs.com/)
- [Issues](mailto:support@remotivelabs.com)

