{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/20"},{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"},{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/10"}],"enrichment":{"capability":"PyLink provides a unified file-like interface for TCP, UDP, serial, and GSM communication, allowing code to switch between different transport mechanisms without changing the core read/write logic.","skillfed_tags":["abandoned","legacy-hardware"],"use_cases":["Embedded systems that communicate via both local serial ports and remote TCP connections, needing a single abstraction.","Legacy GSM modem integration where AT commands must be sent over serial or network links.","Test harnesses or simulation frameworks that swap between live hardware and mock services.","IoT projects with fallback communication paths across multiple transport types."],"what_it_does":"PyLink is a thin abstraction layer that wraps TCP, UDP, serial, and GSM communication behind a common file-like interface (read/write methods). It lets you write communication code once and swap transport mechanisms\u2014for instance, switching from local serial to remote TCP\u2014without rewriting the core logic. The package is particularly aimed at projects that need to support multiple communication paths, such as embedded systems that can talk over IP or direct serial links.\n\nThe library was last updated in 2017-11-29 and is now abandoned. It targets Python 2.6 through 3.2, and while the changelog mentions Python 3 compatibility fixes, there is no evidence of maintenance for modern Python versions. The GSM support relies on AT commands over a serial or network link, making it useful for older modem-based systems but potentially obsolete for contemporary hardware.","worth_installing":"No. The package is abandoned (last release 2017-11-29, no commits since), targets obsolete Python versions (2.6\u20133.2), and offers no maintenance or security updates. Unless you are maintaining legacy code already using PyLink, modern projects should use transport-specific libraries or a maintained abstraction layer. The high install friction and lack of support make it unsuitable for new development."},"id":"pylink","links":{"html":"https://skillfed.io/packages/pylink","md":"https://skillfed.io/packages/pylink.md","pypi":"https://pypi.org/project/pylink/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2017-11-29","license_spdx":null,"license_treatment":"permissive","name":"PyLink","python_support":"unspecified","summary":"Universal communication interface using File-Like API"},"popularity":{"monthly_downloads":99002,"position":13044,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.3"}
