usefuladbwithrestart


Nameusefuladbwithrestart JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/usefuladbwithrestart
Summaryusefuladb with restart
upload_time2024-03-27 03:48:36
maintainerNone
docs_urlNone
authorJohannes Fischer
requires_pythonNone
licenseMIT
keywords android adb
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# usefuladb with restart


### A version of https://github.com/hansalemaos/usefuladb that automatically reconnects if it gets disconnected

### pip install usefuladbwithrestart


```py
from usefuladbwithrestart import AdbWRestart

adb = AdbWRestart(
    adb_path=r"C:\ProgramData\chocolatey\lib\adb\tools\platform-tools\adb.exe",
    device_serial="127.0.0.1:5845",
    use_busybox=False,
    connect_to_device=True,
    print_stdout=False,
    print_stderr=False,
    convert_to_83=True,
    su=False,
    commandtimeout=30,
    escape_filepath=True,
    restart_when_error=True,
    restart_tries=10,
    sleep_after_reconnection_attempt=5,
)
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/usefuladbwithrestart",
    "name": "usefuladbwithrestart",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "android, adb",
    "author": "Johannes Fischer",
    "author_email": "aulasparticularesdealemaosp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ed/a0/6eb7d5058c4e3e635478052583e44f4a144fe70e5de952af9e322f1c499a/usefuladbwithrestart-0.10.tar.gz",
    "platform": null,
    "description": "\r\n# usefuladb with restart\r\n\r\n\r\n### A version of https://github.com/hansalemaos/usefuladb that automatically reconnects if it gets disconnected\r\n\r\n### pip install usefuladbwithrestart\r\n\r\n\r\n```py\r\nfrom usefuladbwithrestart import AdbWRestart\r\n\r\nadb = AdbWRestart(\r\n    adb_path=r\"C:\\ProgramData\\chocolatey\\lib\\adb\\tools\\platform-tools\\adb.exe\",\r\n    device_serial=\"127.0.0.1:5845\",\r\n    use_busybox=False,\r\n    connect_to_device=True,\r\n    print_stdout=False,\r\n    print_stderr=False,\r\n    convert_to_83=True,\r\n    su=False,\r\n    commandtimeout=30,\r\n    escape_filepath=True,\r\n    restart_when_error=True,\r\n    restart_tries=10,\r\n    sleep_after_reconnection_attempt=5,\r\n)\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "usefuladb with restart",
    "version": "0.10",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/usefuladbwithrestart"
    },
    "split_keywords": [
        "android",
        " adb"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e60161d0fc60a81491a882691bc958beaa7ef09053428fb95bcfa1fd1a16f8ac",
                "md5": "0a9334d561dd0f517586dd64999bc4c0",
                "sha256": "7d43016ef9835249107836a21a946ff3db3d6506ad897693507f883c3478d038"
            },
            "downloads": -1,
            "filename": "usefuladbwithrestart-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0a9334d561dd0f517586dd64999bc4c0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6272,
            "upload_time": "2024-03-27T03:48:34",
            "upload_time_iso_8601": "2024-03-27T03:48:34.848228Z",
            "url": "https://files.pythonhosted.org/packages/e6/01/61d0fc60a81491a882691bc958beaa7ef09053428fb95bcfa1fd1a16f8ac/usefuladbwithrestart-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eda06eb7d5058c4e3e635478052583e44f4a144fe70e5de952af9e322f1c499a",
                "md5": "ba70b33654a212ec0d7a5f30a1dca6b2",
                "sha256": "ac30087b84167c42b6004d8a1de1a392759110f91df97b027e214e5ed1003977"
            },
            "downloads": -1,
            "filename": "usefuladbwithrestart-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ba70b33654a212ec0d7a5f30a1dca6b2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4788,
            "upload_time": "2024-03-27T03:48:36",
            "upload_time_iso_8601": "2024-03-27T03:48:36.715845Z",
            "url": "https://files.pythonhosted.org/packages/ed/a0/6eb7d5058c4e3e635478052583e44f4a144fe70e5de952af9e322f1c499a/usefuladbwithrestart-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 03:48:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "usefuladbwithrestart",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "usefuladbwithrestart"
}
        
Elapsed time: 0.21822s