{ "info": { "author": "Erez Shinan", "author_email": "erezshin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Text Processing :: General" ], "description": "LambdaX is a composition class. It's a lambda replacement which is shorter, pickle-able, and cooler.\n\n LambdaX has two main features:\n\n It acts as an identity function ( so X(object) == object, etc. )\n When performing operations on it, it returns a new class that acts as a corresponding function.\n\n Example:\n >>> map( X+2, [1, 2, 3] )\n [3, 4, 5]\n\n >>> head, tail = X[0], X[1:]\n >>> (head(tail))([1,2,3])", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/erezsh/LambdaX/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/erezsh/LambdaX", "keywords": "x lambda", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "LambdaX", "package_url": "https://pypi.org/project/LambdaX/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/LambdaX/", "project_urls": { "Download": "https://github.com/erezsh/LambdaX/tarball/master", "Homepage": "https://github.com/erezsh/LambdaX" }, "release_url": "https://pypi.org/project/LambdaX/0.2/", "requires_dist": null, "requires_python": null, "summary": "A lambda replacement which is shorter, pickle-able, and cooler.", "version": "0.2" }, "last_serial": 668862, "releases": { "0.2": [ { "comment_text": "", "digests": { "md5": "38395d0dc7a5b3b95019a7eb0293a234", "sha256": "540544bb66fa1c63cd2550c9a976c7d9391969b6753fd8a64ad59a5f022dc44a" }, "downloads": -1, "filename": "LambdaX-0.2.zip", "has_sig": false, "md5_digest": "38395d0dc7a5b3b95019a7eb0293a234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3636, "upload_time": "2013-01-03T18:11:29", "url": "https://files.pythonhosted.org/packages/fd/a4/26976b249dc6618ca1516b6dfb3729ec429c81dd9f5eb626757fa1dbb094/LambdaX-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38395d0dc7a5b3b95019a7eb0293a234", "sha256": "540544bb66fa1c63cd2550c9a976c7d9391969b6753fd8a64ad59a5f022dc44a" }, "downloads": -1, "filename": "LambdaX-0.2.zip", "has_sig": false, "md5_digest": "38395d0dc7a5b3b95019a7eb0293a234", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3636, "upload_time": "2013-01-03T18:11:29", "url": "https://files.pythonhosted.org/packages/fd/a4/26976b249dc6618ca1516b6dfb3729ec429c81dd9f5eb626757fa1dbb094/LambdaX-0.2.zip" } ] }