dagknows


Namedagknows JSON
Version 0.0.105 PyPI version JSON
download
home_pagehttps://github.com/dagknows/dagclis
SummaryOur CLI utilities for DagKnows
upload_time2024-03-25 18:15:26
maintainerNone
docs_urlNone
authorSriram Panyam
requires_pythonNone
licenseBSD 3-Clause License
keywords dagknows cli api setuptools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DagKnows Tools

Welcome to the CLI tools for DagKnows.  With this you can manage all your dags, nodes, executions and sessions without ever leaving the comfort of your terminal.

## Getting Started

Install the cli with:

```
pip install dagknows --force-reinstall -U
```

## Setup your account

DagKnows uses the auth token associated with your organization and account.  You can either use an existing token or login and create a new one.

To use an existing token simply do:

```
dk config init
```

Here you will be prompted for your org's username and password.

## Get going

For a full list of commands and help descriptions do:

```
dk --help
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/dagknows/dagclis",
    "name": "dagknows",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "dagknows, cli, api, setuptools",
    "author": "Sriram Panyam",
    "author_email": "sri@dagknows.com",
    "download_url": null,
    "platform": null,
    "description": "# DagKnows Tools\n\nWelcome to the CLI tools for DagKnows.  With this you can manage all your dags, nodes, executions and sessions without ever leaving the comfort of your terminal.\n\n## Getting Started\n\nInstall the cli with:\n\n```\npip install dagknows --force-reinstall -U\n```\n\n## Setup your account\n\nDagKnows uses the auth token associated with your organization and account.  You can either use an existing token or login and create a new one.\n\nTo use an existing token simply do:\n\n```\ndk config init\n```\n\nHere you will be prompted for your org's username and password.\n\n## Get going\n\nFor a full list of commands and help descriptions do:\n\n```\ndk --help\n```\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Our CLI utilities for DagKnows",
    "version": "0.0.105",
    "project_urls": {
        "Homepage": "https://github.com/dagknows/dagclis"
    },
    "split_keywords": [
        "dagknows",
        " cli",
        " api",
        " setuptools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d5428d8b82a3c4aa0e71a874e67c968c7bb4630fb65290548a02f9f59d66c1ca",
                "md5": "00aa1329e02a5fb39b16c257f85eb4e7",
                "sha256": "5fce75225c28942f22fe4ffc108bd8a730102571ef72e6d0f2e72c1ec1c0fa5e"
            },
            "downloads": -1,
            "filename": "dagknows-0.0.105-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "00aa1329e02a5fb39b16c257f85eb4e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 51291,
            "upload_time": "2024-03-25T18:15:26",
            "upload_time_iso_8601": "2024-03-25T18:15:26.101311Z",
            "url": "https://files.pythonhosted.org/packages/d5/42/8d8b82a3c4aa0e71a874e67c968c7bb4630fb65290548a02f9f59d66c1ca/dagknows-0.0.105-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-25 18:15:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dagknows",
    "github_project": "dagclis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "dagknows"
}
        
Elapsed time: 0.25525s