{ "info": { "author": "Sean Reifschneider", "author_email": "jafo@tummy.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: Public Domain", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.3", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Database" ], "description": "Module to compute the moving average of a list. For example:\r\n\r\n from movingaverage import movingaverage\r\n print list(movingaverage([1,2,3,4,5,6], 3))\r\n >>> [2,3,4,5]\r\n\r\nmovingaverage(data, sample_size):\r\n Return the moving averages of the data, with a window size of\r\n `sample_size`. `sample_size` must be an integer greater than 0.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/downloads/linsomniac/python-movingaverage/python-movingaverage-2.00.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/linsomniac/python-movingaverage", "keywords": "moving average", "license": "Public Domain", "maintainer": "Sean Reifschneider", "maintainer_email": "jafo@tummy.com", "name": "movingaverage", "package_url": "https://pypi.org/project/movingaverage/", "platform": "", "project_url": "https://pypi.org/project/movingaverage/", "project_urls": { "Download": "https://github.com/downloads/linsomniac/python-movingaverage/python-movingaverage-2.00.tar.gz", "Homepage": "https://github.com/linsomniac/python-movingaverage" }, "release_url": "https://pypi.org/project/movingaverage/2.00/", "requires_dist": null, "requires_python": null, "summary": "Provides a moving average over a data set.", "version": "2.00" }, "last_serial": 250159, "releases": { "1.00": [], "2.00": [] }, "urls": [] }