A simple desktop app development framework combining Python, Vue.js, Element Plus and Electron.
Installation
Python Version
We recommend using the latest version of Python. Jianmu supports Python 3.6 and newer.
Install Jianmu
To install the Jianmu package, use the following command:
python -m pip install jianmu -U
Jianmu is now installed. After installation, you will have access to the jianmu binary in your command line. You can verify that it is properly installed by simply running jianmu command or python -m jianmu, which should present you with a help message listing all available commands.
You can check you have the right version with this command:
jianmu --version
Usage
To create a new project, run:
jianmu create <project-name>
To upgrade the template of your project, navigate to the project directory and run:
jianmu upgrade
To run your application in development mode, navigate to your project directory and run:
jianmu dev
To run your application in production mode, navigate to your project directory and run:
jianmu start
To build your application for a software release, navigate to your project directory and run:
jianmu build
To clean runtime temporary files in project directory, navigate to your project directory and run:
jianmu clean
Screenshots
Release files for Jianmu 0.0.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| Jianmu-0.0.12.tar.gz | 13.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Jianmu-0.0.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 31.8 kB
Release files / Jianmu-0.0.12.tar.gz
| Download URL | Jianmu-0.0.12.tar.gz |
|---|---|
| Size | 13.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e5e5b09816ee5eb290d51e3ece6bb9d8dbf368c6634f572cbe6b021f1732e10
|
|
BLAKE2b-256 checksum How to use checksums |
326ccc29d8ce76d2a42aab3833be6f796679b7dedfeff67d55cb6c34c92cf522
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.15
|
Release files / Jianmu-0.0.12-py3-none-any.whl
| Download URL | Jianmu-0.0.12-py3-none-any.whl |
|---|---|
| Size | 17.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e123281ad71c82c7569e1d99a3f7d49df1ea53551bf2049671ee319326c77d21
|
|
BLAKE2b-256 checksum How to use checksums |
47e1e03e827e767fd914ecc30d0612050346f4390068b18457cb544c2c597ace
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.8.15
|