micro-chrome-devtools-protocol


Namemicro-chrome-devtools-protocol JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/aib/ucdp
SummaryA lightweight library for speaking the Chrome DevTools Protocol in order to debug JavaScript
upload_time2023-07-24 08:53:39
maintainer
docs_urlNone
authorOrhan "aib" Kavrakoglu
requires_python>=3.8
licenseMIT
keywords chrome chromium devtools protocol node nodejs electron debugging debugger
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ucdp or Micro Chrome DevTools Protocol

A lightweight library that helps you speak the Chrome DevTools Protocol in order to debug JavaScript with a Python script.

## Installation

```pip install micro-chrome-devtools-protocol```

## Examples

Please see the [`examples/`](examples/) directory.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/aib/ucdp",
    "name": "micro-chrome-devtools-protocol",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "chrome,chromium,devtools,protocol,node,nodejs,electron,debugging,debugger",
    "author": "Orhan \"aib\" Kavrakoglu",
    "author_email": "aibok42@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/75/96b8bc3cef9e7e157ab6ab73ae1bbc93ef46da7bca0c424efbd2b1b8b240/micro-chrome-devtools-protocol-0.2.1.tar.gz",
    "platform": null,
    "description": "# ucdp or Micro Chrome DevTools Protocol\n\nA lightweight library that helps you speak the Chrome DevTools Protocol in order to debug JavaScript with a Python script.\n\n## Installation\n\n```pip install micro-chrome-devtools-protocol```\n\n## Examples\n\nPlease see the [`examples/`](examples/) directory.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight library for speaking the Chrome DevTools Protocol in order to debug JavaScript",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/aib/ucdp"
    },
    "split_keywords": [
        "chrome",
        "chromium",
        "devtools",
        "protocol",
        "node",
        "nodejs",
        "electron",
        "debugging",
        "debugger"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ee680807c1d931db548c7834c4d4324fd236d6f40a90ab86908b86312348fbf1",
                "md5": "d7aa3481c1404817012beebfb431c6a5",
                "sha256": "466b736fc4a27e7454838d925ae1f93931e05983ffef037cdf0554647f1b420c"
            },
            "downloads": -1,
            "filename": "micro_chrome_devtools_protocol-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d7aa3481c1404817012beebfb431c6a5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4545,
            "upload_time": "2023-07-24T08:53:37",
            "upload_time_iso_8601": "2023-07-24T08:53:37.716953Z",
            "url": "https://files.pythonhosted.org/packages/ee/68/0807c1d931db548c7834c4d4324fd236d6f40a90ab86908b86312348fbf1/micro_chrome_devtools_protocol-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f17596b8bc3cef9e7e157ab6ab73ae1bbc93ef46da7bca0c424efbd2b1b8b240",
                "md5": "9f6c796e1b9acfa0ec1c5047d8ef36d9",
                "sha256": "d8c1bbded07701da4738e28c0075db16571c26827e25cd6ec64922f4c5e1b4f5"
            },
            "downloads": -1,
            "filename": "micro-chrome-devtools-protocol-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "9f6c796e1b9acfa0ec1c5047d8ef36d9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3680,
            "upload_time": "2023-07-24T08:53:39",
            "upload_time_iso_8601": "2023-07-24T08:53:39.123657Z",
            "url": "https://files.pythonhosted.org/packages/f1/75/96b8bc3cef9e7e157ab6ab73ae1bbc93ef46da7bca0c424efbd2b1b8b240/micro-chrome-devtools-protocol-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-24 08:53:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "aib",
    "github_project": "ucdp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "micro-chrome-devtools-protocol"
}
        
Elapsed time: 0.09536s