deepctl-cmd-update


Namedeepctl-cmd-update JSON
Version 0.1.7 PyPI version JSON
download
home_pageNone
SummaryUpdate command for deepctl
upload_time2025-07-24 13:33:21
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords deepgram cli update self-update
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # deepctl-cmd-update

Update command for deepctl CLI - provides self-update functionality.

## Features

- Check for newer versions on PyPI
- Detect installation method (pip, pipx, uv, system, development)
- Remember installation method for future updates
- Provide appropriate update commands
- Support for various installation scenarios

## Installation

This package is included with deepctl and doesn't need separate installation.

## Usage

Check for updates:

```bash
deepctl update --check-only
```

Update deepctl:

```bash
deepctl update
```

Force update (even if already up to date):

```bash
deepctl update --force
```

Skip confirmation:

```bash
deepctl update --yes
```

## Development

This package is part of the deepctl monorepo. See the main repository for development instructions.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "deepctl-cmd-update",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Deepgram <devrel@deepgram.com>",
    "keywords": "deepgram, cli, update, self-update",
    "author": null,
    "author_email": "Deepgram <devrel@deepgram.com>",
    "download_url": "https://files.pythonhosted.org/packages/c7/58/de37628fbade31423b09f05b23b5eb703ed975adfbae3cef0423831a5db8/deepctl_cmd_update-0.1.7.tar.gz",
    "platform": null,
    "description": "# deepctl-cmd-update\n\nUpdate command for deepctl CLI - provides self-update functionality.\n\n## Features\n\n- Check for newer versions on PyPI\n- Detect installation method (pip, pipx, uv, system, development)\n- Remember installation method for future updates\n- Provide appropriate update commands\n- Support for various installation scenarios\n\n## Installation\n\nThis package is included with deepctl and doesn't need separate installation.\n\n## Usage\n\nCheck for updates:\n\n```bash\ndeepctl update --check-only\n```\n\nUpdate deepctl:\n\n```bash\ndeepctl update\n```\n\nForce update (even if already up to date):\n\n```bash\ndeepctl update --force\n```\n\nSkip confirmation:\n\n```bash\ndeepctl update --yes\n```\n\n## Development\n\nThis package is part of the deepctl monorepo. See the main repository for development instructions.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Update command for deepctl",
    "version": "0.1.7",
    "project_urls": null,
    "split_keywords": [
        "deepgram",
        " cli",
        " update",
        " self-update"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2035c936b75091d29d14aa7c8790bf3618f4acc510ca90476e52822e0446acd2",
                "md5": "a101085f186a70d7b4886992c3be5052",
                "sha256": "cb3091b38f1b94f1f47c95742aec4599322b9ba7b3e2bc7873274ac481d0afae"
            },
            "downloads": -1,
            "filename": "deepctl_cmd_update-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a101085f186a70d7b4886992c3be5052",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 4687,
            "upload_time": "2025-07-24T13:33:16",
            "upload_time_iso_8601": "2025-07-24T13:33:16.517090Z",
            "url": "https://files.pythonhosted.org/packages/20/35/c936b75091d29d14aa7c8790bf3618f4acc510ca90476e52822e0446acd2/deepctl_cmd_update-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c758de37628fbade31423b09f05b23b5eb703ed975adfbae3cef0423831a5db8",
                "md5": "d6d31751f458c8bb858318e6527e5d8f",
                "sha256": "161bcfb16ca3760c43f2872848d1584810406d030dcfd133abfa1c17fca39a94"
            },
            "downloads": -1,
            "filename": "deepctl_cmd_update-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "d6d31751f458c8bb858318e6527e5d8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 4029,
            "upload_time": "2025-07-24T13:33:21",
            "upload_time_iso_8601": "2025-07-24T13:33:21.591108Z",
            "url": "https://files.pythonhosted.org/packages/c7/58/de37628fbade31423b09f05b23b5eb703ed975adfbae3cef0423831a5db8/deepctl_cmd_update-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-24 13:33:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "deepctl-cmd-update"
}
        
Elapsed time: 1.72947s