{ "info": { "author": "Keisuke Fukuda", "author_email": "keisukefukuda@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Topic :: Text Processing :: Filters" ], "description": "StreamSampler\n=============\n\nStreamSampler package allows you to sample a particular number of elements from\na stream of data of which length is very large or unknown.\n\nStreamSampler is provided in both forms of an executable command and library.\nIt utilizes Reservoir sampling algorithm [`Vitter85`_]\n\nYou can take a look at the README.txt of other projects, such as repoze.bfg\n(http://bfg.repoze.org/trac/browser/trunk/README.txt) for some ideas.\n\n.. _`Vitter85`: Random Sampling with a Reservoir http://www.cs.umd.edu/~samir/498/vitter.pdf\n\n\n\nLicense\n-------\nMIT License\n\nSee Also\n--------\n* `sample-cli`_ by Paul Butler is a command line tool providing almost the same feature. StreamSampler is intended to be a library, although it has a command line interface, so that it can be a part of other packages including my future projects.\n\n.. _`sample-cli`: https://pypi.python.org/pypi/sample-cli/\n\n\n.. This is your project NEWS file which will contain the release notes.\n.. Example: http://www.python.org/download/releases/2.6/NEWS.txt\n.. The content of this file, along with README.rst, will appear in your\n.. project's PyPI page.\n\nNews\n====\n\n0.1.1\n-----\n* Tests in Python 2.6, 2.7, 3.1, 3.2, 3.3\n\n0.1.0\n-----\n\nFirst public version", "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/keisukefukuda/streamsampler", "keywords": "Reservior sampling,", "license": "MIT License", "maintainer": null, "maintainer_email": null, "name": "StreamSampler", "package_url": "https://pypi.org/project/StreamSampler/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/StreamSampler/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/keisukefukuda/streamsampler" }, "release_url": "https://pypi.org/project/StreamSampler/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Data sampler from streaming data", "version": "0.1.1" }, "last_serial": 963150, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5bebb155c7218a98474d1d7928fe79cf", "sha256": "7bea32c7d2ee6b0e08f4df5e06291681789bdc1ecc07ff9c65100d55fd85dd4c" }, "downloads": -1, "filename": "StreamSampler-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5bebb155c7218a98474d1d7928fe79cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4210, "upload_time": "2014-01-07T03:24:09", "url": "https://files.pythonhosted.org/packages/ae/f5/3cc7d80103c3427480bf125e657c8b38dace4340e8e969859e98d53a019b/StreamSampler-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "3a11ecc5a75923376a0b100c809a81ec", "sha256": "f4b3ace37a0d09cbbe7a36f40002551eedf12e451b349cdcd6640e1b96ece30f" }, "downloads": -1, "filename": "StreamSampler-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3a11ecc5a75923376a0b100c809a81ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4257, "upload_time": "2014-01-08T01:27:06", "url": "https://files.pythonhosted.org/packages/e9/be/d34681061c6b0e30edb3a27bfbfe7ca808e53227d8741d06a43a2ac98c39/StreamSampler-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a11ecc5a75923376a0b100c809a81ec", "sha256": "f4b3ace37a0d09cbbe7a36f40002551eedf12e451b349cdcd6640e1b96ece30f" }, "downloads": -1, "filename": "StreamSampler-0.1.1.tar.gz", "has_sig": false, "md5_digest": "3a11ecc5a75923376a0b100c809a81ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4257, "upload_time": "2014-01-08T01:27:06", "url": "https://files.pythonhosted.org/packages/e9/be/d34681061c6b0e30edb3a27bfbfe7ca808e53227d8741d06a43a2ac98c39/StreamSampler-0.1.1.tar.gz" } ] }