{ "info": { "author": "Andrew Nystrom", "author_email": "AWNystrom@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7" ], "description": "#CountMinSketch\n==============\n\nThis is a pure-Python count-min sketch. It's pretty fast and accurate. Try it out!\n\n##Usage\n```python\n>>> cms = CountMinSketch(200, 500)\n>>> cms['foo']\n0\n>>> cms['foo'] += 5\n>>> cms['foo']\n5\n```", "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/AWNystrom/CountMinSketch", "keywords": "count,min,sketch,fast,pure", "license": "Apache 2.0", "maintainer": null, "maintainer_email": null, "name": "count_min_sketch", "package_url": "https://pypi.org/project/count_min_sketch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/count_min_sketch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/AWNystrom/CountMinSketch" }, "release_url": "https://pypi.org/project/count_min_sketch/3.0.4/", "requires_dist": null, "requires_python": null, "summary": "A fast and accurate Count-Min Sketch data structure.", "version": "3.0.4" }, "last_serial": 2328645, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "62a92e99fb689ec2385e1e52ecff39d0", "sha256": "3a35232fb7b9093f4087907237ed3150563fcdd2915e3e5d136d0941bb04a724" }, "downloads": -1, "filename": "count_min_sketch-1.0.0-py2.7.egg", "has_sig": false, "md5_digest": "62a92e99fb689ec2385e1e52ecff39d0", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 5593, "upload_time": "2014-10-04T04:17:15", "url": "https://files.pythonhosted.org/packages/0d/c5/819337c2c8bab09ef381733b64bcfc5428f9199f4bd8954880b75687ad53/count_min_sketch-1.0.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "90efdad0d9389372966695c57bae3f38", "sha256": "d829886b8392abe81525fdf91575d271afcea8e6c0b157d63538d18f6cdf82fd" }, "downloads": -1, "filename": "count_min_sketch-1.0.0.tar.gz", "has_sig": false, "md5_digest": "90efdad0d9389372966695c57bae3f38", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2647, "upload_time": "2014-10-04T04:17:12", "url": "https://files.pythonhosted.org/packages/05/c8/ea8af1c83fc6feb4dbdcb4975406973701f04bf8f2f617ae966500adcb3b/count_min_sketch-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "7b24db1ee8f544385f0b6b63519603b4", "sha256": "afe7fcc59bc516326a87a873c4fce60512f144575d5dca7e065e2a333e9bef9d" }, "downloads": -1, "filename": "count_min_sketch-1.0.1-py2.7.egg", "has_sig": false, "md5_digest": "7b24db1ee8f544385f0b6b63519603b4", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 7793, "upload_time": "2014-10-05T04:04:22", "url": "https://files.pythonhosted.org/packages/fc/68/09fcda6fab5ef1da8e1235a153aff53d4372196539f75a3c86967ce6a7db/count_min_sketch-1.0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b144723797a7c45521308246cf3443cd", "sha256": "91bd9b4f72f66f549ae4062492baf7276761c2566473dec812a35206d62fd731" }, "downloads": -1, "filename": "count_min_sketch-1.0.1.tar.gz", "has_sig": false, "md5_digest": "b144723797a7c45521308246cf3443cd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3630, "upload_time": "2014-10-05T04:04:19", "url": "https://files.pythonhosted.org/packages/fe/cd/06ea6fde884b310ab8715595b1318a1613b4fcb238b841c40b4c47950eb0/count_min_sketch-1.0.1.tar.gz" } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "e8e650d2173328ac2d02a6a2ce3aef43", "sha256": "b4edc8b96314a61366db52a4349fba0f1af433e37f24f6710fd5dc9978402707" }, "downloads": -1, "filename": "count_min_sketch-3.0.0.tar.gz", "has_sig": false, "md5_digest": "e8e650d2173328ac2d02a6a2ce3aef43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2692, "upload_time": "2016-03-08T18:55:34", "url": "https://files.pythonhosted.org/packages/5d/5c/d2829acdd56d223f364b10a23987ed1fa4ee5c1cb287f4ccb3b81adf98de/count_min_sketch-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "f5579fde386b74f3a8c4a00e85684ee3", "sha256": "c85be756a32da38c69926569bde7f1854080bf151ce86ad4a59d534bdf946daa" }, "downloads": -1, "filename": "count_min_sketch-3.0.1.tar.gz", "has_sig": false, "md5_digest": "f5579fde386b74f3a8c4a00e85684ee3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2695, "upload_time": "2016-03-08T19:00:55", "url": "https://files.pythonhosted.org/packages/15/87/f00eaa83593b1a56ac1f480db67c8627850f8e50e50fedd660322b24c8d5/count_min_sketch-3.0.1.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "954b15fc7a5d98c19c588beb4ce875ce", "sha256": "b4de92b0d1dc331a3e56c766147e85c315d94b313e09b46752480d7cbf395f97" }, "downloads": -1, "filename": "count_min_sketch-3.0.2.tar.gz", "has_sig": false, "md5_digest": "954b15fc7a5d98c19c588beb4ce875ce", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2723, "upload_time": "2016-03-08T19:13:56", "url": "https://files.pythonhosted.org/packages/98/e7/1f424a52029c5a1d2c9691099547d7b77dc61a276f2b4ad8e9641cc92f91/count_min_sketch-3.0.2.tar.gz" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "67729899aaeef427dc5cc00fa640d38b", "sha256": "eff5cfe6df789a41a0cf2b6a2ad424b04873a014f7480617b4ef9c370f3d22a8" }, "downloads": -1, "filename": "count_min_sketch-3.0.3.tar.gz", "has_sig": false, "md5_digest": "67729899aaeef427dc5cc00fa640d38b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2599, "upload_time": "2016-03-08T19:16:41", "url": "https://files.pythonhosted.org/packages/70/de/8748f129bf6f38a232720b0979cbfdfaedbb09b61bcd28f6063a3f6f9998/count_min_sketch-3.0.3.tar.gz" } ], "3.0.4": [ { "comment_text": "", "digests": { "md5": "a861dd6b74b1fc0594254a155a3619d3", "sha256": "67c21d5105a67283739767b28fcddf8ae621fd0224c6243c90c8f3af23f2d16f" }, "downloads": -1, "filename": "count_min_sketch-3.0.4.tar.gz", "has_sig": false, "md5_digest": "a861dd6b74b1fc0594254a155a3619d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2705, "upload_time": "2016-09-07T04:18:41", "url": "https://files.pythonhosted.org/packages/bf/53/affad6de3267ec9187965304ad184ff3aa6c1b13318b82aa84a6c6f5c439/count_min_sketch-3.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a861dd6b74b1fc0594254a155a3619d3", "sha256": "67c21d5105a67283739767b28fcddf8ae621fd0224c6243c90c8f3af23f2d16f" }, "downloads": -1, "filename": "count_min_sketch-3.0.4.tar.gz", "has_sig": false, "md5_digest": "a861dd6b74b1fc0594254a155a3619d3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2705, "upload_time": "2016-09-07T04:18:41", "url": "https://files.pythonhosted.org/packages/bf/53/affad6de3267ec9187965304ad184ff3aa6c1b13318b82aa84a6c6f5c439/count_min_sketch-3.0.4.tar.gz" } ] }