Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

adbx

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adbx

ADB binaries served as Python package.

  • 34.0.1
  • PyPI
  • Socket score

Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc