lazyk8s


Namelazyk8s JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryThe lazier way to manage Kubernetes
upload_time2025-10-07 18:36:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords kubernetes k8s tui terminal
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # lazyk8s

The lazier way to manage Kubernetes - Python edition

A terminal UI for managing Kubernetes clusters with ease.

## Features

- Browse pods across namespaces
- View pod information and logs
- Execute shells in containers
- Colorized log output
- Keyboard-driven interface

## Installation

```bash
pip install lazyk8s
```

## Usage

```bash
lazyk8s
```

## Requirements

- Python 3.8+
- kubectl configured with access to your cluster
- KUBECONFIG environment variable set (or default ~/.kube/config)

## Development

```bash
pip install -e ".[dev]"
```

## Acknowledgements

- Inspired by [lazydocker](https://github.com/jesseduffield/lazydocker) by Jesse Duffield
- Built with [Textual](https://github.com/Textualize/textual) TUI framework

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lazyk8s",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "kubernetes, k8s, tui, terminal",
    "author": null,
    "author_email": "Jason <jason@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/07/83/6f5adeec6c6396f48844b54d50ce93438696154ae0ca5d792d0085c5d385/lazyk8s-0.2.3.tar.gz",
    "platform": null,
    "description": "# lazyk8s\n\nThe lazier way to manage Kubernetes - Python edition\n\nA terminal UI for managing Kubernetes clusters with ease.\n\n## Features\n\n- Browse pods across namespaces\n- View pod information and logs\n- Execute shells in containers\n- Colorized log output\n- Keyboard-driven interface\n\n## Installation\n\n```bash\npip install lazyk8s\n```\n\n## Usage\n\n```bash\nlazyk8s\n```\n\n## Requirements\n\n- Python 3.8+\n- kubectl configured with access to your cluster\n- KUBECONFIG environment variable set (or default ~/.kube/config)\n\n## Development\n\n```bash\npip install -e \".[dev]\"\n```\n\n## Acknowledgements\n\n- Inspired by [lazydocker](https://github.com/jesseduffield/lazydocker) by Jesse Duffield\n- Built with [Textual](https://github.com/Textualize/textual) TUI framework\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The lazier way to manage Kubernetes",
    "version": "0.2.3",
    "project_urls": {
        "Homepage": "https://github.com/lazyk8s/lazyk8s-py",
        "Repository": "https://github.com/lazyk8s/lazyk8s-py"
    },
    "split_keywords": [
        "kubernetes",
        " k8s",
        " tui",
        " terminal"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6803ad95716ef14999bbc6f17a0772a9263c8fcbaae3c7592fe986ad33773d3",
                "md5": "c24db943648806382926a851aa480dad",
                "sha256": "74a9dbfa7fd512c96faf09060329ef57723b77d8e93409d75ab9b3bff96722a1"
            },
            "downloads": -1,
            "filename": "lazyk8s-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c24db943648806382926a851aa480dad",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20668,
            "upload_time": "2025-10-07T18:36:58",
            "upload_time_iso_8601": "2025-10-07T18:36:58.221382Z",
            "url": "https://files.pythonhosted.org/packages/d6/80/3ad95716ef14999bbc6f17a0772a9263c8fcbaae3c7592fe986ad33773d3/lazyk8s-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "07836f5adeec6c6396f48844b54d50ce93438696154ae0ca5d792d0085c5d385",
                "md5": "5bdef9bde96938d24792172bc2082bea",
                "sha256": "aa5e1dcc344307d012c8f11c85a198032aea4c4fc9262116806490d317fd0ea4"
            },
            "downloads": -1,
            "filename": "lazyk8s-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "5bdef9bde96938d24792172bc2082bea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 19913,
            "upload_time": "2025-10-07T18:36:59",
            "upload_time_iso_8601": "2025-10-07T18:36:59.347219Z",
            "url": "https://files.pythonhosted.org/packages/07/83/6f5adeec6c6396f48844b54d50ce93438696154ae0ca5d792d0085c5d385/lazyk8s-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-07 18:36:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lazyk8s",
    "github_project": "lazyk8s-py",
    "github_not_found": true,
    "lcname": "lazyk8s"
}
        
Elapsed time: 1.62386s