{ "info": { "author": "Kevin L. Mitchell", "author_email": "klmitch@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "======================\nNetwork Framer Library\n======================\n\nThe TCP network protocol provides a bidirectional stream of data\nbetween two network applications, but it turns out that most protocols\ndo not use the communication link as a stream. In most network\nprotocols, the stream is chopped up into individual units. The name\ngiven to these units varies by protocol: some call it a *packet*; in\nothers, it's a *record*; and many protocols actually use plain text,\nseparating the units with carriage return/newline pairs. Regardless\nof the name, however, the vast majority of protocols impose some sort\nof separation onto the stream of data and only deal in whole units.\n\nThe Framer library is a network communications library, built on top\nof ``asyncio``, for managing these units, which it calls *frames*.\nThe Framer library is built as an ``asyncio`` protocol which also\nhappens to implement the behavior of an ``asyncio`` transport. The\nprotocol object can have *framers* set on both directions of the\ncommunication; these framers translate between the stream interface\nprovided by TCP and the sequence of frames desired by the application.\n\nA *framer* is simply an object implementing a couple of methods which\nimplement the transformation from a stream to a frame and from a frame\nto a sequence of bytes to transmit on the stream. These framers can\nrange from rather trivial--as in a text-oriented protocol like\nSMTP--all the way to a complex binary data transmission protocol such\nas some forms of RPC.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/klmitch/framer", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "framer", "package_url": "https://pypi.org/project/framer/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/framer/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/klmitch/framer" }, "release_url": "https://pypi.org/project/framer/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Network Framer Library", "version": "0.1.1" }, "last_serial": 1693786, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e478cdaca3ad8ef8aba81da9e9cf650a", "sha256": "dc5c4a792914a472077435bb9cef0125977bfad5c570eae5b3a07778373b4a5f" }, "downloads": -1, "filename": "framer-0.1.0.tar.gz", "has_sig": false, "md5_digest": "e478cdaca3ad8ef8aba81da9e9cf650a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30934, "upload_time": "2014-05-31T14:26:40", "url": "https://files.pythonhosted.org/packages/04/88/6ea34b9136d839dcd3240fd005d1c6b4c8ce23095a49fca470e304bd38a7/framer-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "74c827483dbc246c95c534cb908e7f43", "sha256": "3177d933c8cb086b0cfda00e7da9c5f8f08e0689a0d5b5fbedb93c86af708d22" }, "downloads": -1, "filename": "framer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "74c827483dbc246c95c534cb908e7f43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30303, "upload_time": "2015-08-25T22:57:18", "url": "https://files.pythonhosted.org/packages/19/11/b551fe240404fa52f2813a1e28210076acf5243079edb3efefa2fd2fb711/framer-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "74c827483dbc246c95c534cb908e7f43", "sha256": "3177d933c8cb086b0cfda00e7da9c5f8f08e0689a0d5b5fbedb93c86af708d22" }, "downloads": -1, "filename": "framer-0.1.1.tar.gz", "has_sig": false, "md5_digest": "74c827483dbc246c95c534cb908e7f43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 30303, "upload_time": "2015-08-25T22:57:18", "url": "https://files.pythonhosted.org/packages/19/11/b551fe240404fa52f2813a1e28210076acf5243079edb3efefa2fd2fb711/framer-0.1.1.tar.gz" } ] }