Metadata-Version: 2.1
Name: apk-signer
Version: 1.1.3
Summary: Sign the apk file
Home-page: https://github.com/ksg97031/apk-signer
Author: ksg97031
Author-email: ksg97031@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: click
Requires-Dist: androguard

apk-signer
============

Easy signing with apk-signer

Installation
------------

|PyPI-Downloads|

.. code:: sh

    pip install apk-signer
    
Prerequirement
----------------
| Download: `Android SDK <https://developer.android.com/studio/releases/platform-tools?hl=ko>`_

Usage
------------

.. code:: sh

    $ apk-signer {APK_PATH}
       

.. |Coverage-Status| image:: https://img.shields.io/coveralls/github/ksg97031/apk-signer/master?logo=coveralls
   :target: https://coveralls.io/github/ksg97031/apk-signer
.. |Branch-Coverage-Status| image:: https://codecov.io/gh/ksg97031/apk-signer/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/ksg97031/apk-signer
.. |Codacy-Grade| image:: https://app.codacy.com/project/badge/Grade/3f965571598f44549c7818f29cdcf177
   :target: https://www.codacy.com/gh/ksg97031/apk-signer/dashboard
.. |CII Best Practices| image:: https://bestpractices.coreinfrastructure.org/projects/3264/badge
   :target: https://bestpractices.coreinfrastructure.org/projects/3264
.. |GitHub-Status| image:: https://img.shields.io/github/tag/ksg97031/apk-signer.svg?maxAge=86400&logo=github&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/releases
.. |GitHub-Forks| image:: https://img.shields.io/github/forks/ksg97031/apk-signer.svg?logo=github&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/network
.. |GitHub-Stars| image:: https://img.shields.io/github/stars/ksg97031/apk-signer.svg?logo=github&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/stargazers
.. |GitHub-Commits| image:: https://img.shields.io/github/commit-activity/y/ksg97031/apk-signer.svg?logo=git&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/graphs/commit-activity
.. |GitHub-Issues| image:: https://img.shields.io/github/issues-closed/ksg97031/apk-signer.svg?logo=github&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/issues?q=
.. |GitHub-PRs| image:: https://img.shields.io/github/issues-pr-closed/ksg97031/apk-signer.svg?logo=github&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/pulls
.. |GitHub-Contributions| image:: https://img.shields.io/github/contributors/ksg97031/apk-signer.svg?logo=github&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/graphs/contributors
.. |GitHub-Updated| image:: https://img.shields.io/github/last-commit/ksg97031/apk-signer/master.svg?logo=github&logoColor=white&label=pushed
   :target: https://github.com/ksg97031/apk-signer/pulse
.. |Gift-Casper| image:: https://img.shields.io/badge/dynamic/json.svg?color=ff69b4&label=gifts%20received&prefix=%C2%A3&query=%24..sum&url=https%3A%2F%2Fcaspersci.uk.to%2Fgifts.json
   :target: https://cdcl.ml/sponsor
.. |PyPI-Downloads| image:: https://static.pepy.tech/badge/apk-signer
   :target: https://pepy.tech/project/apk-signer
.. |Py-Versions| image:: https://img.shields.io/pypi/pyversions/apk-signer
   :target: https://pypi.org/project/apk-signer
.. |Conda-Forge-Status| image:: https://img.shields.io/conda/v/conda-forge/apk-signer.svg?label=conda-forge&logo=conda-forge
   :target: https://anaconda.org/conda-forge/apk-signer
.. |Docker| image:: https://img.shields.io/badge/docker-pull-blue.svg?logo=docker&logoColor=white
   :target: https://github.com/ksg97031/apk-signer/pkgs/container/apk-signer
.. |Libraries-Rank| image:: https://img.shields.io/librariesio/sourcerank/pypi/apk-signer.svg?logo=koding&logoColor=white
   :target: https://libraries.io/pypi/apk-signer
.. |Libraries-Dependents| image:: https://img.shields.io/librariesio/dependent-repos/pypi/apk-signer.svg?logo=koding&logoColor=white
    :target: https://github.com/ksg97031/apk-signer/network/dependents
.. |OpenHub-Status| image:: https://www.openhub.net/p/apk-signer/widgets/project_thin_badge?format=gif
   :target: https://www.openhub.net/p/apk-signer?ref=Thin+badge
.. |awesome-python| image:: https://awesome.re/mentioned-badge.svg
   :target: https://github.com/vinta/awesome-python
.. |LICENCE| image:: https://img.shields.io/pypi/l/apk-signer.svg
   :target: https://raw.githubusercontent.com/ksg97031/apk-signer/master/LICENCE
.. |DOI| image:: https://img.shields.io/badge/DOI-10.5281/zenodo.595120-blue.svg
   :target: https://doi.org/10.5281/zenodo.595120
.. |binder-demo| image:: https://mybinder.org/badge_logo.svg
   :target: https://mybinder.org/v2/gh/ksg97031/apk-signer/master?filepath=DEMO.ipynb
