{ "info": { "author": "Mark Ransom", "author_email": "megamark16@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-cms-wunderground\n=================\nAn extension for Django CMS that pulls current weather information\nbased on the website visitor's IP address and displays it on the \nscreen. You will need a www.wunderground.com API key to use this.\n\nDependancies\n============\n\n- django (tested with 1.3)\n- django-cms (tested with 2.2)\n\nGetting Started\n=============\n\nTo get started simply install using ``pip``:\n::\n pip install django-cms-wungerground\n\nAdd ``cmsplugin_wunderground`` to your installed apps.\n\nAdd WUNDERGROUND_KEY to your settings file. \n::\n WUNDERGROUND_KEY = 'abcdefgh12345678'\n\t\nUsage\n=============\n\nSimply drop a Current Local Weather plugin on a page. You will probably\nwant to override the ``cmsplugin_wunderground/local_weather.html`` \ntemplate. Any of the fields from the wunderground.com \"conditions\" api\ncall should be available in the template under the context variable \n``weather_info``.\n", "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/megamark16/django-cms-wunderground", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-cms-wunderground", "package_url": "https://pypi.org/project/django-cms-wunderground/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-cms-wunderground/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/megamark16/django-cms-wunderground" }, "release_url": "https://pypi.org/project/django-cms-wunderground/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "An extension for Django CMS that displays the current local weather pulled from wunderground.com", "version": "1.0.0" }, "last_serial": 789321, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "890c038786e250c2bfec8e7932755b6d", "sha256": "e144b0d4e3402f95f491e63489e219d6d4b5ed6561ae7c6eeac40e6b3de53890" }, "downloads": -1, "filename": "django-cms-wunderground-1.0.0.tar.gz", "has_sig": false, "md5_digest": "890c038786e250c2bfec8e7932755b6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3873, "upload_time": "2012-04-19T22:41:58", "url": "https://files.pythonhosted.org/packages/69/c7/b98da4eef25069ca297524f3a72cbe83a5fb979a16ee26950bd7b01b29a0/django-cms-wunderground-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "890c038786e250c2bfec8e7932755b6d", "sha256": "e144b0d4e3402f95f491e63489e219d6d4b5ed6561ae7c6eeac40e6b3de53890" }, "downloads": -1, "filename": "django-cms-wunderground-1.0.0.tar.gz", "has_sig": false, "md5_digest": "890c038786e250c2bfec8e7932755b6d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3873, "upload_time": "2012-04-19T22:41:58", "url": "https://files.pythonhosted.org/packages/69/c7/b98da4eef25069ca297524f3a72cbe83a5fb979a16ee26950bd7b01b29a0/django-cms-wunderground-1.0.0.tar.gz" } ] }