Sign the apk file
Project description
pyapksigner can sign the apk file.
$ pip install pyapksigner
$ pyapksigner {APK_PATH} --default
> {SIGNED_APK_PATH}
$ pyapksigner {APK_PATH}
> [Warning] Signing with default keystore.
> [Warning] Please pass --key_path, --key_alias, --key_pass, --ks_pass parameter, if you want to use your keystore
> {SIGNED_APK_PATH}
$ pyapksigner --key_path="sample.jks" --key_alias="sample" --key_pass="sample_key" --ks_pass="sample_ks"
> {SIGNED_APK_PATH}
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
pyapksigner-0.0.4.tar.gz
(5.7 kB
view details)
File details
Details for the file pyapksigner-0.0.4.tar.gz
.
File metadata
- Download URL: pyapksigner-0.0.4.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.8.0b2+
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cc352259c0dc8968834a92a9741f4e98a1c27d154c2ac28162d43879d1e10b0 |
|
MD5 | bb459c094b1218ad5e7a2954b25d2940 |
|
BLAKE2b-256 | 3d773dd8707baf6ae33eac4fb462ad839c6aba3efe3288e2efa0d4f3056c8eb3 |