kgrok


Namekgrok JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
Summaryforward local processes into k8s cluster
upload_time2024-09-09 20:46:04
maintainerNone
docs_urlNone
authorDaniel Golding
requires_python>=3.12
licenseMIT License Copyright (c) 2024 Daniel Golding Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords kubernetes proxy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kgrok

## Quick Start

```
kgrok my-svc localhost:8080
```

We assume you have a service already listening locally on port 8080
and you have your `kubectl` context configured for the cluster you want to
listen receive traffic from.


## Installation

Using [pipx] might be the most reliable.

```
pipx install kgrok
```

[pipx]: https://pipx.pypa.io/stable/

If you are however already in a Python 3.12 virtual environment, or inside
a container with pip, you can probably get away with it.

```
python3 -m pip install kgrok
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "kgrok",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "kubernetes, proxy",
    "author": "Daniel Golding",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f7/46/f3963ac87aef9500bc1e7f6f3eb44fb82a92438595729ea68e264f9fe1b6/kgrok-0.1.0.tar.gz",
    "platform": null,
    "description": "# Kgrok\n\n## Quick Start\n\n```\nkgrok my-svc localhost:8080\n```\n\nWe assume you have a service already listening locally on port 8080\nand you have your `kubectl` context configured for the cluster you want to\nlisten receive traffic from.\n\n\n## Installation\n\nUsing [pipx] might be the most reliable.\n\n```\npipx install kgrok\n```\n\n[pipx]: https://pipx.pypa.io/stable/\n\nIf you are however already in a Python 3.12 virtual environment, or inside\na container with pip, you can probably get away with it.\n\n```\npython3 -m pip install kgrok\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2024 Daniel Golding  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "forward local processes into k8s cluster",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/cakemanny/kgrok",
        "Repository": "https://github.com/cakemanny/kgrok.git"
    },
    "split_keywords": [
        "kubernetes",
        " proxy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "10681ad3abfa53e5315a8ec20607c3175d12d1a263a1463ddb30d67e88b4e5e5",
                "md5": "c2a1657eccaaeb070a8e72aec049e437",
                "sha256": "b564e7bb27d012f758400108027fb8aadd92d2ff3639b55b1e52b7ade6819a08"
            },
            "downloads": -1,
            "filename": "kgrok-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c2a1657eccaaeb070a8e72aec049e437",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 9171,
            "upload_time": "2024-09-09T20:46:03",
            "upload_time_iso_8601": "2024-09-09T20:46:03.198484Z",
            "url": "https://files.pythonhosted.org/packages/10/68/1ad3abfa53e5315a8ec20607c3175d12d1a263a1463ddb30d67e88b4e5e5/kgrok-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f746f3963ac87aef9500bc1e7f6f3eb44fb82a92438595729ea68e264f9fe1b6",
                "md5": "6c62b7a53a19a6e1e0b6b6ca4b172bf4",
                "sha256": "6c7ceb813b339108bdf0e8d077f01d3794e947f77ccabd748b7053dd17cad142"
            },
            "downloads": -1,
            "filename": "kgrok-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6c62b7a53a19a6e1e0b6b6ca4b172bf4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 9305,
            "upload_time": "2024-09-09T20:46:04",
            "upload_time_iso_8601": "2024-09-09T20:46:04.415985Z",
            "url": "https://files.pythonhosted.org/packages/f7/46/f3963ac87aef9500bc1e7f6f3eb44fb82a92438595729ea68e264f9fe1b6/kgrok-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-09 20:46:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cakemanny",
    "github_project": "kgrok",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "kgrok"
}
        
Elapsed time: 0.35708s