{ "info": { "author": "Andy Brice", "author_email": "andybrice@users.noreply.github.com", "bugtrack_url": null, "classifiers": [], "description": "\n A library to add a neat, readable, functional pipeline syntax to Python.\n\n It allows you to rewrite messy nested function calls such as this:\n\n .. code:: python\n\n title_sanitized =\n replace(replace(replace(lowercase(\"Lorem Ipsum Dolor 2018/02/18\"), \" \", \"_\"), \"/\", \"-\"), \"@\", \"at\")\n\n title_sanitized # -> \"lorem_ipsum_dolor_2018-02-18\"\n\n In a far more readable format like this:\n\n .. code:: python\n\n title_sanitized = (\n \"Lorem Ipsum Dolor 2018/02/18\"\n >> f.lowercase\n >> f.replace(\"/\", \"-\")\n >> f.replace(\" \", \"_\")\n >> f.replace(\"@\", \"at\")\n )\n\n title_sanitized # -> \"lorem_ipsum_dolor_2018-02-18\"\n ", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/andybrice/pypework", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pypework", "package_url": "https://pypi.org/project/pypework/", "platform": "", "project_url": "https://pypi.org/project/pypework/", "project_urls": { "Homepage": "http://github.com/andybrice/pypework" }, "release_url": "https://pypi.org/project/pypework/0.8/", "requires_dist": null, "requires_python": "", "summary": "Functional pipeline library for Python", "version": "0.8" }, "last_serial": 3695511, "releases": { "0.5": [ { "comment_text": "", "digests": { "md5": "66e2f5935801195e1bb5a47473e34e18", "sha256": "9633f05a31898e7ddcaadd74d246c8191d7370cd0363bbbedd8dc1feb24cd516" }, "downloads": -1, "filename": "pypework-0.5.tar.gz", "has_sig": false, "md5_digest": "66e2f5935801195e1bb5a47473e34e18", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1503, "upload_time": "2018-02-27T23:49:21", "url": "https://files.pythonhosted.org/packages/31/ba/8649bb817ae0cd57f724d9491953b0d62d76a1e5fc557940c35cff540c24/pypework-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "46292d102387b76cf4548d12086c8e8d", "sha256": "0ae5a241a969a6e6a771267c5bcb6a2ab6b7c2df589e2436fd52a2aa1fae15c7" }, "downloads": -1, "filename": "pypework-0.6.tar.gz", "has_sig": false, "md5_digest": "46292d102387b76cf4548d12086c8e8d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1899, "upload_time": "2018-02-28T15:29:19", "url": "https://files.pythonhosted.org/packages/10/7d/7d9885354104383ccf130064627f258d3ccbcf3981525e33e675c5b483c1/pypework-0.6.tar.gz" } ], "0.6.1": [ { "comment_text": "", "digests": { "md5": "e41774a43cb1f4f636aada42e4226fab", "sha256": "3170211ee853cdee7bdfaa7c5177a2bca07ae182cdf61eaec61085dfd5e9c98f" }, "downloads": -1, "filename": "pypework-0.6.1.tar.gz", "has_sig": false, "md5_digest": "e41774a43cb1f4f636aada42e4226fab", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2198, "upload_time": "2018-03-02T00:08:41", "url": "https://files.pythonhosted.org/packages/23/b7/a616c1bd579b101655961da1814e816e5e1659e04a20c194493746769f1a/pypework-0.6.1.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "cc1d61c63ba6737ac5c547b09db268bf", "sha256": "bcff7122a906a0925870f3fadd8200ceb391288df4762243f8f1f0d51c30cc94" }, "downloads": -1, "filename": "pypework-0.7.tar.gz", "has_sig": false, "md5_digest": "cc1d61c63ba6737ac5c547b09db268bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2185, "upload_time": "2018-03-02T14:26:39", "url": "https://files.pythonhosted.org/packages/43/1d/e1dd34a052f6dd995e23f52a6d1da975d8fb17b6020ee0e71a992321516f/pypework-0.7.tar.gz" } ], "0.8": [ { "comment_text": "", "digests": { "md5": "b2f5ebaabd9ae12bdd35f05734e01cfa", "sha256": "5d9413597d040af0a73529d684628104cfb99520591630cbd785cab718099c41" }, "downloads": -1, "filename": "pypework-0.8.tar.gz", "has_sig": false, "md5_digest": "b2f5ebaabd9ae12bdd35f05734e01cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2627, "upload_time": "2018-03-22T14:08:50", "url": "https://files.pythonhosted.org/packages/9c/f6/bb61ca2e2f73f3966b1bdda3e19640876489a5875ee9adbac3410e6d99ba/pypework-0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2f5ebaabd9ae12bdd35f05734e01cfa", "sha256": "5d9413597d040af0a73529d684628104cfb99520591630cbd785cab718099c41" }, "downloads": -1, "filename": "pypework-0.8.tar.gz", "has_sig": false, "md5_digest": "b2f5ebaabd9ae12bdd35f05734e01cfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2627, "upload_time": "2018-03-22T14:08:50", "url": "https://files.pythonhosted.org/packages/9c/f6/bb61ca2e2f73f3966b1bdda3e19640876489a5875ee9adbac3410e6d99ba/pypework-0.8.tar.gz" } ] }