{ "info": { "author": "Gregory Bell", "author_email": "gregoryscottbell@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Unlike Lisp's \"values\" function, Python lacks a way of creating a function that return multiple values where the caller by default only sees the first one. Simply add the @multiplereturn decorator to any function or method that return a tuple, and it will now return only the first item in that tuple to its callers. Wrap the call to a @multiplereturn decorated function with the values() function and the caller gets the original tuple.", "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/Gregory-Bell/MultipleReturn", "keywords": "multiple return values decorator", "license": "GPLv3+", "maintainer": "", "maintainer_email": "", "name": "MultipleReturn", "package_url": "https://pypi.org/project/MultipleReturn/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/MultipleReturn/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Gregory-Bell/MultipleReturn" }, "release_url": "https://pypi.org/project/MultipleReturn/0.1.0a1/", "requires_dist": null, "requires_python": null, "summary": "An implementation of multiple return values.", "version": "0.1.0a1" }, "last_serial": 1359187, "releases": { "0.1.0a1": [ { "comment_text": "", "digests": { "md5": "c31bbb52d1745d50a74388b5808550e5", "sha256": "acee6caf6a7b5d3ce13da7d8c1613edaced517500aed18b361e1722a47b0dd59" }, "downloads": -1, "filename": "MultipleReturn-0.1.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c31bbb52d1745d50a74388b5808550e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4540, "upload_time": "2014-12-23T18:44:35", "url": "https://files.pythonhosted.org/packages/f0/71/86af4c1f05e1cc0b24988c6a7a3928a89da34614f95866e5e2363b77b6d2/MultipleReturn-0.1.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf512b20f74b838e27f6233f3c9b922f", "sha256": "4ca53e2ff5b702ecbcfd548560b0a9322187a7a1f6700a251a0b0e127726a3ed" }, "downloads": -1, "filename": "MultipleReturn-0.1.0a1.zip", "has_sig": false, "md5_digest": "cf512b20f74b838e27f6233f3c9b922f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4992, "upload_time": "2014-12-23T18:44:39", "url": "https://files.pythonhosted.org/packages/df/60/b2f5e229c266618b6230173bf76296e8fe1d1ff5227b87f54eb8ee642d48/MultipleReturn-0.1.0a1.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c31bbb52d1745d50a74388b5808550e5", "sha256": "acee6caf6a7b5d3ce13da7d8c1613edaced517500aed18b361e1722a47b0dd59" }, "downloads": -1, "filename": "MultipleReturn-0.1.0a1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c31bbb52d1745d50a74388b5808550e5", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4540, "upload_time": "2014-12-23T18:44:35", "url": "https://files.pythonhosted.org/packages/f0/71/86af4c1f05e1cc0b24988c6a7a3928a89da34614f95866e5e2363b77b6d2/MultipleReturn-0.1.0a1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cf512b20f74b838e27f6233f3c9b922f", "sha256": "4ca53e2ff5b702ecbcfd548560b0a9322187a7a1f6700a251a0b0e127726a3ed" }, "downloads": -1, "filename": "MultipleReturn-0.1.0a1.zip", "has_sig": false, "md5_digest": "cf512b20f74b838e27f6233f3c9b922f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4992, "upload_time": "2014-12-23T18:44:39", "url": "https://files.pythonhosted.org/packages/df/60/b2f5e229c266618b6230173bf76296e8fe1d1ff5227b87f54eb8ee642d48/MultipleReturn-0.1.0a1.zip" } ] }