{ "info": { "author": "huyx", "author_email": "ycyuxin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Parameters call function, :-)\n=============================\n\nYou can do::\n\n from __future__ import print_function\n\n print('x', 'y', sep=',')\n\nBut I can not do::\n\n from __future__ import print_function\n\n parameters = ('x', 'y', sep=',')\n print(parameters)\n\nWith icall, I can do similar thing::\n\n from __future__ import print_function\n from icall import ICall\n\n parameters = ICall('x', 'y', sep=',')\n parameters(print)\n\nSometimes, you may use Parameters(similar to ICall)::\n\n from __future__ import print_function\n from icall import Parameters\n\n parameters = Parameters('x', 'y', sep=',')\n parameters(format)\r\n\r\n\r\nChanges\n=======\n\n0.3.3(2014-09-16)\n-----------------\n\n- Use reStructedText in text files. \n\n0.3.0\n-----\n\n- Rename package 'callwith' to 'icall'", "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/huyx/icall", "keywords": "functools,function,call", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "icall", "package_url": "https://pypi.org/project/icall/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/icall/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/huyx/icall" }, "release_url": "https://pypi.org/project/icall/0.3.4/", "requires_dist": null, "requires_python": null, "summary": "Parameters call function, :-)", "version": "0.3.4" }, "last_serial": 1225874, "releases": { "0.3.0": [ { "comment_text": "", "digests": { "md5": "6735ce59ee499a8b2978f6b3de60fa25", "sha256": "e0b8db6d3c39a87925d26372a2a7ca2db102b609479cddb18bed1a47ae08fa27" }, "downloads": -1, "filename": "icall-0.3.0.zip", "has_sig": false, "md5_digest": "6735ce59ee499a8b2978f6b3de60fa25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2086, "upload_time": "2014-09-15T08:28:09", "url": "https://files.pythonhosted.org/packages/72/15/5f2e6f4e38c9180c2097940919a29fbf46497c9a2dd0a66275c718ebdcb9/icall-0.3.0.zip" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "b177f996e7a18d4b37aebd3daf56e2a3", "sha256": "89ef9485b830ef86e28dc1d8cd6e2db5c65e014aa81784cbb5ffb033aa5e704f" }, "downloads": -1, "filename": "icall-0.3.1.zip", "has_sig": false, "md5_digest": "b177f996e7a18d4b37aebd3daf56e2a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2081, "upload_time": "2014-09-15T08:30:59", "url": "https://files.pythonhosted.org/packages/98/65/4919f41fc85360993aa7154171fda5badc732e106b5165abf5dd2cfc69f1/icall-0.3.1.zip" } ], "0.3.2": [ { "comment_text": "", "digests": { "md5": "71ac02e77edde7154cb64b8edd6cb1c3", "sha256": "1dc45bf739eb983a65d0e1a5db5ed6b1b225da773642e4ba282b68d302d19a4e" }, "downloads": -1, "filename": "icall-0.3.2.zip", "has_sig": false, "md5_digest": "71ac02e77edde7154cb64b8edd6cb1c3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1828, "upload_time": "2014-09-16T01:57:59", "url": "https://files.pythonhosted.org/packages/80/7f/03a0df3fe8c96af3bdb208a1f1796951cdeab1c2256d6f6ac657731546a1/icall-0.3.2.zip" } ], "0.3.3": [ { "comment_text": "", "digests": { "md5": "31f609fad48cc6dad5c40a6ec595be7c", "sha256": "c5c457eec2c1add31e738cbd3b439f52987bea05899292afc1446ba765db9be6" }, "downloads": -1, "filename": "icall-0.3.3.zip", "has_sig": false, "md5_digest": "31f609fad48cc6dad5c40a6ec595be7c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1863, "upload_time": "2014-09-16T02:00:28", "url": "https://files.pythonhosted.org/packages/48/e2/a5881b8364d254b82a2d53d0fdf52b2edfd68bbe7be66a3cba41d140f87e/icall-0.3.3.zip" } ], "0.3.4": [ { "comment_text": "", "digests": { "md5": "41fcaf6c86a385a9940456cbdb75cda5", "sha256": "d0d80c038e5f6cd4fbf4cf5082d0786766f07ebdcd08137c32c5d73f0f74ddba" }, "downloads": -1, "filename": "icall-0.3.4.zip", "has_sig": false, "md5_digest": "41fcaf6c86a385a9940456cbdb75cda5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436, "upload_time": "2014-09-16T02:10:58", "url": "https://files.pythonhosted.org/packages/51/cd/4aef2a76124874905b485438fcff36934a2cf4f6b10f2bc992fc28df79cb/icall-0.3.4.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "41fcaf6c86a385a9940456cbdb75cda5", "sha256": "d0d80c038e5f6cd4fbf4cf5082d0786766f07ebdcd08137c32c5d73f0f74ddba" }, "downloads": -1, "filename": "icall-0.3.4.zip", "has_sig": false, "md5_digest": "41fcaf6c86a385a9940456cbdb75cda5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2436, "upload_time": "2014-09-16T02:10:58", "url": "https://files.pythonhosted.org/packages/51/cd/4aef2a76124874905b485438fcff36934a2cf4f6b10f2bc992fc28df79cb/icall-0.3.4.zip" } ] }