alttester-robotframework-library


Namealttester-robotframework-library JSON
Version 2.1.0 PyPI version JSON
download
home_pagehttps://alttester.com/docs/sdk/latest/
SummaryRobot Framework Library for the AltTesterĀ® framework. AltTesterĀ® is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them.
upload_time2024-04-15 10:33:35
maintainerNone
docs_urlNone
authorAltom Consulting
requires_python>=3.4.0
licenseGNU GPLv3
keywords robot framework testing test automation alttester
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # AltTesterLibrary for Robot Framework


## Installation

AltTesterLibrary can be installed using `pip` - http://pip-installer.org:

    `pip install alttester-robotframework-library`

You can also install it from the source distribution by running:

    `python setup.py install`


## Usage

Import the library:

    *** Settings ***
    Library          AltTesterLibrary

            

Raw data

            {
    "_id": null,
    "home_page": "https://alttester.com/docs/sdk/latest/",
    "name": "alttester-robotframework-library",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.4.0",
    "maintainer_email": null,
    "keywords": "robot framework testing test automation alttester",
    "author": "Altom Consulting",
    "author_email": "contact@alttester.com",
    "download_url": "https://files.pythonhosted.org/packages/f1/03/ef147641658b4b5371acb67ad64f63d2bf226831edd21eaf00b862991389/alttester_robotframework_library-2.1.0.tar.gz",
    "platform": null,
    "description": "# AltTesterLibrary for Robot Framework\n\n\n## Installation\n\nAltTesterLibrary can be installed using `pip` - http://pip-installer.org:\n\n    `pip install alttester-robotframework-library`\n\nYou can also install it from the source distribution by running:\n\n    `python setup.py install`\n\n\n## Usage\n\nImport the library:\n\n    *** Settings ***\n    Library          AltTesterLibrary\n",
    "bugtrack_url": null,
    "license": "GNU GPLv3",
    "summary": "Robot Framework Library for the AltTester\u00ae framework. AltTester\u00ae is an open-source UI driven test automation tool that helps you find objects in your game and interacts with them.",
    "version": "2.1.0",
    "project_urls": {
        "Documentation": "https://alttester.com/docs/sdk/latest",
        "Homepage": "https://alttester.com/docs/sdk/latest/",
        "Issues": "https://github.com/alttester/AltTester-Unity-SDK/issues",
        "Source": "https://github.com/alttester/AltTester-Unity-SDK"
    },
    "split_keywords": [
        "robot",
        "framework",
        "testing",
        "test",
        "automation",
        "alttester"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "504b060c895b665a7ec87cae1e93b8e9ca1a3d8cfece573626997634c5087768",
                "md5": "077ad6929cdfea5b64bfacff9510e64b",
                "sha256": "bd82eecfbb0e9bae56c25f70aa722bc8d77e3ced5d84ca6890bfb7c8847140f9"
            },
            "downloads": -1,
            "filename": "alttester_robotframework_library-2.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "077ad6929cdfea5b64bfacff9510e64b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.4.0",
            "size": 11851,
            "upload_time": "2024-04-15T10:33:34",
            "upload_time_iso_8601": "2024-04-15T10:33:34.252321Z",
            "url": "https://files.pythonhosted.org/packages/50/4b/060c895b665a7ec87cae1e93b8e9ca1a3d8cfece573626997634c5087768/alttester_robotframework_library-2.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f103ef147641658b4b5371acb67ad64f63d2bf226831edd21eaf00b862991389",
                "md5": "133492aed0b38f59593692e6055b7032",
                "sha256": "219a06ab2ab81c5143a518c44f4f8d44789ab6ebb6f56dc91f6b575735202bbc"
            },
            "downloads": -1,
            "filename": "alttester_robotframework_library-2.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "133492aed0b38f59593692e6055b7032",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.4.0",
            "size": 12049,
            "upload_time": "2024-04-15T10:33:35",
            "upload_time_iso_8601": "2024-04-15T10:33:35.876869Z",
            "url": "https://files.pythonhosted.org/packages/f1/03/ef147641658b4b5371acb67ad64f63d2bf226831edd21eaf00b862991389/alttester_robotframework_library-2.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-15 10:33:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "alttester",
    "github_project": "AltTester-Unity-SDK",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "alttester-robotframework-library"
}
        
Elapsed time: 0.22922s