pyautobot


Namepyautobot JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/blacktear23/pyautobot
Summarypyautobot is a Python library provide functions that do robotic process automation jobs.
upload_time2023-12-14 12:34:52
maintainer
docs_urlNone
authorblacktear23
requires_python
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "automation rpa",
    "author": "blacktear23",
    "author_email": "blacktear23@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/22/2b/c321e3930ac15bf9301b248e355ecba91a2eec43b8c257517f2ffecc73b1/pyautobot-1.0.4.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.4",
    "project_urls": {
        "Homepage": "https://github.com/blacktear23/pyautobot"
    },
    "split_keywords": [
        "automation",
        "rpa"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "222bc321e3930ac15bf9301b248e355ecba91a2eec43b8c257517f2ffecc73b1",
                "md5": "6be3b5ead1d26fa93595659bc9ecdfc6",
                "sha256": "8185d73800cd46b4b793971e4bf93e68ad12806464774a15bfa573b2c0117117"
            },
            "downloads": -1,
            "filename": "pyautobot-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6be3b5ead1d26fa93595659bc9ecdfc6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 12502,
            "upload_time": "2023-12-14T12:34:52",
            "upload_time_iso_8601": "2023-12-14T12:34:52.447479Z",
            "url": "https://files.pythonhosted.org/packages/22/2b/c321e3930ac15bf9301b248e355ecba91a2eec43b8c257517f2ffecc73b1/pyautobot-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 12:34:52",
    "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.30863s