Tangram
语言
  • What is Tangram?
  • overview
    • Capabilities
    • Architecture
  • Install
    • Start with Kubernetes
  • quick start
    • Create a flow
    • Create a tool
  • Flow
    • Nodes
      • IF
      • SWITCH
      • Format
      • Count
      • Subflow
      • Conversion
      • Execution
      • Variable
      • Note
      • Error
      • Response
    • Datasources
      • Node
      • Form
      • Variable
      • Webhooks
      • Inputs(Subflow)
      • Base
  • triggers
    • Forms
      • Text
      • Textarea
      • Number
      • Date
      • Radio
      • Checkbox
      • Single Selection
      • Multi Selection
      • File
      • Title and Content
    • Webhooks
    • Crons
  • APP Development
    • template
    • info.json
    • core.py
    • test.py
    • Upload and Debugging
Powered by GitBook
On this page
  • File Structure
  • Download Template
  1. APP Development

template

PreviousCronsNextinfo.json

Last updated 10 months ago

python3.9+

File Structure

├── appname           Folder Name
│   ├── core.py       Core Code
│   ├── test.py       Unit Test
│   └── info.json     Config File

Download Template

Click "Template Download" and input app name.

App name must be in English.

Click "Submit" to download the template zip file.

Unzip and move the folder to the local development environment apps directory.