{ "info": { "author": "Eric Florenzano", "author_email": "floguy@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "This module is an unofficial API into WeightBot_. Right now it's very simple\nbecause WeightBot_ is simple.\n\nHere's an example of how you can use it::\n\n from weightbot import WeightBot\n from pprint import pprint\n \n wb = WeightBot('me@example.com', 'my_password')\n data = wb.get_data()\n \n pprint(data)\n\nAnd then running that program might result in::\n\n [{'date': datetime.date(2009, 8, 6), 'kilograms': 91.2, 'pounds': 201.1},\n {'date': datetime.date(2009, 8, 7), 'kilograms': 90.1, 'pounds': 198.7},\n {'date': datetime.date(2009, 8, 8), 'kilograms': 90.0, 'pounds': 198.5},\n {'date': datetime.date(2009, 8, 9), 'kilograms': 89.8, 'pounds': 198.0},]\n\n\nYou could also get at the raw csv file by doing ``wb.get_csv_data``.\n\nHope you enjoy it!\n\n.. _WeightBot: http://tapbots.com/weightbot", "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/ericflo/weightbot/tree/master", "keywords": "weight,weightbot,api", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "weightbot", "package_url": "https://pypi.org/project/weightbot/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/weightbot/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/ericflo/weightbot/tree/master" }, "release_url": "https://pypi.org/project/weightbot/0.1/", "requires_dist": null, "requires_python": null, "summary": "An unofficial API into WeightBot.com", "version": "0.1" }, "last_serial": 801616, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "490bd9ee017200e4849519a4d55499e0", "sha256": "bcac937b371a79581f484791a68d922db60b0eddb0c3c572897b948aec2d73fd" }, "downloads": -1, "filename": "weightbot-0.1.tar.gz", "has_sig": false, "md5_digest": "490bd9ee017200e4849519a4d55499e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2753, "upload_time": "2009-08-16T04:14:00", "url": "https://files.pythonhosted.org/packages/2b/50/a708729590f943ba0309e9280bd50636407c094afb8caa2cb23c6c7fb163/weightbot-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "490bd9ee017200e4849519a4d55499e0", "sha256": "bcac937b371a79581f484791a68d922db60b0eddb0c3c572897b948aec2d73fd" }, "downloads": -1, "filename": "weightbot-0.1.tar.gz", "has_sig": false, "md5_digest": "490bd9ee017200e4849519a4d55499e0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2753, "upload_time": "2009-08-16T04:14:00", "url": "https://files.pythonhosted.org/packages/2b/50/a708729590f943ba0309e9280bd50636407c094afb8caa2cb23c6c7fb163/weightbot-0.1.tar.gz" } ] }