Skip to main content

A packager for Tasmota Berry Application (TAPP) apps

Project description

Tasmota Application Packager

Manifest File

Your project should contain a tappack manifest file, tappack.yaml. This should contain a field names dependencies, mapping module names to URLs to a corresponding .tapp file. For example:

dependencies:
  tools: https://github.com/fmtr/tools/releases/download/v0.0.1/tools.tapp

No autoexec.be

Your module should not contain an autoexec.be, as tappack will generate one. If you need to run any code in the autoexec context, then ensure your module implements an autoexec method, which will be called once it is imported. For example:

var mod = module("my_module")

def autoexec()

    # Do autoexec stuff here.

end

mod.autoexec=autoexec
return mod

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tappack-0.0.0.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

tappack-0.0.0-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page