{ "info": { "author": "Amol Umrale", "author_email": "babaiscool@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 2.7" ], "description": "=======\nmayloop\n=======\n\nAn asynchronous i/o library.\n\n\nFeatures\n========\n* Asynchronous i/o loop to run socket servers.\n* Telnet interface to control the loop, print the stats, etc.\n\n\nUsage\n=====\nThe following code sample creates a simple protocol that just sends back the message it receives and then starts a server that will use the protocol::\n\n class Talkback(FixedLengthMessage):\n def messageReceived(self, message):\n self.sendMessage(message)\n\n config = Config()\n config.add_service('', 8080, Factory.forProtocol(Talkback))\n\n server = MainLoop(config)\n server.start()\n\n\n\nDownload\n========\n* PyPI: http://pypi.python.org/pypi/mayloop\n* Source: https://github.com/amol9/mayloop\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/mayloop/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "mayloop", "package_url": "https://pypi.org/project/mayloop/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mayloop/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/mayloop/" }, "release_url": "https://pypi.org/project/mayloop/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "An asynchronous i/o library.", "version": "1.0.0" }, "last_serial": 1614849, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "126d792c3b5b5949b7a0c4f13cc8f6c6", "sha256": "a1eaa3756a274c9723c9a43b14c49eebb116253f67bf9f71e616af70d16e4f8e" }, "downloads": -1, "filename": "mayloop-1.0.0.tar.gz", "has_sig": false, "md5_digest": "126d792c3b5b5949b7a0c4f13cc8f6c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31702, "upload_time": "2015-07-01T13:07:50", "url": "https://files.pythonhosted.org/packages/01/75/588d963d8ddb6d86762a227e354ddc4b5b7d9d4f86061016b41c95fa87ab/mayloop-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "126d792c3b5b5949b7a0c4f13cc8f6c6", "sha256": "a1eaa3756a274c9723c9a43b14c49eebb116253f67bf9f71e616af70d16e4f8e" }, "downloads": -1, "filename": "mayloop-1.0.0.tar.gz", "has_sig": false, "md5_digest": "126d792c3b5b5949b7a0c4f13cc8f6c6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 31702, "upload_time": "2015-07-01T13:07:50", "url": "https://files.pythonhosted.org/packages/01/75/588d963d8ddb6d86762a227e354ddc4b5b7d9d4f86061016b41c95fa87ab/mayloop-1.0.0.tar.gz" } ] }