{ "info": { "author": "\u00c3\u0092scar Vilaplana", "author_email": "dev@oscarvilaplana.cat", "bugtrack_url": null, "classifiers": [], "description": "Simplecurry\u2019s ``curried`` provides a simple way to use curried functions in Python. There are alternative implementations, but they are unnecessarily complex.\n\nExample\n~~~~~~~\n\nThis is an example on how to use it::\n\n from simplecurry import curried\n\n @curried\n def add(a, b, c):\n return a + b + c\n \n add(1)(2)(3) # Returns 6\n add(1, 2)(3) # Returns 6\n add(1)(2, 3) # Returns 6\n add(1, 2, 3) # Returns 6", "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/grimborg/simplecurry", "keywords": null, "license": "http://www.gnu.org/licenses/gpl-2.0.html", "maintainer": null, "maintainer_email": null, "name": "simplecurry", "package_url": "https://pypi.org/project/simplecurry/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simplecurry/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/grimborg/simplecurry" }, "release_url": "https://pypi.org/project/simplecurry/1.12/", "requires_dist": null, "requires_python": null, "summary": "Curried decorator", "version": "1.12" }, "last_serial": 799568, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "b71896522782b9b69a267e375bca177b", "sha256": "7f8baf6dcfc44ee68e8d5b5e3758d1eddd707113315593d99f4b9afbca2111c3" }, "downloads": -1, "filename": "simplecurry-1.0.tar.gz", "has_sig": false, "md5_digest": "b71896522782b9b69a267e375bca177b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 780, "upload_time": "2011-09-27T11:56:08", "url": "https://files.pythonhosted.org/packages/38/01/537599be9e4bee845f5e25473bde4a67846748d2db2bdbed442a828ab58f/simplecurry-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "af3d43ba55f98bc7fdda587d2f217bed", "sha256": "7591a1779694ef3f0bfd69b6666f51a0936f37eaaeffff523de4dbda982f218c" }, "downloads": -1, "filename": "simplecurry-1.1.tar.gz", "has_sig": false, "md5_digest": "af3d43ba55f98bc7fdda587d2f217bed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 976, "upload_time": "2011-09-27T11:58:12", "url": "https://files.pythonhosted.org/packages/c4/02/c5cfb0730cf0cc4553b8e9e7dcd7e355db774752fe700ab5a3df6a0ec374/simplecurry-1.1.tar.gz" } ], "1.11": [ { "comment_text": "", "digests": { "md5": "089daf9b5c0677c5d6a81c4fcc86ccab", "sha256": "0d47c34761e3cc344ebaa3abe28c6e9b48ef61114fd9752319016860d9d3f652" }, "downloads": -1, "filename": "simplecurry-1.11.tar.gz", "has_sig": false, "md5_digest": "089daf9b5c0677c5d6a81c4fcc86ccab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1307, "upload_time": "2011-09-28T11:00:20", "url": "https://files.pythonhosted.org/packages/f3/71/9c571f9e433b61f7cd1cf6bde34a225508aac053f943ba4860509fe8f1b6/simplecurry-1.11.tar.gz" } ], "1.12": [ { "comment_text": "", "digests": { "md5": "14891c51c431f9ce363f44cb239a6aa7", "sha256": "906301a828860e186c40a2fed8c7bd1a12a24551c2c26f9d357f86ea16374e05" }, "downloads": -1, "filename": "simplecurry-1.12.tar.gz", "has_sig": false, "md5_digest": "14891c51c431f9ce363f44cb239a6aa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1328, "upload_time": "2011-09-28T17:08:16", "url": "https://files.pythonhosted.org/packages/d9/62/77fd0e95da69e193bed7b3ac1fd81070c9821814da26b45290248d33816b/simplecurry-1.12.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "14891c51c431f9ce363f44cb239a6aa7", "sha256": "906301a828860e186c40a2fed8c7bd1a12a24551c2c26f9d357f86ea16374e05" }, "downloads": -1, "filename": "simplecurry-1.12.tar.gz", "has_sig": false, "md5_digest": "14891c51c431f9ce363f44cb239a6aa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1328, "upload_time": "2011-09-28T17:08:16", "url": "https://files.pythonhosted.org/packages/d9/62/77fd0e95da69e193bed7b3ac1fd81070c9821814da26b45290248d33816b/simplecurry-1.12.tar.gz" } ] }