Skip to content

PMSFIT/osi-python

Repository files navigation

Open Simulation Interface (OSI) Python Bindings

This python package provides python bindings and utility modules for the ASAM Open Simulation Interface.

For more information on OSI see the official documentation or the class list for defined protobuf messages.

Usage

For usage examples, please refer to the official documentation:

Installation

Installing from source

Prerequisites

  • You have installed Python 3.10 or later.
  • You have installed pip.

Steps

  • Open a terminal.

  • Clone the osi-python repository, including sub-modules:

    git clone --recurse-submodules https://github.com/PMSFIT/osi-python.git
  • Switch to the repository directory:

    cd osi-python
  • Optionally create and activate a new virtual environment:

    python3 -m venv venv
    source venv/bin/activate
  • Install the package:

    pip install .

About

ASAM OSI Python Bindings und Utilities

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages