{"id":23822453,"url":"https://github.com/petermcd/tpc-plugin-tutorial","last_synced_at":"2025-09-08T12:46:02.005Z","repository":{"id":264520629,"uuid":"851686348","full_name":"petermcd/tpc-plugin-tutorial","owner":"petermcd","description":"Application to demonstrate how to create a TPC plugin for CyberArk.","archived":false,"fork":false,"pushed_at":"2025-04-07T00:58:17.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T13:55:40.022Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/petermcd.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-03T14:41:41.000Z","updated_at":"2025-04-07T00:58:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"95a6de41-0ed4-46a2-9a27-e1810aaf41ff","html_url":"https://github.com/petermcd/tpc-plugin-tutorial","commit_stats":null,"previous_names":["petermcd/tpc-plugin-tutorial"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/petermcd/tpc-plugin-tutorial","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Ftpc-plugin-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Ftpc-plugin-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Ftpc-plugin-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Ftpc-plugin-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/petermcd","download_url":"https://codeload.github.com/petermcd/tpc-plugin-tutorial/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/petermcd%2Ftpc-plugin-tutorial/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274188207,"owners_count":25237847,"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","status":"online","status_checked_at":"2025-09-08T02:00:09.813Z","response_time":121,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-02T09:19:23.733Z","updated_at":"2025-09-08T12:46:01.997Z","avatar_url":"https://github.com/petermcd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TPC Plugin Tutorial\n\nThis repository is to accompany this [medium article](https://articles.petermcdonald.co.uk/how-to-write-a-custom-cyberark-tpc-plugin-using-python-a241a24c9cfb)\n\nThe aim of the article is to show how a plugin that utilizing the custom Terminal Plugin Controller (TPC)\nplatform for the CyberArk application.\n\nThis repository is not intended to be a complete application, but rather demonstrate how to one can be created\nand is intended to be built upon.\n\n## Installation\n\nThis plugin can be installed using PIP using the following steps:\n\nOn Windows (please read part two of the series to see how to install this for use with PSM)\n```\n# Create a virtual environment\npython3.11 -m venv .venv\n. .venv/Scripta/Activate.exe\n\n# Update pip\n.python.exe -m pip install pip\n\n# Install the package\npip install git+https://github.com/petermcd/tpc-plugin-tutorial.git\n```\n\nOn Linux/Mac (for development)\n```\n# Create a virtual environment\npython3.11 -m venv .venv\n. .venv/bin/activate\n\n# Update pip\n.python.exe -m pip install pip\n\n# Install the package\npip install git+https://github.com/petermcd/tpc-plugin-tutorial.git[test]\n```\n\n## TODO\n\n* Update code so that type: ignore statements can be removed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermcd%2Ftpc-plugin-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpetermcd%2Ftpc-plugin-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpetermcd%2Ftpc-plugin-tutorial/lists"}