Skip to main content

ADB binaries served as Python package.

Project description

adbx

A dummy Python package that contains ADB binaries which will be registered in PATH, so you don't have to do yourself.

python -m pip install adbx
$ adb --version
Android Debug Bridge version 1.0.41
Version 33.0.0-8141338

Package version equals to ADB version, it is dynamically set before building the wheel.

$ python
>>> import adbx
>>> adbx.__version__
33.0.0

And as this is an actual package like other Python packages, you can update and uninstall it with pip.

python -m pip uninstall adbx
python -m pip install adbx --upgrade

If you want to build wheel yourself:

python -m pip install -r requirements.txt
python ./pack.py win32 windows

First argument: Platform tag which will be used in pip wheel, (win32 builds wheel named in adbx-33.0.0-py3-none-win32.whl)
Second argument: Which platform ADB binaries needs to download for. (windows downloads platform-tools-latest-windows.zip)


Code is licensed with CC0 1.0. However, this doesn't apply for ADB binaries which licensed with Apache License 2.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

adbx-34.0.1-py3-none-win_amd64.whl (6.0 MB view hashes)

Uploaded Python 3 Windows x86-64

adbx-34.0.1-py3-none-win32.whl (6.0 MB view hashes)

Uploaded Python 3 Windows x86

adbx-34.0.1-py3-none-any.whl (6.2 MB view hashes)

Uploaded Python 3

Supported by

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