{ "info": { "author": "Alex Nelson", "author_email": "w.alexnelson@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3" ], "description": "pyfatsecret\n===========\n\n.. image:: https://badge.fury.io/py/fatsecret.svg\n :target: http://badge.fury.io/py/fatsecret\n\n.. image:: https://pypip.in/download/fatsecret/badge.svg\n :target: https://pypi.python.org/pypi//fatsecret/\n :alt: Downloads\n\nThis library provides a lightweight python wrapper for the Fatsecret API with the goal of making it easier to visualize\nthe data retrieved from the API. To that end, this library will usually return lists of identical elements for ease of\nplotting, discarding extra header fields that the Fatsecret API otherwise includes. All API calls return either a\nsingle or list of JSON dictionaries.\n\nInstallation\n------------\nInstall the module via pip::\n\n $ pip install fatsecret\n\nor easy_install::\n\n $ easy_install fatsecret\n\nConfig\n------\nRegister for a developer account at `Fatsecret`_. You will need your Consumer Key and Consumer Secret key for\nyour application.\n\n.. _Fatsecret: http://platform.fatsecret.com/api/\n\nUsage\n-----\n\nFatsecret supports both delegated and public calls. Only through delegated calls can you access Fatsecret user\nprofile data.\n\nIf you're only interested in the public data you only require a session to make HTTP requests:\n\n.. code-block:: python\n\n from fatsecret import Fatsecret\n\n fs = Fatsecret(consumer_key, consumer_secret)\n\nOnce you have created a session then you can start reading from Fatsecret's public food and recipe database\n\n.. code-block:: python\n\n foods = fs.foods_search(\"Tacos\")\n\nRefer to the `documentation`_ for further examples and detail\n\n.. _documentation: http://pyfatsecret.readthedocs.org/en/latest/", "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/walexnelson/pyfatsecret", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "fatsecret", "package_url": "https://pypi.org/project/fatsecret/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fatsecret/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/walexnelson/pyfatsecret" }, "release_url": "https://pypi.org/project/fatsecret/0.2.3/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for FatSecret REST API", "version": "0.2.3" }, "last_serial": 2705745, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "b91c6b76aa390efd3ae6138a4d7623c8", "sha256": "367110787f5f0b73a24f30abb5375b1178d81b8a60253e7b058d8ba754924267" }, "downloads": -1, "filename": "fatsecret-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b91c6b76aa390efd3ae6138a4d7623c8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7734, "upload_time": "2014-10-04T18:15:22", "url": "https://files.pythonhosted.org/packages/14/3b/6b584eca5d580950cb601372ac8b45f7fa4a43ace89e106a4eb159e75e47/fatsecret-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "b5ba12dac5dedc9d509e7686a3a03a53", "sha256": "8d53fa0d8d1b687254e79a805e78b493156ad07fdb26ea43a7dc99759d51b89e" }, "downloads": -1, "filename": "fatsecret-0.2.1.tar.gz", "has_sig": false, "md5_digest": "b5ba12dac5dedc9d509e7686a3a03a53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8641, "upload_time": "2014-10-05T05:58:41", "url": "https://files.pythonhosted.org/packages/f3/af/a6ed891a9f2f19164f526407e21e1fb92cd968ad574d9e1a05f263b9b194/fatsecret-0.2.1.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "cf4028b825527d26ffee83920cb19c6b", "sha256": "4cd9d05459a7ed8749462e7db45662e763e48aa7e84a8b8d7eb6b7cc1dca7df3" }, "downloads": -1, "filename": "fatsecret-0.2.3.tar.gz", "has_sig": false, "md5_digest": "cf4028b825527d26ffee83920cb19c6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8613, "upload_time": "2017-03-14T20:03:35", "url": "https://files.pythonhosted.org/packages/58/a9/06109a37a67cd919d9710025c0d019359350e6c0da0ebc23371dd50235f4/fatsecret-0.2.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "cf4028b825527d26ffee83920cb19c6b", "sha256": "4cd9d05459a7ed8749462e7db45662e763e48aa7e84a8b8d7eb6b7cc1dca7df3" }, "downloads": -1, "filename": "fatsecret-0.2.3.tar.gz", "has_sig": false, "md5_digest": "cf4028b825527d26ffee83920cb19c6b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8613, "upload_time": "2017-03-14T20:03:35", "url": "https://files.pythonhosted.org/packages/58/a9/06109a37a67cd919d9710025c0d019359350e6c0da0ebc23371dd50235f4/fatsecret-0.2.3.tar.gz" } ] }