{ "info": { "author": "Shoma Hosaka", "author_email": "shoma.h4a+pypi@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "boost.lambda like function generator\n\nUsage:\n\n >>> from pyexpression import _1, _2, _3, if_\n >>> _1 * 10\n \n >>> (_1 * 10)(5)\n 50\n >>> (_1 * _2)(10, 10)\n 100\n >>> map(_1[0], zip(range(10), range(10,20)))\n >>> class Test(object):\n ... def __init__(self):\n ... self.x = 10\n ...\n >>> (_1.x)(Test())\n 10\n >>> x = if_(_1)[_2].else_[_3]\n >>> x(True, 10, 20)\n ... 10\n >>> x(False, 10, 20)\n ... 20", "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/shomah4a/pyexpression", "keywords": null, "license": "LGPL", "maintainer": null, "maintainer_email": null, "name": "pyexpression", "package_url": "https://pypi.org/project/pyexpression/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyexpression/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/shomah4a/pyexpression" }, "release_url": "https://pypi.org/project/pyexpression/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "boost.lambda like function generator", "version": "0.1.0" }, "last_serial": 797168, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "7429d6744a0f79d95905b26bbb4e6a82", "sha256": "dfeba05e5ec4f019937c5dfe892dbe2ffb6e4b10153fcf11f72c5355a017f89a" }, "downloads": -1, "filename": "pyexpression-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7429d6744a0f79d95905b26bbb4e6a82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3839, "upload_time": "2011-07-09T07:14:29", "url": "https://files.pythonhosted.org/packages/1c/49/d2cf2b2725544e80b8a821047d2e0ede01a581552f3cb6fe5e7fb5cc8025/pyexpression-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7429d6744a0f79d95905b26bbb4e6a82", "sha256": "dfeba05e5ec4f019937c5dfe892dbe2ffb6e4b10153fcf11f72c5355a017f89a" }, "downloads": -1, "filename": "pyexpression-0.1.0.tar.gz", "has_sig": false, "md5_digest": "7429d6744a0f79d95905b26bbb4e6a82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3839, "upload_time": "2011-07-09T07:14:29", "url": "https://files.pythonhosted.org/packages/1c/49/d2cf2b2725544e80b8a821047d2e0ede01a581552f3cb6fe5e7fb5cc8025/pyexpression-0.1.0.tar.gz" } ] }