A tool to build your own Magisk Modules Repository
Project description
Magisk Modules Repo Util
This util is to build module repository for MMRL
Getting Started
Install dependencies
pip3 install mmrl-util
New config.json
You can write it to your-repo/json/config.json by yourself, or
cli.py config --stdin << EOF
{
"name": "Your Magisk Repo",
"base_url": "https://you.github.io/magisk-modules-repo/",
"max_num": 3,
"enable_log": true,
"log_dir": "log"
}
EOF
or
cli.py config --write name="Your Magisk Repo" base_url="https://you.github.io/magisk-modules-repo/" max_num=3 enable_log=true log_dir="log"
How to update by GitHub Actions?
- You can refer to our example-repository.
mmrl-util
mmrl-util --help
usage: mmrl-util [-h] [-v] [-V] command ...
Magisk Modules Repo Util
positional arguments:
command
config Modify config of repository.
track Module tracks utility.
github Generate tracks from GitHub.
sync Sync modules in repository.
index Generate modules.json from local.
check Content check and migrate.
sitemap Sitemap generator.
options:
-h, --help Show this help message and exit.
-v, --version Show util version and exit.
-V, --version-code Show util version code and exit.
Learn more!
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
mmrl-util-2.13.16.tar.gz
(40.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mmrl-util-2.13.16.tar.gz.
File metadata
- Download URL: mmrl-util-2.13.16.tar.gz
- Upload date:
- Size: 40.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fb713115a5f9ae72a01af9c70950e12ee3296e8af70529721676861d46ccee0
|
|
| MD5 |
01b2e63add8fb02ab0605bfc389ab8dd
|
|
| BLAKE2b-256 |
dd8b2cfbf359b536698d4c05dff64cc10e99b926b55780064cc017c02cf5c86d
|
File details
Details for the file mmrl_util-2.13.16-py3-none-any.whl.
File metadata
- Download URL: mmrl_util-2.13.16-py3-none-any.whl
- Upload date:
- Size: 52.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
121dfc892295e2f11b6107524161fafc6749f919c7ad1a1585e0a30580417df0
|
|
| MD5 |
8dff86be537aea0f7ab43608ef7f882f
|
|
| BLAKE2b-256 |
03cd4cd61faff205bfacab4c510d50fa16d2e36f783db59f504ab1034d925ce8
|