Metadata-Version: 2.1
Name: com.dvsnier.android
Version: 0.0.1a1.dev2
Summary: this is dvsnier android.
Home-page: https://gitee.com/python-partner/Python-Test/
Author: dvsnier
Author-email: dovsnier@qq.com
License: MIT
Project-URL: Bug_Tracker, https://gitee.com/python-partner/Python-Test/issues/
Project-URL: Documentation, https://packaging.python.org/tutorials/distributing-packages/
Project-URL: Funding, https://donate.pypi.org/
Project-URL: Homepage, https://gitee.com/python-partner/Python-Test/
Project-URL: Wiki, https://gitee.com/python-partner/Python-Test/wiki/
Project-URL: Source, https://gitee.com/python-partner/Python-Test/
Keywords: android,development
Platform: linux: linux
Platform: windows: win32
Platform: macos: darwin
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: Free For Educational Use
Classifier: License :: Free for non-commercial use
Classifier: License :: Freely Distributable
Classifier: License :: Freeware
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Python: !=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,<4,>=2.7
Description-Content-Type: text/markdown
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: typing
Provides-Extra: virtualenv
License-File: LICENSE
License-File: LICENSE.txt

# Tutorial

- [Introduce](#introduce)
  - [CLI](#cli)

## Introduce

this is android modules.

### CLI

```bash
usage: dvs-android [-h] [-V] [-id [application-id]] [-vn [version-name]]
                   [-vc [version-code]]
                   [build-file]

    this is a dvs android execution program.


positional arguments:
  build-file            the current app project build file absolute path.

optional arguments:
  -h, --help            show this help message and exit
  -V, --version         the show version and exit.
  -id [application-id], --application-id [application-id]
                        the android application id property.
  -vn [version-name], --version-name [version-name]
                        the android version name property.
  -vc [version-code], --version-code [version-code]
                        the android version code property.

the copyright belongs to DovSnier that reserve the right of final interpretation.

```
