kkssh


Namekkssh JSON
Version 0.13 PyPI version JSON
download
home_pagehttps://github.com/Beim/kkssh
Summaryssh client
upload_time2023-04-04 08:10:32
maintainer
docs_urlNone
authorxingkun
requires_python
license
keywords ssh client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # kkssh

Kkssh is a user-friendly SSH client that simplifies the process of connecting to remote servers. With a built-in hostname prompt, you no longer need to memorize or search for the correct hostname.

## Install
Python 3.10.10

```bash
pip install --upgrade kkssh
```

## Usage

```bash
kkssh -c ~/.ssh/config HOST
```

## Develop

```bash
python setup.py sdist
twine upload dist/*
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Beim/kkssh",
    "name": "kkssh",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "ssh client",
    "author": "xingkun",
    "author_email": "xingkunliu@qq.com",
    "download_url": "https://files.pythonhosted.org/packages/e7/32/69ba3d2bc761c836b70ee1c5f87aab2badf66e77e1ee66fcd0aad2d42885/kkssh-0.13.tar.gz",
    "platform": null,
    "description": "# kkssh\r\n\r\nKkssh is a user-friendly SSH client that simplifies the process of connecting to remote servers. With a built-in hostname prompt, you no longer need to memorize or search for the correct hostname.\r\n\r\n## Install\r\nPython 3.10.10\r\n\r\n```bash\r\npip install --upgrade kkssh\r\n```\r\n\r\n## Usage\r\n\r\n```bash\r\nkkssh -c ~/.ssh/config HOST\r\n```\r\n\r\n## Develop\r\n\r\n```bash\r\npython setup.py sdist\r\ntwine upload dist/*\r\n```\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "ssh client",
    "version": "0.13",
    "split_keywords": [
        "ssh",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e73269ba3d2bc761c836b70ee1c5f87aab2badf66e77e1ee66fcd0aad2d42885",
                "md5": "b26f9b2a6508c43dc7dcda491da3e7d8",
                "sha256": "637cf8d69e574a9bb5409c515ac09a895981c8fb867b520b386fa4fa7de7bcb6"
            },
            "downloads": -1,
            "filename": "kkssh-0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "b26f9b2a6508c43dc7dcda491da3e7d8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2555,
            "upload_time": "2023-04-04T08:10:32",
            "upload_time_iso_8601": "2023-04-04T08:10:32.256073Z",
            "url": "https://files.pythonhosted.org/packages/e7/32/69ba3d2bc761c836b70ee1c5f87aab2badf66e77e1ee66fcd0aad2d42885/kkssh-0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-04 08:10:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Beim",
    "github_project": "kkssh",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "kkssh"
}
        
Elapsed time: 0.05479s