# 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.120",
"project_urls": {
"Homepage": "https://github.com/dagknows/dagclis"
},
"split_keywords": [
"dagknows",
" cli",
" api",
" setuptools"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9cb0939d7fee9991d381af4f1cd71688468ada88d9791c1656545281fc3fa0ad",
"md5": "2c99243c778c29d9a53c000fc515048c",
"sha256": "131ba1afa82758aca39c4f4e7724be9e176c5aa1118a6700e1be59bf0eda9d0c"
},
"downloads": -1,
"filename": "dagknows-0.0.120-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2c99243c778c29d9a53c000fc515048c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 67599,
"upload_time": "2024-07-12T21:21:39",
"upload_time_iso_8601": "2024-07-12T21:21:39.655247Z",
"url": "https://files.pythonhosted.org/packages/9c/b0/939d7fee9991d381af4f1cd71688468ada88d9791c1656545281fc3fa0ad/dagknows-0.0.120-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-12 21:21:39",
"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"
}