{ "info": { "author": "Chris Amico", "author_email": "eyeseast@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Simple Sunlight\n===============\n\nSometimes, all you need is the data. This is the simplest possible wrapper I could make. It returns decoded JSON, with some fat trimmed. It should stay out of your way.\n\nUsage:\n\n >>> from sunlight import Sunlight\n >>> sunlight = Sunlight(API_KEY)\n >>> pelosi = sunlight.legislators.get(lastname='pelosi')\n >>> print pelosi['firstname']\n Nancy\n\nThis should work with any method on Sunlight' Congress API defined here: http://services.sunlightlabs.com/docs/Sunlight_Congress_API/\n\nSee test.py for more details and examples.", "description_content_type": null, "docs_url": null, "download_url": "http://github.com/eyeseast/simple-sunlight", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/eyeseast/simple-sunlight", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "simple-sunlight", "package_url": "https://pypi.org/project/simple-sunlight/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/simple-sunlight/", "project_urls": { "Download": "http://github.com/eyeseast/simple-sunlight", "Homepage": "http://github.com/eyeseast/simple-sunlight" }, "release_url": "https://pypi.org/project/simple-sunlight/0.1.3/", "requires_dist": null, "requires_python": null, "summary": "A simpler wrapper for Sunlight's Congress API", "version": "0.1.3" }, "last_serial": 799552, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "161baad6644e540ffbd6e4d16d5bb9e2", "sha256": "1693fd96fe8f40ac8aeb71df30caa8a42ec031e7a6c2a01acdbc8763d0085033" }, "downloads": -1, "filename": "simple-sunlight-0.1.2.tar.gz", "has_sig": false, "md5_digest": "161baad6644e540ffbd6e4d16d5bb9e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2341, "upload_time": "2010-11-10T04:35:47", "url": "https://files.pythonhosted.org/packages/9b/50/1c5233760194716b231880949b4844f031aa17d328ca92ade7e850202d57/simple-sunlight-0.1.2.tar.gz" }, { "comment_text": "", "digests": { "md5": "bdeb72cd1b0c0542969eeddf349163fb", "sha256": "30e1dea8e862734615336a2dad58007aa89500297a21c7b122317640ae16085c" }, "downloads": -1, "filename": "simple-sunlight-0.1.2.zip", "has_sig": false, "md5_digest": "bdeb72cd1b0c0542969eeddf349163fb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3377, "upload_time": "2010-11-10T04:35:48", "url": "https://files.pythonhosted.org/packages/f2/6d/59cce5d3eb1fdfaa28baab7c453a4806d664bb4e093fd391855dc4479677/simple-sunlight-0.1.2.zip" } ], "0.1.3": [] }, "urls": [] }