kuda-cli


Namekuda-cli JSON
Version 0.1.0 PyPI version JSON
download
home_page
Summary
upload_time2023-07-08 10:09:53
maintainer
docs_urlNone
authorGbenga Adeyi
requires_python>=3.9,<3.13
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kuda cli
A command line app for interacting with kuda open API.

![utility in use](./kuda-cli.gif)

## Installation
Binaries of kuda cli be found [here](https://github.com/gray-adeyi/kuda-cli/releases/tag/0.1.0). Alternatively, Kuda cli can be installed from pypi
with pip as shown below.
```bash
pip install kuda-cli
```

## First time configurations
You're required to add your kuda credentials on first use as shown below
```bash
kuda config EMAIL API_KEY
```
This sets up your kuda cli for use in development mode you
can add an optional `--mode production` to use this utility in production mode. These credentials can be
removed with `kuda reset`. Run `kuda --help` to see available commands
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "kuda-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.13",
    "maintainer_email": "",
    "keywords": "",
    "author": "Gbenga Adeyi",
    "author_email": "adeyigbenga005@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/70/7b/22aab24c9debb5e7af715a765cea00a82d18482f3202123d2a342449f0d2/kuda_cli-0.1.0.tar.gz",
    "platform": null,
    "description": "# Kuda cli\nA command line app for interacting with kuda open API.\n\n![utility in use](./kuda-cli.gif)\n\n## Installation\nBinaries of kuda cli be found [here](https://github.com/gray-adeyi/kuda-cli/releases/tag/0.1.0). Alternatively, Kuda cli can be installed from pypi\nwith pip as shown below.\n```bash\npip install kuda-cli\n```\n\n## First time configurations\nYou're required to add your kuda credentials on first use as shown below\n```bash\nkuda config EMAIL API_KEY\n```\nThis sets up your kuda cli for use in development mode you\ncan add an optional `--mode production` to use this utility in production mode. These credentials can be\nremoved with `kuda reset`. Run `kuda --help` to see available commands",
    "bugtrack_url": null,
    "license": "",
    "summary": "",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c7d9100426355d2bf18a4acb0b210e7a4b9b2c2367b926ce30ebe92308fdc9a0",
                "md5": "16ecf275e5de3c73781c76dae79cccf0",
                "sha256": "0e796772d79ad54b0f206f12560a16acb1d3545e9049cdd4fcd5256f83c690c3"
            },
            "downloads": -1,
            "filename": "kuda_cli-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16ecf275e5de3c73781c76dae79cccf0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.13",
            "size": 8646,
            "upload_time": "2023-07-08T10:09:51",
            "upload_time_iso_8601": "2023-07-08T10:09:51.519205Z",
            "url": "https://files.pythonhosted.org/packages/c7/d9/100426355d2bf18a4acb0b210e7a4b9b2c2367b926ce30ebe92308fdc9a0/kuda_cli-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "707b22aab24c9debb5e7af715a765cea00a82d18482f3202123d2a342449f0d2",
                "md5": "7be54f39b302c01cb654f57af63ba871",
                "sha256": "23c9ae720686e356c2934867783bd74a32e01621c47ab9d7c7ba8cb297804e54"
            },
            "downloads": -1,
            "filename": "kuda_cli-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7be54f39b302c01cb654f57af63ba871",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.13",
            "size": 6112,
            "upload_time": "2023-07-08T10:09:53",
            "upload_time_iso_8601": "2023-07-08T10:09:53.794265Z",
            "url": "https://files.pythonhosted.org/packages/70/7b/22aab24c9debb5e7af715a765cea00a82d18482f3202123d2a342449f0d2/kuda_cli-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-08 10:09:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "kuda-cli"
}
        
Elapsed time: 0.09069s