dt-sdk build .
dt-sdk run
- Clone this repository
- Install dependencies with
pip install . - Increase the version under
extension/extension.yamlafter modifications - Run
dt-sdk build
Contains the python code for the extension
Contains the yaml and activation definitions for the framework v2 extension
Contains dependency and other python metadata
Used during simulation only, contains the activation definition for the extension
This extension uses the sqlite implementation of the popular Northwind sample database, to create sample data for the extension. This is sourced from the https://github.com/jpwhite3/northwind-SQLite3 repoistory which uses the MIT license.