{ "info": { "author": "Jun Namikawa", "author_email": "jnamika@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: ISC License (ISCL)", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "fcompop is a Python library that provides function composition operators.\n\nAn example of usages is following:\n\n >>> import fcompop\n >>> fcompop.inject() # adding operators to builtin&user functions\n >>> func = str._ >> (lambda x: x * 2 + 'abc') >> str.upper\n >>> func(123)\n '123123ABC'\n >>> func = (lambda x: '-' + x)._ << chr << (lambda x: x + 1) << ord\n >>> func('a')\n '-b'", "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/jnamika/fcompop", "keywords": "function composition operator functional programming", "license": "ISC License (ISCL)", "maintainer": null, "maintainer_email": null, "name": "fcompop", "package_url": "https://pypi.org/project/fcompop/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fcompop/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jnamika/fcompop" }, "release_url": "https://pypi.org/project/fcompop/0.3/", "requires_dist": null, "requires_python": null, "summary": "Function composition operators for functional programming", "version": "0.3" }, "last_serial": 1092156, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "281de24db6d86264e7542a277fd659fa", "sha256": "40fa0a926b0e66102129dca0f6fedbb39b675a0378dad030c262f1309ca0a26f" }, "downloads": -1, "filename": "fcompop-0.1.tar.gz", "has_sig": false, "md5_digest": "281de24db6d86264e7542a277fd659fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1947, "upload_time": "2014-05-13T08:08:22", "url": "https://files.pythonhosted.org/packages/9b/95/7bdbbc7b9390849f8393d8d58674ed67ff9e65b28e51681d573844a21655/fcompop-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "238d9910423ac367d04b02a4a45a868a", "sha256": "0c9113a44077ad2b5691349ecf0e82a248f6704e4ee3a87efcb793f34316b6a0" }, "downloads": -1, "filename": "fcompop-0.2.tar.gz", "has_sig": false, "md5_digest": "238d9910423ac367d04b02a4a45a868a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1985, "upload_time": "2014-05-13T11:52:26", "url": "https://files.pythonhosted.org/packages/5f/07/24760826d352fb344b0413b1a8774f246f8ac333a63d124a5ebf37869ba7/fcompop-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6eceedd451e99649a876e60010867703", "sha256": "69e365fcfbfd7b033d0669a37ba707c1fdd1726307cd4bdb213a0c0152a9ab3e" }, "downloads": -1, "filename": "fcompop-0.3.tar.gz", "has_sig": false, "md5_digest": "6eceedd451e99649a876e60010867703", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2011, "upload_time": "2014-05-14T13:06:49", "url": "https://files.pythonhosted.org/packages/30/b8/d104a22d7c784dd9635645089170b14efe6010eef6b51467c37fe224f60a/fcompop-0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6eceedd451e99649a876e60010867703", "sha256": "69e365fcfbfd7b033d0669a37ba707c1fdd1726307cd4bdb213a0c0152a9ab3e" }, "downloads": -1, "filename": "fcompop-0.3.tar.gz", "has_sig": false, "md5_digest": "6eceedd451e99649a876e60010867703", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2011, "upload_time": "2014-05-14T13:06:49", "url": "https://files.pythonhosted.org/packages/30/b8/d104a22d7c784dd9635645089170b14efe6010eef6b51467c37fe224f60a/fcompop-0.3.tar.gz" } ] }