brui-core


Namebrui-core JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/AutoByteus/brui_core.git
SummaryCore browser UI automation framework
upload_time2025-01-25 06:05:09
maintainerNone
docs_urlNone
authorRyan Zheng
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements pyperclip Pillow playwright
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
    A flexible and robust browser UI automation framework that provides:
    - Browser management and launching
    - Configuration handling
    - Clipboard management
    - Base UI integration capabilities
    
    To install with testing dependencies:
    pip install brui_core[test]
    

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/AutoByteus/brui_core.git",
    "name": "brui-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Ryan Zheng",
    "author_email": "ryan.zheng.work@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/b2/e9241ed7551096a7ab179583aaccf786fe4e3abe1560309558a5b546644b/brui_core-1.0.2.tar.gz",
    "platform": null,
    "description": "\n    A flexible and robust browser UI automation framework that provides:\n    - Browser management and launching\n    - Configuration handling\n    - Clipboard management\n    - Base UI integration capabilities\n    \n    To install with testing dependencies:\n    pip install brui_core[test]\n    \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Core browser UI automation framework",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/AutoByteus/brui_core.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "12bcaef81de0cd040cca726f0c505d54d26bff54699b169fb24c4c56b628dee5",
                "md5": "232b6a19c4013659fd2edbaba55cdf53",
                "sha256": "c6de83fb6d847d9c4cb1b477f8dc640716ec91bc0eb93ff1d595349df66152c9"
            },
            "downloads": -1,
            "filename": "brui_core-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "232b6a19c4013659fd2edbaba55cdf53",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11856,
            "upload_time": "2025-01-25T06:05:07",
            "upload_time_iso_8601": "2025-01-25T06:05:07.603279Z",
            "url": "https://files.pythonhosted.org/packages/12/bc/aef81de0cd040cca726f0c505d54d26bff54699b169fb24c4c56b628dee5/brui_core-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5bb2e9241ed7551096a7ab179583aaccf786fe4e3abe1560309558a5b546644b",
                "md5": "ed90f1c6910b1a8a5b29c50a99d3df88",
                "sha256": "1be7d668896536da14d7c6b4bc2d32a59c912d28485d0792d27b4313e8195e6d"
            },
            "downloads": -1,
            "filename": "brui_core-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "ed90f1c6910b1a8a5b29c50a99d3df88",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 10912,
            "upload_time": "2025-01-25T06:05:09",
            "upload_time_iso_8601": "2025-01-25T06:05:09.407399Z",
            "url": "https://files.pythonhosted.org/packages/5b/b2/e9241ed7551096a7ab179583aaccf786fe4e3abe1560309558a5b546644b/brui_core-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-25 06:05:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "AutoByteus",
    "github_project": "brui_core",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "pyperclip",
            "specs": []
        },
        {
            "name": "Pillow",
            "specs": []
        },
        {
            "name": "playwright",
            "specs": [
                [
                    "==",
                    "1.42.0"
                ]
            ]
        }
    ],
    "lcname": "brui-core"
}
        
Elapsed time: 0.42363s