ttoa-cli


Namettoa-cli JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/TapTarget/TTO
SummaryCLI for TTOA
upload_time2024-06-24 14:19:13
maintainerNone
docs_urlNone
authorRick Lamers
requires_python>=3.8
licenseApache 2.0
keywords ttoa
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TapTarget Orchest API CLI

[Website](https://www.orchest.io) —
[Docs](https://docs.orchest.io/en/stable/)

---

Wrapper around the Orchest API to interact with
[Orchest](https://github.com/TapTarget/TTO) on your Kubernetes cluster. 

## Installation

```sh
pip install ttoa-cli

# set the correct env variables from the bash cmd line
export URL={{ URL }}
export USERNAME={{ USERNAME }}
export PASSWORD={{ PASSWORD }}

# run the --help command to get more info
ttoa --help
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TapTarget/TTO",
    "name": "ttoa-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "TTOA",
    "author": "Rick Lamers",
    "author_email": "rick@orchest.io",
    "download_url": "https://files.pythonhosted.org/packages/37/37/2794c023aa9ff3228c61da2c0e3bfe599e2081ee929441183145f96a3e7a/ttoa-cli-0.0.1.tar.gz",
    "platform": null,
    "description": "# TapTarget Orchest API CLI\r\n\r\n[Website](https://www.orchest.io) \u2014\r\n[Docs](https://docs.orchest.io/en/stable/)\r\n\r\n---\r\n\r\nWrapper around the Orchest API to interact with\r\n[Orchest](https://github.com/TapTarget/TTO) on your Kubernetes cluster. \r\n\r\n## Installation\r\n\r\n```sh\r\npip install ttoa-cli\r\n\r\n# set the correct env variables from the bash cmd line\r\nexport URL={{ URL }}\r\nexport USERNAME={{ USERNAME }}\r\nexport PASSWORD={{ PASSWORD }}\r\n\r\n# run the --help command to get more info\r\nttoa --help\r\n```\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "CLI for TTOA",
    "version": "0.0.1",
    "project_urls": {
        "Documentation": "https://docs.orchest.io/en/stable/",
        "Homepage": "https://github.com/TapTarget/TTO",
        "Source Code": "https://github.com/TapTarget/TTO/tree/master/orchest-cli"
    },
    "split_keywords": [
        "ttoa"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b0fed97f98bf8882dcac77e02a5e4f2c8354e36d335a7e072030f3074298ab71",
                "md5": "b124f53a7aad61370b40e54d8111f2b2",
                "sha256": "8395d25a1b67b84d43ff597057848588096c7c4b98ab05d27ac835cad14869c2"
            },
            "downloads": -1,
            "filename": "ttoa_cli-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b124f53a7aad61370b40e54d8111f2b2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 10459,
            "upload_time": "2024-06-24T14:19:11",
            "upload_time_iso_8601": "2024-06-24T14:19:11.381735Z",
            "url": "https://files.pythonhosted.org/packages/b0/fe/d97f98bf8882dcac77e02a5e4f2c8354e36d335a7e072030f3074298ab71/ttoa_cli-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "37372794c023aa9ff3228c61da2c0e3bfe599e2081ee929441183145f96a3e7a",
                "md5": "fe066e09170863d4f09494cc9ef41b31",
                "sha256": "c93f25bfc122f76a364fc5feca0231030bb13438a4cadc9bd028ec1e60baeb17"
            },
            "downloads": -1,
            "filename": "ttoa-cli-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fe066e09170863d4f09494cc9ef41b31",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5769,
            "upload_time": "2024-06-24T14:19:13",
            "upload_time_iso_8601": "2024-06-24T14:19:13.123572Z",
            "url": "https://files.pythonhosted.org/packages/37/37/2794c023aa9ff3228c61da2c0e3bfe599e2081ee929441183145f96a3e7a/ttoa-cli-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-24 14:19:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TapTarget",
    "github_project": "TTO",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ttoa-cli"
}
        
Elapsed time: 0.31394s