Direct Energy Partners has created a repository that allows customers to develop their own applications, called dep-ppl-app. This repository contains all the necessary files and examples to help you get started. TheDocumentation Index
Fetch the complete documentation index at: https://docs.directenergypartners.com/llms.txt
Use this file to discover all available pages before exploring further.
dep-ppl-app repository includes:
- The
appfolder containingmain.py— the main entry point for your custom application. - The
pplappmodule. - Bash scripts:
install.sh,start.sh, andstop.shfor managing the application. - A
requirements.txtfile listing all Python dependencies. - A
.envfile that stores the username and password for the NATS client connection. - Example application scripts.
dep-ppl-app repository,
install the Python libraries and how to run your applications. Additionally, the instructions include guidance
on writing your own applications using the pplapp module and its built-in functions.
GitHub will help you safely track and save your changes as you work.