portfly


Nameportfly JSON
Version 0.36 PyPI version JSON
download
home_page
SummaryRemote/Local port forwarding in Python by TCP/UDP
upload_time2023-12-09 14:08:49
maintainer
docs_urlNone
authorxinlin-z
requires_python>=3.8
licenseMIT License Copyright (c) 2022 xinlin-z 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 local port forwarding remote tcp udp
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A Python implementation of SSH Port Forwarding, includes
remote forwarding and local forwarding, featured by
non-blocking socket, event IO and UDP forwarding path.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "portfly",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "local,port forwarding,remote,tcp,udp",
    "author": "xinlin-z",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/27/86/6b0d7b8bd10f7907590598d2037e4921780db9e860de67dbc1856b284fd8/portfly-0.36.tar.gz",
    "platform": null,
    "description": "\nA Python implementation of SSH Port Forwarding, includes\nremote forwarding and local forwarding, featured by\nnon-blocking socket, event IO and UDP forwarding path.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022 xinlin-z  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": "Remote/Local port forwarding in Python by TCP/UDP",
    "version": "0.36",
    "project_urls": {
        "homepage": "https://github.com/xinlin-z/portfly"
    },
    "split_keywords": [
        "local",
        "port forwarding",
        "remote",
        "tcp",
        "udp"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "850692305e0ef2365439073bcf58dea14c2a651baf8c19858fbe0cff0c64b732",
                "md5": "b391c30b6416e16c48eb5c1fd9d37779",
                "sha256": "277a8831401da9e2989a629cd7a6121bd13373af867e53e3f33cee01e84d99c4"
            },
            "downloads": -1,
            "filename": "portfly-0.36-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b391c30b6416e16c48eb5c1fd9d37779",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 9654,
            "upload_time": "2023-12-09T14:08:47",
            "upload_time_iso_8601": "2023-12-09T14:08:47.611497Z",
            "url": "https://files.pythonhosted.org/packages/85/06/92305e0ef2365439073bcf58dea14c2a651baf8c19858fbe0cff0c64b732/portfly-0.36-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "27866b0d7b8bd10f7907590598d2037e4921780db9e860de67dbc1856b284fd8",
                "md5": "c0ae709c25f0786c3dfaef965caad3fa",
                "sha256": "51d44328ea8fd33eb9cde92b0efa697af9072c17d416ca0153907e72d98e3fca"
            },
            "downloads": -1,
            "filename": "portfly-0.36.tar.gz",
            "has_sig": false,
            "md5_digest": "c0ae709c25f0786c3dfaef965caad3fa",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 33351,
            "upload_time": "2023-12-09T14:08:49",
            "upload_time_iso_8601": "2023-12-09T14:08:49.502650Z",
            "url": "https://files.pythonhosted.org/packages/27/86/6b0d7b8bd10f7907590598d2037e4921780db9e860de67dbc1856b284fd8/portfly-0.36.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-09 14:08:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "xinlin-z",
    "github_project": "portfly",
    "github_not_found": true,
    "lcname": "portfly"
}
        
Elapsed time: 0.15351s