Skip to main content

python wrapper for (some) Android build-tools

Project description

buildtools4py

python wrapper for (some) Android build-tools

usage

install

This project is published to pypi, you can install it using:

pip install buildtools4py

This project wraps Android build-tools. e.g. Those can be installed with SDK manager from Android SDK like this:

apt install sdkmanager
sdkmanager 'build-tools;36.0.0'

apksigner verify

from buildtools4py.apksigner import apksigner_verify

r = apksigner_verify('example.apk')

assert r.verifies
assert len(r.signers) == 1
assert r.signers[0].certificate_sha256 == "abcdef...abcdef"

You can also convert the data into a dict/json:

from buildtools4py.apksigner import apksigner_verify
from dataclasses import asdict

data = apksigner_verify('example.apk')
datadict = asdict(data)
datajson = json.dumps(datadict, indent=2)

development hints

commit check: run all check, linters, tests, etc.

Make sure this runs without any errors/warnings before commiting. This runs all sortos of checks, linters, tests, etc. to make sure the code is in acceptable shape.

tools/check

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

buildtools4py-0.1.5.tar.gz (4.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

buildtools4py-0.1.5-py3-none-any.whl (12.0 kB view details)

Uploaded Python 3

File details

Details for the file buildtools4py-0.1.5.tar.gz.

File metadata

  • Download URL: buildtools4py-0.1.5.tar.gz
  • Upload date:
  • Size: 4.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.12.27+bpo-amd64

File hashes

Hashes for buildtools4py-0.1.5.tar.gz
Algorithm Hash digest
SHA256 eb9b1991bd2cda9ff7575d339c736736b29b4e416d01d9dd65ee05a90e0f6b86
MD5 89265925667bca53db44b13d300782f6
BLAKE2b-256 91c6e881a776332ffd207d503c3c48e6ca92e817d9afe6f8cf00607c6a1e39f5

See more details on using hashes here.

File details

Details for the file buildtools4py-0.1.5-py3-none-any.whl.

File metadata

  • Download URL: buildtools4py-0.1.5-py3-none-any.whl
  • Upload date:
  • Size: 12.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/6.12.27+bpo-amd64

File hashes

Hashes for buildtools4py-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1a8cfea95fb3c9a3fcc06a8f08fcbd1abc258f71f45bebecc8f55dcfddb5056e
MD5 92e38508ed070717ddd3536c9bded380
BLAKE2b-256 6de1d64feccabea1258f01156e2e5ef6110302cc94dae2f17cfaa3529c212a0b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page