{ "info": { "author": "Philip Gatt", "author_email": "gattster@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Allows easy creation of template tags that define a context variable\n\n\nThe \"tag function\" returns a value which, when called inside a template, is stored in a\nvariable or displayed directly.\n\nExample:\n\n@definition_tag(register=register)\ndef top_players(context):\n return TopScores.objects.order_by('-elo')[:20]\n\nInside the template, we could call {% top_players %} to output the data, or we could call\n{% top_players as foo %} {{ foo }}.", "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/defcube/django-definition-tag/", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-definition-tag", "package_url": "https://pypi.org/project/django-definition-tag/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-definition-tag/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/defcube/django-definition-tag/" }, "release_url": "https://pypi.org/project/django-definition-tag/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Allows easy creation of template tags that define a context variable", "version": "0.1.0" }, "last_serial": 1224274, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fef9b0088036cad598c3255e0eaae0f0", "sha256": "dd009340c2bed7fb50e2c6eb13671fb083804366234e6c5cd7a4b8dbefdfc089" }, "downloads": -1, "filename": "django-definition-tag-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fef9b0088036cad598c3255e0eaae0f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1367, "upload_time": "2014-09-15T03:09:36", "url": "https://files.pythonhosted.org/packages/34/87/be0212af10cef11d268225a49a24378eb3efac88dbd0d665a7b78939c470/django-definition-tag-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fef9b0088036cad598c3255e0eaae0f0", "sha256": "dd009340c2bed7fb50e2c6eb13671fb083804366234e6c5cd7a4b8dbefdfc089" }, "downloads": -1, "filename": "django-definition-tag-0.1.0.tar.gz", "has_sig": false, "md5_digest": "fef9b0088036cad598c3255e0eaae0f0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1367, "upload_time": "2014-09-15T03:09:36", "url": "https://files.pythonhosted.org/packages/34/87/be0212af10cef11d268225a49a24378eb3efac88dbd0d665a7b78939c470/django-definition-tag-0.1.0.tar.gz" } ] }