dagknows


Namedagknows JSON
Version 0.0.118 PyPI version JSON
download
home_pagehttps://github.com/dagknows/dagclis
SummaryOur CLI utilities for DagKnows
upload_time2024-06-21 04:41:06
maintainerNone
docs_urlNone
authorSriram Panyam
requires_pythonNone
licenseBSD 3-Clause License
keywords dagknows cli api setuptools
VCS
bugtrack_url
requirements boltons certifi charset-normalizer click colorama commonmark hvac idna marko psutil pygments pyhcl pyyaml requests rich shellingham typer urllib3
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.118",
    "project_urls": {
        "Homepage": "https://github.com/dagknows/dagclis"
    },
    "split_keywords": [
        "dagknows",
        " cli",
        " api",
        " setuptools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f6311454d38e78c141fa0ee48cdb111a174d599928c57b8857538d752ccdc79b",
                "md5": "d11e80af10934220816d6b0d6c267501",
                "sha256": "a1ad48de325f43a4043def86d042ee2eb312ecffebe84f3693037b076dfa7389"
            },
            "downloads": -1,
            "filename": "dagknows-0.0.118-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d11e80af10934220816d6b0d6c267501",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 67575,
            "upload_time": "2024-06-21T04:41:06",
            "upload_time_iso_8601": "2024-06-21T04:41:06.904858Z",
            "url": "https://files.pythonhosted.org/packages/f6/31/1454d38e78c141fa0ee48cdb111a174d599928c57b8857538d752ccdc79b/dagknows-0.0.118-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 04:41:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dagknows",
    "github_project": "dagclis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "boltons",
            "specs": [
                [
                    "==",
                    "23.0.0"
                ]
            ]
        },
        {
            "name": "certifi",
            "specs": [
                [
                    "==",
                    "2022.12.7"
                ]
            ]
        },
        {
            "name": "charset-normalizer",
            "specs": [
                [
                    "==",
                    "3.1.0"
                ]
            ]
        },
        {
            "name": "click",
            "specs": [
                [
                    "==",
                    "8.1.3"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": [
                [
                    "==",
                    "0.4.6"
                ]
            ]
        },
        {
            "name": "commonmark",
            "specs": [
                [
                    "==",
                    "0.9.1"
                ]
            ]
        },
        {
            "name": "hvac",
            "specs": [
                [
                    "==",
                    "1.1.1"
                ]
            ]
        },
        {
            "name": "idna",
            "specs": [
                [
                    "==",
                    "3.4"
                ]
            ]
        },
        {
            "name": "marko",
            "specs": [
                [
                    "==",
                    "2.0.2"
                ]
            ]
        },
        {
            "name": "psutil",
            "specs": [
                [
                    "==",
                    "5.9.5"
                ]
            ]
        },
        {
            "name": "pygments",
            "specs": [
                [
                    "==",
                    "2.15.1"
                ]
            ]
        },
        {
            "name": "pyhcl",
            "specs": [
                [
                    "==",
                    "0.4.4"
                ]
            ]
        },
        {
            "name": "pyyaml",
            "specs": [
                [
                    "==",
                    "6.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    "==",
                    "2.29.0"
                ]
            ]
        },
        {
            "name": "rich",
            "specs": [
                [
                    "==",
                    "12.6.0"
                ]
            ]
        },
        {
            "name": "shellingham",
            "specs": [
                [
                    "==",
                    "1.5.0.post1"
                ]
            ]
        },
        {
            "name": "typer",
            "specs": [
                [
                    "==",
                    "0.7.0"
                ]
            ]
        },
        {
            "name": "urllib3",
            "specs": [
                [
                    "==",
                    "1.26.15"
                ]
            ]
        }
    ],
    "lcname": "dagknows"
}
        
Elapsed time: 0.35094s