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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file python-electron-1.0.1.tar.gz
.
File metadata
- Download URL: python-electron-1.0.1.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e64da132273496535a3f16c58a98bac2409f9b2093feab7f1a7f9aade30326e |
|
MD5 | 4d7456743f7b74cce15ee0ae15c47c3e |
|
BLAKE2b-256 | 12cc4bbf66432d79ec365c031f8cbaa8f2c4a3e027b54fd024b8cbbc626de4a7 |