{ "info": { "author": "Stefan Scherfke", "author_email": "stefan at sofa-rockers.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities" ], "description": "Django Last.fm access\r\n=====================\r\n\r\nThis is a small Django application that allows you to access Last.fm and\r\nembed e.g. your recently listened tracks or you top artists on your website.\r\n\r\nCurrently you can get your\r\n\r\n* recently listened tracks\r\n* weekly artist chart\r\n* top artists (for a definable period)\r\n\r\nThe application consists of two main parts: The first one is a view, that\r\nretrieves the data from Last.fm, processes it and returns it as a JSON encoded\r\ndict. The second one is a template tag that embeds some AJAX code into your\r\nwebsite. This code will call the view and display the artist images or album\r\ncovers. This mechanism prevents the Last.fm servers from slowing down your\r\nblazingly fast Django site \u2026 ;-)\r\n\r\n\r\nRequirements\r\n------------\r\n\r\nThis app is tested with Django 1.1. It might also work with older versions, but\r\nI haven\u2019t tested it.\r\n\r\nIf you want to run the tests, you\u2019ll need to install `Mock \r\n`_.\r\n\r\nThere are no other requirements.\r\n\r\n\r\nInstallation\r\n------------\r\n\r\nIf you read this, you have probably managed to extract the archive containing\r\nthese files. Next, open a Terminal and `cd` to the directory containing this\r\nfile (e.g. ``cd ~/Downloads/django-lastfm``). Then execute::\r\n\r\n python setup.py install\r\n \r\nIf you checked out the repository and always want to use the newest version,\r\ntype::\r\n\r\n pip install -e path/to/django-lastfm\r\n \r\n\r\nUsage\r\n-----\r\n\r\nThe Documentation can be found in the *docs/* directory or\r\n`online `_.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/sscherfke/django-lastfm/", "keywords": "", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "django-lastfm", "package_url": "https://pypi.org/project/django-lastfm/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-lastfm/", "project_urls": { "Homepage": "https://bitbucket.org/sscherfke/django-lastfm/" }, "release_url": "https://pypi.org/project/django-lastfm/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "Access Last.fm from your Django site.", "version": "1.0.1" }, "last_serial": 1985618, "releases": { "0.1.2": [], "0.1.3": [ { "comment_text": "", "digests": { "md5": "b98aaaf6187d73956aa79400ea61d40e", "sha256": "ad096a13d0c01a725f7a2c69e5269dd136bd3e1a2046d8dec2b90175fc3f0371" }, "downloads": -1, "filename": "django-lastfm-0.1.3.tar.gz", "has_sig": false, "md5_digest": "b98aaaf6187d73956aa79400ea61d40e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12898, "upload_time": "2010-03-12T09:25:51", "url": "https://files.pythonhosted.org/packages/f8/71/0342e84e5325ddb99efb8aeefd676eb78d845763a36353c159e629da468b/django-lastfm-0.1.3.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "14fc2e99a65152ab5ac81a2573c99bca", "sha256": "44223697816319dcb9df31304c756b8024c4d83655725555c508906d07d9a3db" }, "downloads": -1, "filename": "django-lastfm-1.0.tar.gz", "has_sig": false, "md5_digest": "14fc2e99a65152ab5ac81a2573c99bca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 98968, "upload_time": "2010-09-13T15:07:55", "url": "https://files.pythonhosted.org/packages/bb/7b/5ab01b36f11e0c0c5063cbae56955226105198b50f2b100c1f8f8018ca1d/django-lastfm-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "c57ac1cfbd93b3427954071a2dfec66d", "sha256": "45b2f37e30d2edaca59a8691fb2c7fcd88e667b7668efbb911524e0e83ed75c2" }, "downloads": -1, "filename": "django-lastfm-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c57ac1cfbd93b3427954071a2dfec66d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91345, "upload_time": "2011-05-01T13:53:10", "url": "https://files.pythonhosted.org/packages/c3/cf/290e7abdc595eeae6017558aac48848056811b74fa80405163098137bd46/django-lastfm-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c57ac1cfbd93b3427954071a2dfec66d", "sha256": "45b2f37e30d2edaca59a8691fb2c7fcd88e667b7668efbb911524e0e83ed75c2" }, "downloads": -1, "filename": "django-lastfm-1.0.1.tar.gz", "has_sig": false, "md5_digest": "c57ac1cfbd93b3427954071a2dfec66d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 91345, "upload_time": "2011-05-01T13:53:10", "url": "https://files.pythonhosted.org/packages/c3/cf/290e7abdc595eeae6017558aac48848056811b74fa80405163098137bd46/django-lastfm-1.0.1.tar.gz" } ] }