{ "info": { "author": "Enrico Bacis", "author_email": "enrico.bacis@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Description\n-----------\n\nSome of the ``itertools`` operations do not work on infinite generators,\nthis package is the beginning of the work to port some of the iterator\nconcepts to the infinity.\n\n``infinite`` is compatible with both python2 and python3.\n\nInstallation\n------------\n\nThe package has been uploaded to `PyPI`_, so you can\ninstall the package using pip:\n\n pip install infinite\n\nUsage\n-----\n\nFor example if we want to iterate all the pairs of natural numbers:\n\n.. code:: python\n\n from itertools import count\n from infinite import product\n\n for x, y in product(count(0), count(0)):\n print(x, y)\n if (x, y) == (3, 3):\n break\n\n.. _PyPI: https://pypi.python.org", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/enricobacis/infinite", "keywords": "infinite itertools product generators infinity", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "infinite", "package_url": "https://pypi.org/project/infinite/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/infinite/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/enricobacis/infinite" }, "release_url": "https://pypi.org/project/infinite/0.1/", "requires_dist": null, "requires_python": null, "summary": "itertools operations on infinite generators.", "version": "0.1" }, "last_serial": 2514277, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c8216a887dd236461402d2a21e5abb93", "sha256": "23d9e850bd8101acccb2406ae81c5c0777627ae908352a3a0c2b0fc088d80cb3" }, "downloads": -1, "filename": "infinite-0.1.tar.gz", "has_sig": false, "md5_digest": "c8216a887dd236461402d2a21e5abb93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1821, "upload_time": "2016-12-12T15:31:39", "url": "https://files.pythonhosted.org/packages/9f/a7/31edff0e96132d1daf9c1bc7d20eacfaf98da32458ad636b1b1ce520f881/infinite-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c8216a887dd236461402d2a21e5abb93", "sha256": "23d9e850bd8101acccb2406ae81c5c0777627ae908352a3a0c2b0fc088d80cb3" }, "downloads": -1, "filename": "infinite-0.1.tar.gz", "has_sig": false, "md5_digest": "c8216a887dd236461402d2a21e5abb93", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1821, "upload_time": "2016-12-12T15:31:39", "url": "https://files.pythonhosted.org/packages/9f/a7/31edff0e96132d1daf9c1bc7d20eacfaf98da32458ad636b1b1ce520f881/infinite-0.1.tar.gz" } ] }