cyberark-tpc-plugin-validator


Namecyberark-tpc-plugin-validator JSON
Version 0.9.0 PyPI version JSON
download
home_pageNone
SummaryA tool to help validate a custom TPC plugin.
upload_time2025-11-02 12:41:33
maintainerNone
docs_urlNone
authorNone
requires_python>=3.11
licenseMIT License Copyright (c) 2025 (Peter McDonald) 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 cyberark validate tpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # CyberArk TPC Plugin Validator

CyberArk TPC Plugin Validator is a tool designed to validate third party CyberArk TPC plugins.
It ensures that the plugins meet the required standards helping to ensure that they will work within the CyberArk
ecosystem.

## Installation

To install the CyberArk TPC Plugin Validator, you can use pip:

```bash
pip install cyberark-tpc-plugin-validator
```

## Usage

The tool can be run from the command line. It takes the path to the process and prompts files as an argument.

```bash
tpc-validator \path\to\plugin\directory\process.ini \path\to\plugin\directory\prompts.ini
```

Alternatively you can run it using Python directly:

```python
from tpc_plugin_validator.validator import Validator
validator = Validator.with_file(r'\path\to\plugin\directory\process.ini', r'\path\to\plugin\directory\prompts.ini', {})
validator.validate()
print(validator.get_violations())
```


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cyberark-tpc-plugin-validator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "cyberark, validate, tpc",
    "author": null,
    "author_email": "Peter McDonald <git@petermcdonald.co.uk>",
    "download_url": "https://files.pythonhosted.org/packages/40/63/ffa4374583abf404419fba09261cf4aad0ea1366532bc3df7908699f78a5/cyberark_tpc_plugin_validator-0.9.0.tar.gz",
    "platform": null,
    "description": "# CyberArk TPC Plugin Validator\n\nCyberArk TPC Plugin Validator is a tool designed to validate third party CyberArk TPC plugins.\nIt ensures that the plugins meet the required standards helping to ensure that they will work within the CyberArk\necosystem.\n\n## Installation\n\nTo install the CyberArk TPC Plugin Validator, you can use pip:\n\n```bash\npip install cyberark-tpc-plugin-validator\n```\n\n## Usage\n\nThe tool can be run from the command line. It takes the path to the process and prompts files as an argument.\n\n```bash\ntpc-validator \\path\\to\\plugin\\directory\\process.ini \\path\\to\\plugin\\directory\\prompts.ini\n```\n\nAlternatively you can run it using Python directly:\n\n```python\nfrom tpc_plugin_validator.validator import Validator\nvalidator = Validator.with_file(r'\\path\\to\\plugin\\directory\\process.ini', r'\\path\\to\\plugin\\directory\\prompts.ini', {})\nvalidator.validate()\nprint(validator.get_violations())\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 (Peter McDonald)\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy\n        of this software and associated documentation files (the \"Software\"), to deal\n        in the Software without restriction, including without limitation the rights\n        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        copies of the Software, and to permit persons to whom the Software is\n        furnished to do so, subject to the following conditions:\n        \n        The above copyright notice and this permission notice shall be included in all\n        copies or substantial portions of the Software.\n        \n        THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        SOFTWARE.\n        ",
    "summary": "A tool to help validate a custom TPC plugin.",
    "version": "0.9.0",
    "project_urls": {
        "homepage": "https://github.com/petermcd/CyberArk-TPC-Plugin-Validator",
        "issues": "https://github.com/petermcd/CyberArk-TPC-Plugin-Validator/issues",
        "repository": "https://github.com/petermcd/CyberArk-TPC-Plugin-Validator.git"
    },
    "split_keywords": [
        "cyberark",
        " validate",
        " tpc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7aa16b6581572658570b711f09b70120247ec82b1ae04d4a8aa7a35f0cdf2222",
                "md5": "63807f985d1ce3ec134a8613f0a1984b",
                "sha256": "872e2cf7919470d798b5eb3c1b37002fba2a34afa18d07dde7ee9b77c161e827"
            },
            "downloads": -1,
            "filename": "cyberark_tpc_plugin_validator-0.9.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63807f985d1ce3ec134a8613f0a1984b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 24975,
            "upload_time": "2025-11-02T12:41:32",
            "upload_time_iso_8601": "2025-11-02T12:41:32.114806Z",
            "url": "https://files.pythonhosted.org/packages/7a/a1/6b6581572658570b711f09b70120247ec82b1ae04d4a8aa7a35f0cdf2222/cyberark_tpc_plugin_validator-0.9.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4063ffa4374583abf404419fba09261cf4aad0ea1366532bc3df7908699f78a5",
                "md5": "23c45ebad9e957b764b8dbf4ecdaded0",
                "sha256": "60a6ed332b6c0d427585a6e98f55422eb237e8aec8b80a25330c2c4aa4babfbb"
            },
            "downloads": -1,
            "filename": "cyberark_tpc_plugin_validator-0.9.0.tar.gz",
            "has_sig": false,
            "md5_digest": "23c45ebad9e957b764b8dbf4ecdaded0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 17736,
            "upload_time": "2025-11-02T12:41:33",
            "upload_time_iso_8601": "2025-11-02T12:41:33.528891Z",
            "url": "https://files.pythonhosted.org/packages/40/63/ffa4374583abf404419fba09261cf4aad0ea1366532bc3df7908699f78a5/cyberark_tpc_plugin_validator-0.9.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-11-02 12:41:33",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "petermcd",
    "github_project": "CyberArk-TPC-Plugin-Validator",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "cyberark-tpc-plugin-validator"
}
        
Elapsed time: 0.84266s