telnetlib-313-and-up


Nametelnetlib-313-and-up JSON
Version 3.13.1 PyPI version JSON
download
home_page
Summarycopy of telnetlib for python 3.13+
upload_time2023-12-23 11:13:37
maintainer
docs_urlNone
authorGuido van Rossum
requires_python>=3.13
license
keywords telnet
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a copy of telnetlib for python3.13+
It was deprecated and is being removed in python3.13 but many people would still like their old code to work.

Just install it with pip/poetry/etc for python3.13+ and your old telnetlib code should keep working.

Currently it is an exact copy(except for removing the derpracation warning),  
but I will accept patches for compatibility for future python versions.  
No extra options or feature or formatting fixes are likely.

The pep suggested telnetlib3 which has a differnt api and isn't a drop in replacemnet or Exscript which has an old copy of telnetlib  
https://github.com/knipknap/exscript/blob/master/Exscript/protocols/telnetlib.py  
which you can import with `import Exscript.protocols.telnetlib as telnetlib`  
but also a bunch of other stuff.
Also it requires you to modify your imports, this package doesn't.
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "telnetlib-313-and-up",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": "",
    "keywords": "telnet",
    "author": "Guido van Rossum",
    "author_email": "guido@python.org",
    "download_url": "https://files.pythonhosted.org/packages/b0/39/41a04bc6a978f590c4d20d4a44a3e6351b92d5e39009ad4fd5eb238ef45b/telnetlib_313_and_up-3.13.1.tar.gz",
    "platform": null,
    "description": "This is a copy of telnetlib for python3.13+\nIt was deprecated and is being removed in python3.13 but many people would still like their old code to work.\n\nJust install it with pip/poetry/etc for python3.13+ and your old telnetlib code should keep working.\n\nCurrently it is an exact copy(except for removing the derpracation warning),  \nbut I will accept patches for compatibility for future python versions.  \nNo extra options or feature or formatting fixes are likely.\n\nThe pep suggested telnetlib3 which has a differnt api and isn't a drop in replacemnet or Exscript which has an old copy of telnetlib  \nhttps://github.com/knipknap/exscript/blob/master/Exscript/protocols/telnetlib.py  \nwhich you can import with `import Exscript.protocols.telnetlib as telnetlib`  \nbut also a bunch of other stuff.\nAlso it requires you to modify your imports, this package doesn't.",
    "bugtrack_url": null,
    "license": "",
    "summary": "copy of telnetlib for python 3.13+",
    "version": "3.13.1",
    "project_urls": null,
    "split_keywords": [
        "telnet"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "002f51d0660e373c501653c08b295e8c0287271a04166de6a301e20a0598d88f",
                "md5": "1b93b51c184fb81da5845adf7c67ba79",
                "sha256": "f2fe36ba9d0bfd4924d030ada758faeca60c1bf18050a1c4a52ea7600c677897"
            },
            "downloads": -1,
            "filename": "telnetlib_313_and_up-3.13.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1b93b51c184fb81da5845adf7c67ba79",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 12953,
            "upload_time": "2023-12-23T11:13:36",
            "upload_time_iso_8601": "2023-12-23T11:13:36.092568Z",
            "url": "https://files.pythonhosted.org/packages/00/2f/51d0660e373c501653c08b295e8c0287271a04166de6a301e20a0598d88f/telnetlib_313_and_up-3.13.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b03941a04bc6a978f590c4d20d4a44a3e6351b92d5e39009ad4fd5eb238ef45b",
                "md5": "50f3f7c1024a38be881caeccd23e12e3",
                "sha256": "93cdf0a35e8b6463853e5bfa134288a9695c7b69b9e6f4bcfb71c0888470288a"
            },
            "downloads": -1,
            "filename": "telnetlib_313_and_up-3.13.1.tar.gz",
            "has_sig": false,
            "md5_digest": "50f3f7c1024a38be881caeccd23e12e3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 12664,
            "upload_time": "2023-12-23T11:13:37",
            "upload_time_iso_8601": "2023-12-23T11:13:37.923661Z",
            "url": "https://files.pythonhosted.org/packages/b0/39/41a04bc6a978f590c4d20d4a44a3e6351b92d5e39009ad4fd5eb238ef45b/telnetlib_313_and_up-3.13.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-23 11:13:37",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "telnetlib-313-and-up"
}
        
Elapsed time: 0.16797s