{ "info": { "author": "Eric P. Mangold", "author_email": "eric@teratorn.org", "bugtrack_url": null, "classifiers": [], "description": "Ampy, the pure-Python AMP client and server\n\nAmpy is an AMP library that provides a syncronous, blocking interface\nfor making AMP calls (client interface).\n\nIt also provides an asyncore-based asynchronous API for making\nnon-blocking servers and clients.\n\nSynchronous Client Example::\n\n from ampy import ampy\n \n class Sum(ampy.Command):\n arguments = [('a', ampy.Integer()), ('b', ampy.Integer())]\n response = [('total', ampy.Integer())]\n \n proxy = ampy.Proxy('localhost', 1234)\n proxy.connect()\n result = proxy.callRemote(Sum, a=5, b=10)\n print \"TOTAL:\", result['total']\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ampy", "package_url": "https://pypi.org/project/ampy/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ampy/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/ampy/1.2.6/", "requires_dist": null, "requires_python": null, "summary": "Ampy - The pure-Python AMP library", "version": "1.2.6" }, "last_serial": 786264, "releases": { "1.2.3": [ { "comment_text": "", "digests": { "md5": "5fe7a764a58133797d98c78f167f7ff2", "sha256": "0de986807b4e3fda8c74b26e3d76f76677c3bc109eddf8b10d630a82efc0c326" }, "downloads": -1, "filename": "ampy-1.2.3.tar.gz", "has_sig": false, "md5_digest": "5fe7a764a58133797d98c78f167f7ff2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35199, "upload_time": "2013-04-02T15:00:43", "url": "https://files.pythonhosted.org/packages/06/02/66d4f6a6fcc0b68fc2e417c01d79c2c49c45d06ac044eed7ba0cb382939d/ampy-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "4e3a4d887e7f907ed4b6e19324636a92", "sha256": "6f6882efd4c9ec2688a3e725fdd81bfc5708aca1be7b1463a480fb50ddc5002a" }, "downloads": -1, "filename": "ampy-1.2.4.tar.gz", "has_sig": false, "md5_digest": "4e3a4d887e7f907ed4b6e19324636a92", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35205, "upload_time": "2013-04-02T15:05:43", "url": "https://files.pythonhosted.org/packages/9e/bc/d0afa570a3c2e3e43660e60751bf1c517ab91dc02e1735ba32f5b3ef8a55/ampy-1.2.4.tar.gz" } ], "1.2.5": [ { "comment_text": "", "digests": { "md5": "e13ecb67997b177c951dc5fc33f02811", "sha256": "3c394b253227f36d1dfceeabf44d363b8bcec18ed30afabd485444bc828f6457" }, "downloads": -1, "filename": "ampy-1.2.5.tar.gz", "has_sig": false, "md5_digest": "e13ecb67997b177c951dc5fc33f02811", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34951, "upload_time": "2013-04-02T15:13:38", "url": "https://files.pythonhosted.org/packages/eb/75/48053d99df60a82a6ecc7286c7d5f8664ada82be2e8eb83cdc1734aadc32/ampy-1.2.5.tar.gz" } ], "1.2.6": [ { "comment_text": "", "digests": { "md5": "a03e732462b004364c37aa6dcdb9bd42", "sha256": "515e93d680cdccd9fd05c5eb2105a2db7110f116cc15c3e0a23cc7b185d47c1d" }, "downloads": -1, "filename": "ampy-1.2.6.tar.gz", "has_sig": false, "md5_digest": "a03e732462b004364c37aa6dcdb9bd42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35221, "upload_time": "2013-04-02T15:14:40", "url": "https://files.pythonhosted.org/packages/0e/cc/9e10db9734c995772fcbbe7441f8a3a3565dd641fbda13b7cb4f675420dc/ampy-1.2.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a03e732462b004364c37aa6dcdb9bd42", "sha256": "515e93d680cdccd9fd05c5eb2105a2db7110f116cc15c3e0a23cc7b185d47c1d" }, "downloads": -1, "filename": "ampy-1.2.6.tar.gz", "has_sig": false, "md5_digest": "a03e732462b004364c37aa6dcdb9bd42", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 35221, "upload_time": "2013-04-02T15:14:40", "url": "https://files.pythonhosted.org/packages/0e/cc/9e10db9734c995772fcbbe7441f8a3a3565dd641fbda13b7cb4f675420dc/ampy-1.2.6.tar.gz" } ] }