gplay

Upload APK to Google Play

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.1.0
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-08-31 07:16

Authors

  • Yuriy Glukhov

Installation

nimble install gplay
choosenim install gplay
git clone https://github.com/yglukhov/gplay

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
gplay - - - - - - -

Dependencies

Package Version Optional
nim >= 0.17.0 No
jwt - No
cligen - No

Source

Repository https://github.com/yglukhov/gplay
Homepage https://github.com/yglukhov/gplay
Registry Source nimble_official

README

gplay Build Status

Google Play APK Uploader, written in Nim

Usage

Install:

nimble install gplay

Uploading:

gplay upload --email=<GPLAY_EMAIL> --key=<PATH_TO_GPLAY_PRIVATE_KEY> <APP_ID> <TRACK_NAME> <PATH_TO_APK>

Example:

gplay upload --email=my-buildmachine@api-1234567-1234567.iam.gserviceaccount.com --key=path/to/private.key com.cmycompany.myapp alpha path/to/myapp.apk