hproxy


Namehproxy JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/yourusername/hproxy
SummaryA GUI tool for managing Kubernetes pod proxies
upload_time2024-11-20 10:31:30
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Kubernetes Pod Proxy Manager

A simple GUI application for managing Kubernetes pod proxies. This tool allows you to:
- View running pods in your Kubernetes cluster
- Set up port forwarding with custom local ports
- Manage multiple proxy connections

## Installation

```bash
pip install hproxy
```

## Usage

After installation, you can run the application using:

```bash
hproxy
```

Requirements:
- Python 3.6 or higher
- kubectl configured with access to your cluster
- tkinter (usually comes with Python)

## Features
- Modern, clean interface
- Easy port forwarding setup
- Real-time pod status monitoring
- Custom port selection (9000-9100)

## License

MIT License

# hproxy/__init__.py
"""
Kubernetes Pod Proxy Manager
A GUI tool for managing Kubernetes pod proxies
"""

__version__ = "0.1.1"

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yourusername/hproxy",
    "name": "hproxy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "Your Name <your.email@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/d6/62/75badf62a3a3ced963b4b02ff616c89974ea0aa5a41b1d999f95ffdebeea/hproxy-0.1.1.tar.gz",
    "platform": null,
    "description": "# Kubernetes Pod Proxy Manager\n\nA simple GUI application for managing Kubernetes pod proxies. This tool allows you to:\n- View running pods in your Kubernetes cluster\n- Set up port forwarding with custom local ports\n- Manage multiple proxy connections\n\n## Installation\n\n```bash\npip install hproxy\n```\n\n## Usage\n\nAfter installation, you can run the application using:\n\n```bash\nhproxy\n```\n\nRequirements:\n- Python 3.6 or higher\n- kubectl configured with access to your cluster\n- tkinter (usually comes with Python)\n\n## Features\n- Modern, clean interface\n- Easy port forwarding setup\n- Real-time pod status monitoring\n- Custom port selection (9000-9100)\n\n## License\n\nMIT License\n\n# hproxy/__init__.py\n\"\"\"\nKubernetes Pod Proxy Manager\nA GUI tool for managing Kubernetes pod proxies\n\"\"\"\n\n__version__ = \"0.1.1\"\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A GUI tool for managing Kubernetes pod proxies",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/yourusername/hproxy",
        "Issues": "https://github.com/yourusername/hproxy/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97144459e885bc146be0c041c826084c4cfd22e786f240d7cdc25545e7524d78",
                "md5": "f3141a594fe325d4efd289b6b5658099",
                "sha256": "1c0551478d529e30f6b9369c0f0f28108f19502d3556b9f0f523ebcbe03c7e9a"
            },
            "downloads": -1,
            "filename": "hproxy-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f3141a594fe325d4efd289b6b5658099",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 4988,
            "upload_time": "2024-11-20T10:31:28",
            "upload_time_iso_8601": "2024-11-20T10:31:28.850218Z",
            "url": "https://files.pythonhosted.org/packages/97/14/4459e885bc146be0c041c826084c4cfd22e786f240d7cdc25545e7524d78/hproxy-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d66275badf62a3a3ced963b4b02ff616c89974ea0aa5a41b1d999f95ffdebeea",
                "md5": "7e0c048ee230da255df48796119f6979",
                "sha256": "894a72e341e9090bbea3fe8ee3b21bde83799ed5db8bae34bb3d12828acef907"
            },
            "downloads": -1,
            "filename": "hproxy-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7e0c048ee230da255df48796119f6979",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 4817,
            "upload_time": "2024-11-20T10:31:30",
            "upload_time_iso_8601": "2024-11-20T10:31:30.019460Z",
            "url": "https://files.pythonhosted.org/packages/d6/62/75badf62a3a3ced963b4b02ff616c89974ea0aa5a41b1d999f95ffdebeea/hproxy-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 10:31:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yourusername",
    "github_project": "hproxy",
    "github_not_found": true,
    "lcname": "hproxy"
}
        
Elapsed time: 0.44236s