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
Release files for python-electron 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| python-electron-1.0.1.tar.gz | 2.7 kB | Details |
Release files / python-electron-1.0.1.tar.gz
| Download URL | python-electron-1.0.1.tar.gz |
|---|---|
| Size | 2.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3e64da132273496535a3f16c58a98bac2409f9b2093feab7f1a7f9aade30326e
|
|
BLAKE2b-256 checksum How to use checksums |
12cc4bbf66432d79ec365c031f8cbaa8f2c4a3e027b54fd024b8cbbc626de4a7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |