{ "info": { "author": "Ruud de Jong", "author_email": "rhjdjong@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 1 - Planning", "Environment :: Other Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: System :: Networking" ], "description": "This module adds the SLIP protocol on top of the standard Python socket.\nThis is one way of enabling message-based communication over TCP.\n\nThis module is intended for Python developers.\nIt is useful in the following situations:\n\n * You need to implement an application that requires processes to exchange messages\n via long-standing TCP connections, and you are free to choose the method of message\n delimitation.\n\n * You are developing an application that must communicate with an existing\n application that uses SLIP over TCP to exchange messages.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://code.google.com/p/slipsocket/", "keywords": "SLIP,Networking,Protocols,TCP", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "SLIPsocket", "package_url": "https://pypi.org/project/SLIPsocket/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/SLIPsocket/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://code.google.com/p/slipsocket/" }, "release_url": "https://pypi.org/project/SLIPsocket/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python module providing the SLIP protocol over TCP sockets", "version": "0.1.1" }, "last_serial": 585375, "releases": { "0.1.0": [], "0.1.1": [] }, "urls": [] }