{"id":15018761,"url":"https://github.com/wywincl/ldtplibrary","last_synced_at":"2025-10-23T22:30:40.712Z","repository":{"id":57462371,"uuid":"48541829","full_name":"wywincl/LDTPLibrary","owner":"wywincl","description":"Linux Desktop Test Project (LDTP) Library for Robot Framework.","archived":false,"fork":false,"pushed_at":"2017-08-03T08:31:07.000Z","size":763,"stargazers_count":12,"open_issues_count":4,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-09T23:41:12.651Z","etag":null,"topics":["gui","ldtp","robotframework"],"latest_commit_sha":null,"homepage":"https://wywincl.github.io/LDTPLibrary","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wywincl.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-24T12:28:02.000Z","updated_at":"2024-09-20T13:25:48.000Z","dependencies_parsed_at":"2022-09-12T13:40:34.245Z","dependency_job_id":null,"html_url":"https://github.com/wywincl/LDTPLibrary","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wywincl%2FLDTPLibrary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wywincl%2FLDTPLibrary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wywincl%2FLDTPLibrary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wywincl%2FLDTPLibrary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wywincl","download_url":"https://codeload.github.com/wywincl/LDTPLibrary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867717,"owners_count":16555814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gui","ldtp","robotframework"],"created_at":"2024-09-24T19:52:25.345Z","updated_at":"2025-10-23T22:30:40.341Z","avatar_url":"https://github.com/wywincl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"ldtp library for Robot Framework\n==================================================\n\n.. image:: https://api.travis-ci.org/wywincl/LDTPLibrary.svg\n    :target: https://travis-ci.org/wywincl/LDTPLibrary\n\n.. image:: https://coveralls.io/repos/github/wywincl/LDTPLibrary/badge.svg?branch=master\n    :target: https://coveralls.io/github/wywincl/LDTPLibrary?branch=master\n\n.. image:: https://img.shields.io/pypi/v/robotframework-ldtplibrary.svg\n    :target: https://pypi.python.org/pypi/robotframework-ldtplibrary\n\n.. image:: https://img.shields.io/pypi/dm/robotframework-ldtplibrary.svg\n    :target: https://pypi.python.org/pypi/robotframework-ldtplibrary\n\n.. image:: https://img.shields.io/pypi/l/robotframework-ldtplibrary.svg\n    :target: http://www.apache.org/licenses/LICENSE-2.0\n\n\nIntroduction\n------------\n\nLDTPLibrary is a linux desktop GUI application testing library for `Robot Framework`_\nthat leverages the `ldtp`_ libraries from the\nLDTP project.\n\n- More information about this library can be found on the `Wiki`_ and in the `Keyword Documentation`_.\n- Installation information is found in the `INSTALL.rst`_ file.\n- Developer information is found in `BUILD.rst`_ file.\n\n\nInstallation\n------------\n\nUsing ``pip``\n'''''''''''''\n\nThe recommended installation method is using\n`pip \u003chttp://pip-installer.org\u003e`_::\n\n    pip install robotframework-ldtplibrary\n\nThe main benefit of using ``pip`` is that it automatically installs all\ndependencies needed by the library. Other nice features are easy upgrading\nand support for un-installation::\n\n    pip install --upgrade robotframework-ldtplibrary\n    pip uninstall robotframework-ldtplibrary\n\nNotice that using ``--upgrade`` above updates both the library and all\nits dependencies to the latest version. If you want, you can also install\na specific version or upgrade only the ldtp tool used by the library::\n\n    pip install robotframework-ldtplibrary==10.1.0\n    pip install --upgrade ldtp\n    pip install ldtp==3.6.0\n\nProxy configuration\n'''''''''''''''''''\n\nIf you are behind a proxy, you can use ``--proxy`` command line option\nor set ``http_proxy`` and/or ``https_proxy`` environment variables to\nconfigure ``pip`` to use it. If you are behind an authenticating NTLM proxy,\nyou may want to consider installing `CNTML \u003chttp://cntlm.sourceforge.net\u003e`__\nto handle communicating with it.\n\nFor more information about ``--proxy`` option and using pip with proxies\nin general see:\n\n- http://pip-installer.org/en/latest/usage.html\n- http://stackoverflow.com/questions/9698557/how-to-use-pip-on-windows-behind-an-authenticating-proxy\n- http://stackoverflow.com/questions/14149422/using-pip-behind-a-proxy\n\nManual installation\n'''''''''''''''''''\n\nIf you do not have network connection or cannot make proxy to work, you need\nto resort to manual installation. This requires installing both the library\nand its dependencies yourself.\n\n1) Make sure you have `Robot Framework installed\n   \u003chttp://code.google.com/p/robotframework/wiki/Installation\u003e`__.\n\n2) Download source distributions (``*.tar.gz``) for the library and its\n   dependencies:\n\n   - https://pypi.python.org/pypi/robotframework-ldtplibrary\n   - https://pypi.python.org/pypi/ldtp\n   - https://pypi.python.org/pypi/decorator\n\n3) Extract each source distribution to a temporary location.\n\n4) Go each created directory from the command line and install each project\n   using::\n\n       python setup.py install\n\nIf you are on Windows, and there are Windows installers available for\ncertain projects, you can use them instead of source distributions.\nJust download 32bit or 64bit installer depending on your system,\ndouble-click it, and follow the instructions.\n\nDirectory Layout\n----------------\n\ndemo/\n    A simple demonstration\n\ndoc/\n    Keyword documentation\n\nsrc/\n    Python source code\n\ntest/\n    Unit test and acceptance test for LDTPLibrary\n\n\nUsage\n-----\n\nTo write tests with Robot Framework and LDTPLibrary,\nLDTPLibrary must be imported into your Robot test suite.\nSee `Robot Framework User Guide`_ for more information.\n\n\n.. _Robot Framework: http://robotframework.org\n.. _ldtp: http://ldtp.freedesktop.org/wiki/\n.. _Wiki: https://github.com/wywincl/LDTPLibrary/wiki\n.. _Keyword Documentation: http://robotframework.org/LDTPLibrary/doc/LDTPLibrary.html\n.. _INSTALL.rst: https://github.com/wywincl/LDTPLibrary/blob/master/INSTALL.rst\n.. _BUILD.rst: https://github.com/wywincl/LDTPLibrary/blob/master/BUILD.rst\n.. _Robot Framework User Guide: http://code.google.com/p/robotframework/wiki/UserGuide\n.. _user group for Robot Framework: http://groups.google.com/group/robotframework-users\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwywincl%2Fldtplibrary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwywincl%2Fldtplibrary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwywincl%2Fldtplibrary/lists"}