Metadata-Version: 2.4
Name: remotivelabs-topology
Version: 0.10.0
Summary: RemotiveLabs RemotiveTopology framework allows developers to easily create and run ECU stubs and control their behavior
Keywords: automotive,autotech,networking,CAN
Author: Remotivelabs
Author-email: Remotivelabs <support@remotivelabs.com>
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
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
Requires-Dist: remotivelabs-broker~=0.9.1
Requires-Dist: typing-extensions~=4.13
Requires-Dist: pyhamcrest~=2.1
Requires-Dist: tenacity~=9.0
Requires-Dist: fmpy>=0.3.22 ; python_full_version >= '3.10' and extra == 'fmu'
Requires-Dist: fmpy==0.3.21 ; python_full_version < '3.10' and extra == 'fmu'
Requires-Dist: numpy>=2.2.1 ; python_full_version >= '3.10' and extra == 'fmu'
Requires-Dist: numpy==2.0.2 ; python_full_version < '3.10' and extra == 'fmu'
Requires-Python: >=3.9, <4.0
Project-URL: Documentation, https://docs.remotivelabs.com/apis/python/remotivelabs/topology
Project-URL: Examples, https://github.com/remotivelabs/remotivelabs-topology-examples
Project-URL: Homepage, https://remotivelabs.com/
Provides-Extra: fmu
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/apis/python/remotivelabs/topology)
- [Examples](https://github.com/remotivelabs/remotivelabs-topology-examples)
- [Issues](mailto:support@remotivelabs.com)
