Custom Python Apps

Contents

Custom Python Apps#

In contrast to Custom Python Scripts, you can also develop your own Python apps, which can run independently of PAPSR.

Basically, any executable will work somehow, as long as it fulfills the autopilot communication protocol (see Autopilot Output as JSON Lines).

However, to support you in writing custom apps and to simplify the interface handling, there exists the autopilot-utils Python package.

Read more about how to create a Python app with Poetry.

Guides#