Metadata-Version: 2.1
Name: androidpublisher
Version: 0.1.7
Summary: 
Author: leynier
Author-email: leynier41@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: google-api-python-client (>=1.12.8,<2.0.0)
Requires-Dist: oauth2client (>=4.1.3,<5.0.0)
Requires-Dist: six (>=1.13.0,<2.0.0)
Requires-Dist: typer[all] (>=0.3.2,<0.4.0)
Description-Content-Type: text/markdown

# Android Publisher

**Usage**:

```console
$ androidpublisher [OPTIONS] COMMAND [ARGS]...
```

**Options**:

* `--install-completion`: Install completion for the current shell.
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
* `--help`: Show this message and exit.

**Commands**:

* `upload`

## `androidpublisher upload`

**Usage**:

```console
$ androidpublisher upload [OPTIONS] PACKAGE_NAME
```

**Arguments**:

* `PACKAGE_NAME`: [required]

**Options**:

* `--aab-file FILE`: [default: app.aab]
* `--track [internal|alpha|beta|production|rollout]`: [default: internal]
* `--json-key FILE`: [default: credential.json]
* `--help`: Show this message and exit.

