pyGATs


NamepyGATs JSON
Version 0.0.9 PyPI version JSON
download
home_page
SummaryAutomate end-to-end and exploratory testing
upload_time2024-01-22 12:48:54
maintainer
docs_urlNone
authorvsysoev
requires_python>=3.7
licenseMIT License Copyright (c) 2022 IntegraSDL Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords gui testing automatic
VCS
bugtrack_url
requirements numpy Pillow pyautogui pyperclip pytesseract pytest python_Levenshtein opencv-python mss qat
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyGATs

[![Pylint](https://github.com/IntegraSDL/pygats/actions/workflows/pylint.yml/badge.svg)](https://github.com/IntegraSDL/pygats/actions/workflows/pylint.yml)
[![Python package](https://github.com/IntegraSDL/pygats/actions/workflows/python-package.yml/badge.svg)](https://github.com/IntegraSDL/pygats/actions/workflows/python-package.yml)
[![Upload Python Package](https://github.com/IntegraSDL/pygats/actions/workflows/python-publish.yml/badge.svg)](https://github.com/IntegraSDL/pygats/actions/workflows/python-publish.yml)

**This library is in development process. API is not stabilized yet. It will
be completely changed soon.**


This is python3 library which combines power of pyautogui, opencv, tesseract, 
markdown and other staff to automate end-to-end and exploratory testing.

This library might be used to automate testing process with Xvbf and docker.

pyGATs depends on pyautogui, pytesseract, opencv and others. Please see section
dependencies in pyproject.toml file.


## How to test

```
python3 -m pytest
```

## Linter

```
pylint $(git ls-files '*.py')
```
## Build documentation

```
cd docs
make html
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pyGATs",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "gui,testing,automatic",
    "author": "vsysoev",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/31/96/0e8cf8c0ca357064b98d468c46c4a40d342436f1a6515909dbce00b90865/pyGATs-0.0.9.tar.gz",
    "platform": null,
    "description": "# pyGATs\n\n[![Pylint](https://github.com/IntegraSDL/pygats/actions/workflows/pylint.yml/badge.svg)](https://github.com/IntegraSDL/pygats/actions/workflows/pylint.yml)\n[![Python package](https://github.com/IntegraSDL/pygats/actions/workflows/python-package.yml/badge.svg)](https://github.com/IntegraSDL/pygats/actions/workflows/python-package.yml)\n[![Upload Python Package](https://github.com/IntegraSDL/pygats/actions/workflows/python-publish.yml/badge.svg)](https://github.com/IntegraSDL/pygats/actions/workflows/python-publish.yml)\n\n**This library is in development process. API is not stabilized yet. It will\nbe completely changed soon.**\n\n\nThis is python3 library which combines power of pyautogui, opencv, tesseract, \nmarkdown and other staff to automate end-to-end and exploratory testing.\n\nThis library might be used to automate testing process with Xvbf and docker.\n\npyGATs depends on pyautogui, pytesseract, opencv and others. Please see section\ndependencies in pyproject.toml file.\n\n\n## How to test\n\n```\npython3 -m pytest\n```\n\n## Linter\n\n```\npylint $(git ls-files '*.py')\n```\n## Build documentation\n\n```\ncd docs\nmake html\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 IntegraSDL  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Automate end-to-end and exploratory testing",
    "version": "0.0.9",
    "project_urls": {
        "repository": "https://github.com/IntegraSDL/pymagic-autogui.git"
    },
    "split_keywords": [
        "gui",
        "testing",
        "automatic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2956600d247127130b39616537e6a2ef0b58280205ac2b521f12bb133a4d629e",
                "md5": "4655f11059cd06c3ccea93ed2a21f44a",
                "sha256": "2af904f6be723ebfbebca920202da0a8b34670c30936e567bcd2982435ac343b"
            },
            "downloads": -1,
            "filename": "pyGATs-0.0.9-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4655f11059cd06c3ccea93ed2a21f44a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 16236,
            "upload_time": "2024-01-22T12:48:53",
            "upload_time_iso_8601": "2024-01-22T12:48:53.265590Z",
            "url": "https://files.pythonhosted.org/packages/29/56/600d247127130b39616537e6a2ef0b58280205ac2b521f12bb133a4d629e/pyGATs-0.0.9-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "31960e8cf8c0ca357064b98d468c46c4a40d342436f1a6515909dbce00b90865",
                "md5": "ec75f5064df004c5a5f8bd01a69523a6",
                "sha256": "1f2f16062cf795a2440355ac33b290ceef7945a1b0bfb2a74046d860f82f68dd"
            },
            "downloads": -1,
            "filename": "pyGATs-0.0.9.tar.gz",
            "has_sig": false,
            "md5_digest": "ec75f5064df004c5a5f8bd01a69523a6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 14393,
            "upload_time": "2024-01-22T12:48:54",
            "upload_time_iso_8601": "2024-01-22T12:48:54.838729Z",
            "url": "https://files.pythonhosted.org/packages/31/96/0e8cf8c0ca357064b98d468c46c4a40d342436f1a6515909dbce00b90865/pyGATs-0.0.9.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-22 12:48:54",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "IntegraSDL",
    "github_project": "pymagic-autogui",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.21.6"
                ]
            ]
        },
        {
            "name": "Pillow",
            "specs": [
                [
                    "==",
                    "10.0.1"
                ]
            ]
        },
        {
            "name": "pyautogui",
            "specs": [
                [
                    "==",
                    "0.9.53"
                ]
            ]
        },
        {
            "name": "pyperclip",
            "specs": [
                [
                    "==",
                    "1.8.2"
                ]
            ]
        },
        {
            "name": "pytesseract",
            "specs": [
                [
                    "==",
                    "0.3.10"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "7.2.2"
                ]
            ]
        },
        {
            "name": "python_Levenshtein",
            "specs": [
                [
                    "==",
                    "0.20.9"
                ]
            ]
        },
        {
            "name": "opencv-python",
            "specs": [
                [
                    "==",
                    "4.7.0.72"
                ]
            ]
        },
        {
            "name": "mss",
            "specs": [
                [
                    "==",
                    "9.0.1"
                ]
            ]
        },
        {
            "name": "qat",
            "specs": [
                [
                    "==",
                    "0.4.2"
                ]
            ]
        }
    ],
    "lcname": "pygats"
}
        
Elapsed time: 0.19228s