{"id":15144400,"url":"https://github.com/robotframework-terminal/plaintextterminal","last_synced_at":"2026-03-04T13:02:48.175Z","repository":{"id":247701086,"uuid":"826604886","full_name":"robotframework-terminal/PlainTextTerminal","owner":"robotframework-terminal","description":"Robot Framework Suite for Plain Text Terminal testing","archived":false,"fork":false,"pushed_at":"2024-07-12T15:39:56.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-26T07:43:31.024Z","etag":null,"topics":["plaintext-terminal","python","robotframework","robotframework-library"],"latest_commit_sha":null,"homepage":"","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/robotframework-terminal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-10T03:16:56.000Z","updated_at":"2024-08-22T21:31:11.000Z","dependencies_parsed_at":"2024-07-10T06:10:24.020Z","dependency_job_id":"e391c6d7-4bfc-4f25-835c-9e2087e36bae","html_url":"https://github.com/robotframework-terminal/PlainTextTerminal","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"940e9d1026324ce1814b270080cd2fa57fff4743"},"previous_names":["robotframework-terminal/plaintextterminal"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-terminal%2FPlainTextTerminal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-terminal%2FPlainTextTerminal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-terminal%2FPlainTextTerminal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robotframework-terminal%2FPlainTextTerminal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robotframework-terminal","download_url":"https://codeload.github.com/robotframework-terminal/PlainTextTerminal/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240814837,"owners_count":19861955,"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":["plaintext-terminal","python","robotframework","robotframework-library"],"created_at":"2024-09-26T10:41:08.841Z","updated_at":"2026-03-04T13:02:48.129Z","avatar_url":"https://github.com/robotframework-terminal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\nThe Plain Text Terminal works cross Telnet and SSH, without modification the Robot code\n\n## How to install\n* $ python3 -m pip install -e git+https://github.com/robotframework-terminal/PlainTextTerminal.git@v1.0.0#egg=PlainTextTerminal\n\n## How to use it under a virtual environment\n#### Active the virtual enviroment\n* $ python3 -m venv .venv\n* $ source .venv/bin/activate\n* $ python3 -m pip install --upgrade -r requirements.txt\n\n#### Deactive the virtual enviroment\n* $ deactivate\n\n## Example\n#### With library import default configuration\n```\n*** Settings ***\n\nLibrary             PlainTextTerminal\n...                     connection=\u003cTelnet or SSH\u003e+IPv4\n...                     prompt=REGEXP:[$#]\n\nSuite Teardown      Close All Connections\n\n\n*** Test Cases ***\nHow to say Hi!\n    [Documentation]    Let say Hi!\n\n    Login\n    ...    username=USERNAME\n    ...    password=PASSWORD\n\n    Write Bare\n    ...    text=echo \"Hi!\"\u003cENTER\u003e\n\n    Read Until Prompt\n\n    [Teardown]    Close Connection\n```\n\n#### With empty library import configuration\n```\n*** Settings ***\n\nLibrary             PlainTextTerminal\n\nSuite Teardown      Close All Connections\n\n\n*** Test Cases ***\nHow to say Hi!\n    [Documentation]    Let say Hi!\n\n    [Setup]    Open Connection\n    ...            connection=\u003cTelnet or SSH\u003e+IPv4\n    ...            prompt=REGEXP:[$#]\n\n    Login\n    ...    username=USERNAME\n    ...    password=PASSWORD\n\n    Write Bare\n    ...    text=echo \"Hi!\"\u003cENTER\u003e\n\n    Read Until Prompt\n\n    [Teardown]    Close Connection\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotframework-terminal%2Fplaintextterminal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobotframework-terminal%2Fplaintextterminal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobotframework-terminal%2Fplaintextterminal/lists"}