ntscli-client


Namentscli-client JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://docs.nrd.netflix.com/docs/nrdp/cert/ntscli/
SummaryNTS-CLI - The Netflix Test Studio Command Line Interface (NTS-CLI) offers an alternative method for testing your Netflix application.
upload_time2025-08-28 20:38:42
maintainerNone
docs_urlNone
authoreco-eai@netflix.com
requires_python>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NTS-CLI - The Netflix Test Studio Command Line Interface (NTS-CLI) offers an alternative method for testing your Netflix application.

## Install

```shell script
pip3 install ntscli-client
```

Internal users can leverage the following command to pull latest internal RC builds using internal package extras

```shell script
pickley install -f 'ntscli-client[internal]>0a0'
```

## Run

All NTS-CLI commands have --help options to document their usage

```shell script
nts --help
```

# Local Development

To see changes reflected in files outside of /src/cli.py re-run the following script

```shell script
pip3 install .
```

To execute the local instance of the NTS-CLI invoke the cli.py script

```shell script
python3 src/cli.py
```

# CI/CD

[Living Lucid document of NTS-CLI CI/CD](https://lucid.app/lucidchart/7f08dc8e-571d-4409-8bb9-036ad1c6c876/edit?viewport_loc=-802%2C-532%2C3741%2C2030%2C0_0&invitationId=inv_82b9b5de-6b77-4fd3-9897-2ed4b45e1013)

            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.nrd.netflix.com/docs/nrdp/cert/ntscli/",
    "name": "ntscli-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "eco-eai@netflix.com",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# NTS-CLI - The Netflix Test Studio Command Line Interface (NTS-CLI) offers an alternative method for testing your Netflix application.\n\n## Install\n\n```shell script\npip3 install ntscli-client\n```\n\nInternal users can leverage the following command to pull latest internal RC builds using internal package extras\n\n```shell script\npickley install -f 'ntscli-client[internal]>0a0'\n```\n\n## Run\n\nAll NTS-CLI commands have --help options to document their usage\n\n```shell script\nnts --help\n```\n\n# Local Development\n\nTo see changes reflected in files outside of /src/cli.py re-run the following script\n\n```shell script\npip3 install .\n```\n\nTo execute the local instance of the NTS-CLI invoke the cli.py script\n\n```shell script\npython3 src/cli.py\n```\n\n# CI/CD\n\n[Living Lucid document of NTS-CLI CI/CD](https://lucid.app/lucidchart/7f08dc8e-571d-4409-8bb9-036ad1c6c876/edit?viewport_loc=-802%2C-532%2C3741%2C2030%2C0_0&invitationId=inv_82b9b5de-6b77-4fd3-9897-2ed4b45e1013)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "NTS-CLI - The Netflix Test Studio Command Line Interface (NTS-CLI) offers an alternative method for testing your Netflix application.",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://docs.nrd.netflix.com/docs/nrdp/cert/ntscli/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8dfdd81abf85d30c0fe1e0f8145155112232aa0602de244c04c588ea1747d13",
                "md5": "496142f342a531dce9701edd8028c741",
                "sha256": "d0d37958c036ea67fda991e3b5e3bcbb1b2f6bdbefa1cb4c3fd3acef9f56bf8d"
            },
            "downloads": -1,
            "filename": "ntscli_client-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "496142f342a531dce9701edd8028c741",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 17235,
            "upload_time": "2025-08-28T20:38:42",
            "upload_time_iso_8601": "2025-08-28T20:38:42.270490Z",
            "url": "https://files.pythonhosted.org/packages/f8/df/dd81abf85d30c0fe1e0f8145155112232aa0602de244c04c588ea1747d13/ntscli_client-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 20:38:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "ntscli-client"
}
        
Elapsed time: 1.92548s