Metadata-Version: 2.1
Name: piracer-py
Version: 0.0.1
Summary: Simple abstraction layer for PiRacer and PiRacer Pro
Home-page: https://github.com/twyleg/piracer_py
Author: Torsten Wylegala
Author-email: mail@twyleg.de
License: GPL 3.0
Keywords: piracer embedded abstraction
Description-Content-Type: text/markdown

# Piracer API

## Prerequisites

    sudo apt update
    sudo apt install \
        python3-dev \
        python3-venv \
        libopencv-dev
