{ "info": { "author": "dhilipsiva", "author_email": "dhilipsiva@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Testing" ], "description": "This repository contains a pure-python implementation of the Android\nADB and Fastboot protocols, using libusb1 for USB communications.\n\nThis is a complete replacement and rearchitecture of the Android\nproject's ADB and fastboot code available at\nhttps://github.com/android/platform_system_core/tree/master/adb\n\nThis code is mainly targeted to users that need to communicate with\nAndroid devices in an automated fashion, such as in automated\ntesting. It does not have a daemon between the client and the device,\nand therefore does not support multiple simultaneous commands to the\nsame device. It does support any number of devices and never\ncommunicates with a device that it wasn't intended to, unlike the\nAndroid project's ADB.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/appknox/python3-adb", "keywords": "android,adb,fastboot", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "adb3", "package_url": "https://pypi.org/project/adb3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/adb3/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/appknox/python3-adb" }, "release_url": "https://pypi.org/project/adb3/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "A pure python 3 implementation of the Android ADB and Fastboot protocols", "version": "1.1.0" }, "last_serial": 2010417, "releases": { "1.1.0": [ { "comment_text": "", "digests": { "md5": "79149c53e04bd2e2a7ed251032859234", "sha256": "08129355346217f00c671e1a5ed3795c261bb566adc79af7084c870711f7fbbf" }, "downloads": -1, "filename": "adb3-1.1.0.tar.gz", "has_sig": false, "md5_digest": "79149c53e04bd2e2a7ed251032859234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20378, "upload_time": "2016-03-16T14:46:35", "url": "https://files.pythonhosted.org/packages/ae/36/e1251b2ce46e59efb546da755e84bc874d233037af3e2ec7e9bc17ae21b9/adb3-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "79149c53e04bd2e2a7ed251032859234", "sha256": "08129355346217f00c671e1a5ed3795c261bb566adc79af7084c870711f7fbbf" }, "downloads": -1, "filename": "adb3-1.1.0.tar.gz", "has_sig": false, "md5_digest": "79149c53e04bd2e2a7ed251032859234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20378, "upload_time": "2016-03-16T14:46:35", "url": "https://files.pythonhosted.org/packages/ae/36/e1251b2ce46e59efb546da755e84bc874d233037af3e2ec7e9bc17ae21b9/adb3-1.1.0.tar.gz" } ] }