{ "info": { "author": "Ilia Ilinykh", "author_email": "ilyasyoy@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Streamer\n\nSimple package that provides a simple way to interact with iterable objects in more fluent way.\n\nExample:\n\n```python\nfrom streamer import stream\n\nstream([1, 2, 3, 4]) \\\n .map(lambda x: x ** 2) \\\n .take()\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/IlyasYOY/python-streamer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "pyperstream", "package_url": "https://pypi.org/project/pyperstream/", "platform": "", "project_url": "https://pypi.org/project/pyperstream/", "project_urls": { "Homepage": "https://github.com/IlyasYOY/python-streamer" }, "release_url": "https://pypi.org/project/pyperstream/0.2/", "requires_dist": null, "requires_python": "", "summary": "A small simple Stream API-like wrapper.", "version": "0.2" }, "last_serial": 4725853, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "9106404386c1f251942338df17ec19e3", "sha256": "c98f9e16ca0c69cdbe47e63599c5b9c9dac9aae30b850e44aea6a00c4c0872b0" }, "downloads": -1, "filename": "pyperstream-0.1.tar.gz", "has_sig": false, "md5_digest": "9106404386c1f251942338df17ec19e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2315, "upload_time": "2019-01-20T23:41:22", "url": "https://files.pythonhosted.org/packages/f3/3d/dc66c2ab97d116c363b19400b87a21f9d1b9a426e9d7e5763bf37a2f41bd/pyperstream-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "0b22742bb371369ba34df7fbbea2d883", "sha256": "583b8fadbff77eff41189831cdf3002c6497424f30b7f3452ada1f7b9caae115" }, "downloads": -1, "filename": "pyperstream-0.2.tar.gz", "has_sig": false, "md5_digest": "0b22742bb371369ba34df7fbbea2d883", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3285, "upload_time": "2019-01-22T12:59:46", "url": "https://files.pythonhosted.org/packages/a7/3d/ad0c3df013ec3ebe6917c131e7694239e8dc77caea1f7e7826fca0648cec/pyperstream-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b22742bb371369ba34df7fbbea2d883", "sha256": "583b8fadbff77eff41189831cdf3002c6497424f30b7f3452ada1f7b9caae115" }, "downloads": -1, "filename": "pyperstream-0.2.tar.gz", "has_sig": false, "md5_digest": "0b22742bb371369ba34df7fbbea2d883", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3285, "upload_time": "2019-01-22T12:59:46", "url": "https://files.pythonhosted.org/packages/a7/3d/ad0c3df013ec3ebe6917c131e7694239e8dc77caea1f7e7826fca0648cec/pyperstream-0.2.tar.gz" } ] }