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 inadbx-33.0.0-py3-none-win32.whl
)
Second argument: Which platform ADB binaries needs to download for. (windows
downloadsplatform-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
Built Distributions
File details
Details for the file adbx-34.0.1-py3-none-win_amd64.whl
.
File metadata
- Download URL: adbx-34.0.1-py3-none-win_amd64.whl
- Upload date:
- Size: 6.0 MB
- Tags: Python 3, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6921d9f406a2eedfc122c6aa4af0824f5d3fa92ea8e857587408f7a02d4b147 |
|
MD5 | c9eb6c37be11f47ce777de28c1b15f14 |
|
BLAKE2b-256 | 137b3198db66d26d112f1cb9ba09e80e1058859ffc4d98b94a90ea87cac1edaf |
File details
Details for the file adbx-34.0.1-py3-none-win32.whl
.
File metadata
- Download URL: adbx-34.0.1-py3-none-win32.whl
- Upload date:
- Size: 6.0 MB
- Tags: Python 3, Windows x86
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c138aa2d03856a03f172858877c3201c78dd20ddd69e26aa5032d9ef9ac3f21 |
|
MD5 | 63be92609dc2fa966f58a52eb5c59f16 |
|
BLAKE2b-256 | fa6146ec399e0fc3a7b102cd4e370ad1bd1c264910bccefe1e2c1be04845f749 |
File details
Details for the file adbx-34.0.1-py3-none-any.whl
.
File metadata
- Download URL: adbx-34.0.1-py3-none-any.whl
- Upload date:
- Size: 6.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bea1ef41badf885a46747f0e69200c0432a92234b4479cfcb38018c00afe2fd4 |
|
MD5 | 67a5a2c9f6f7d3e2f80ab78f947796c5 |
|
BLAKE2b-256 | dfcb86d08cf8ed2256744266c09c38e7458469c505e0ce18e39efc8401c25c02 |