Skip to main content

A python interface for Apache Electron CLI

Project description

python-electron

This is a very simple Python library to interface with the Electron-Packager command line tool.

Key concepts

  • Interact with the Electron-Packager directly from Python

  • Enables building and archiving Electron applications from your Python code

Usage

Example:

import electron

application = electron.App(
    APPLICATION_NAME,
    APPLICATION_FOLDER
)
application.build('android') # or any installed platform
application.archive('ios') # or any installed platform

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

python-electron-1.0.1.tar.gz (2.7 kB view hashes)

Uploaded Source

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