pyautobot


Namepyautobot JSON
Version 1.0.5 PyPI version JSON
download
home_pagehttps://github.com/blacktear23/pyautobot
Summarypyautobot is a Python library provide functions that do robotic process automation jobs.
upload_time2024-12-16 03:20:20
maintainerNone
docs_urlNone
authorblacktear23
requires_pythonNone
licenseBSD
keywords automation rpa
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pyautobot is a Python library provide functions that do robotic process automation jobs.

It combines below librarys to archive the target:

* PyAutoGUI and pyperclip: control clipboard, mouse and keyboard operations.
* Selenium: control Chrome browser.
* OpenCV-Python: provide graphic based operation.
* EasyOCR: provide OCR functions.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/blacktear23/pyautobot",
    "name": "pyautobot",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "automation rpa",
    "author": "blacktear23",
    "author_email": "blacktear23@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/81/73/2199e5cb88ec5219a80bf252ebe8652bd6e308f9f7b56558e4fe0f263fd5/pyautobot-1.0.5.tar.gz",
    "platform": null,
    "description": "pyautobot is a Python library provide functions that do robotic process automation jobs.\n\nIt combines below librarys to archive the target:\n\n* PyAutoGUI and pyperclip: control clipboard, mouse and keyboard operations.\n* Selenium: control Chrome browser.\n* OpenCV-Python: provide graphic based operation.\n* EasyOCR: provide OCR functions.\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "pyautobot is a Python library provide functions that do robotic process automation jobs.",
    "version": "1.0.5",
    "project_urls": {
        "Homepage": "https://github.com/blacktear23/pyautobot"
    },
    "split_keywords": [
        "automation",
        "rpa"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81732199e5cb88ec5219a80bf252ebe8652bd6e308f9f7b56558e4fe0f263fd5",
                "md5": "8611a0eaf5d6871d1b7aa9a4223fad7c",
                "sha256": "43db166f340b0e4a3469e286bc029757ce4a454107b77989107d16e5953084ce"
            },
            "downloads": -1,
            "filename": "pyautobot-1.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8611a0eaf5d6871d1b7aa9a4223fad7c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12487,
            "upload_time": "2024-12-16T03:20:20",
            "upload_time_iso_8601": "2024-12-16T03:20:20.906635Z",
            "url": "https://files.pythonhosted.org/packages/81/73/2199e5cb88ec5219a80bf252ebe8652bd6e308f9f7b56558e4fe0f263fd5/pyautobot-1.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-16 03:20:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "blacktear23",
    "github_project": "pyautobot",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyautobot"
}
        
Elapsed time: 0.42402s