{ "info": { "author": "Saul Shanabrook", "author_email": "s.shanabrook@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# This is the Python implementation of Forget Table\n\nWritten by [Mike Dewar](http://twitter.com/mikedewar) and [Micha Gorelick](http://micha.gd/).\n\nTo install run `pip install forgettable`.\n\nTo start the service run `forgettable --port=8080` which will start the wrapper. Note that you will need a Redis database running locally on port 6379. Forget Table will write into db 2 by default. \n\nUpon recieving an event, to increment a bin in a distribution call \n\n localhost:8080/incr?key=colours&bin=red\n\nwhere `colours` is the name of the distribution and `red` is the name of the bin you want to increment.\nThe distribution and bin will be created if they don't already exist. \n\nTo query the whole distribution call\n\n localhost:8080/dist?key=colours\n\nThis will return a JSON blob with the normalised distribution in it. To query a specific bin of a distribution call \n\n localhost:8080/bin?key=colours&bin=blue", "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/bitly/forgettable/tree/master/pyforget", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "forgettable", "package_url": "https://pypi.org/project/forgettable/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/forgettable/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitly/forgettable/tree/master/pyforget" }, "release_url": "https://pypi.org/project/forgettable/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "UNKNOWN", "version": "0.1.0" }, "last_serial": 1166279, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "0dbda8a448ceb346cb9d98566a9d0be4", "sha256": "aeacfefe42cc1585da7b5660be764297b174741f08f75b48824200f36095467e" }, "downloads": -1, "filename": "forgettable-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "0dbda8a448ceb346cb9d98566a9d0be4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5369, "upload_time": "2014-07-23T05:34:25", "url": "https://files.pythonhosted.org/packages/e3/e2/57aca8a9c7cfe2aee36f56c5649c11bb682e295442bc0d85fe4148177b81/forgettable-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8443c63b911982f5ac7f08bf635f5f5", "sha256": "2c477abff73c023c43f3c332220420826ddc603446f6599dbff584a3a4cf3a26" }, "downloads": -1, "filename": "forgettable-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b8443c63b911982f5ac7f08bf635f5f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3240, "upload_time": "2014-07-23T05:34:22", "url": "https://files.pythonhosted.org/packages/08/0c/9074a92187e5a868041fa7d47cbfeb509a51707ff9916d0786632722ff51/forgettable-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0dbda8a448ceb346cb9d98566a9d0be4", "sha256": "aeacfefe42cc1585da7b5660be764297b174741f08f75b48824200f36095467e" }, "downloads": -1, "filename": "forgettable-0.1.0-py2-none-any.whl", "has_sig": false, "md5_digest": "0dbda8a448ceb346cb9d98566a9d0be4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 5369, "upload_time": "2014-07-23T05:34:25", "url": "https://files.pythonhosted.org/packages/e3/e2/57aca8a9c7cfe2aee36f56c5649c11bb682e295442bc0d85fe4148177b81/forgettable-0.1.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b8443c63b911982f5ac7f08bf635f5f5", "sha256": "2c477abff73c023c43f3c332220420826ddc603446f6599dbff584a3a4cf3a26" }, "downloads": -1, "filename": "forgettable-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b8443c63b911982f5ac7f08bf635f5f5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3240, "upload_time": "2014-07-23T05:34:22", "url": "https://files.pythonhosted.org/packages/08/0c/9074a92187e5a868041fa7d47cbfeb509a51707ff9916d0786632722ff51/forgettable-0.1.0.tar.gz" } ] }