{ "info": { "author": "Vinicius Mendes", "author_email": "vbmendes@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "django-meio-easytags\n====================\n\nAn easy way to create custom template tags for Django's templating system.\n\nUsage\n=====\n\nJust instantiate EasyLibrary and register the renderer method as a template tag::\n\n from easytags import EasyLibrary\n\t\n register = EasyLibrary()\n\t\n def sum(context, arg1, arg2, arg3=0):\n return int(arg1) + int(arg2) + int(arg3)\n\t\n register.easytag(sum)\n\nThe EasyLibrary will take care of subclassing EasyNode that will take care of \nthe template tag's parsing, resolving variable and inspecting if the args are \nok with the renderer signature. In the example above, you can use\nthe sum tag in any of the forms below::\n\n\t{% sum \"1\" \"2\" %}\n\t{% sum \"1\" arg2=\"2\" %}\n\t{% sum arg1=\"1\" arg2=\"2\" %}\n\t{% sum arg2=\"2\" arg1=\"1\" %}\n\nIt's almost like calling methods in Python.\n\nIn this example, ``arg3`` is optional and defaults to 0. So you may use or not this arg.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.meiocodigo.com/projects/django-meio-easytags/", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-meio-easytags", "package_url": "https://pypi.org/project/django-meio-easytags/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-meio-easytags/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.meiocodigo.com/projects/django-meio-easytags/" }, "release_url": "https://pypi.org/project/django-meio-easytags/0.7/", "requires_dist": null, "requires_python": null, "summary": "An easy way to create custom template tags for Django's templating system.", "version": "0.7" }, "last_serial": 790064, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "d0ef5f8b0d99c70c9976d6d5f9a04396", "sha256": "0f8094468e1aa00b1f36eb95d54183fc64fe8eb567986218211ef446bda0af04" }, "downloads": -1, "filename": "django-meio-easytags-0.1.tar.gz", "has_sig": false, "md5_digest": "d0ef5f8b0d99c70c9976d6d5f9a04396", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4016, "upload_time": "2011-02-21T05:53:20", "url": "https://files.pythonhosted.org/packages/34/26/ac856ce91ebca12aac2f8b86251cba9ed30d31801d8300ffd7120cdffd33/django-meio-easytags-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "3b4cd2d426b039da60cd1a64f50e0f16", "sha256": "ed02caa27b70217859b56f833fdeb4b128819233e5e3efc56be43279eccdcff6" }, "downloads": -1, "filename": "django-meio-easytags-0.2.tar.gz", "has_sig": false, "md5_digest": "3b4cd2d426b039da60cd1a64f50e0f16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4416, "upload_time": "2011-02-22T03:56:33", "url": "https://files.pythonhosted.org/packages/a8/51/ad72612c8a993b3cfd99674473cc400fb6845a813cc56b22869634b45834/django-meio-easytags-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "6fb7997306699eb729c99ce9d2140447", "sha256": "5beb71abbed84b8b2b4b4df5fdf601baf00723a166269ea9d980a8422c8cd618" }, "downloads": -1, "filename": "django-meio-easytags-0.3.tar.gz", "has_sig": false, "md5_digest": "6fb7997306699eb729c99ce9d2140447", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4430, "upload_time": "2011-02-27T03:17:13", "url": "https://files.pythonhosted.org/packages/47/59/ac26bcdb15965ccb275e62459ee94288952c0b23f7927d7e3b8137cc452b/django-meio-easytags-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "23a8190e118251fa7ce36e7c93ba5dfc", "sha256": "a75340d5caa04c8376bb8bd4251fa4421dcd7cb22e1601756ebd4da0ed5c05f9" }, "downloads": -1, "filename": "django-meio-easytags-0.4.tar.gz", "has_sig": false, "md5_digest": "23a8190e118251fa7ce36e7c93ba5dfc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5873, "upload_time": "2011-03-02T05:44:11", "url": "https://files.pythonhosted.org/packages/c8/1b/360bd2c2f3b359e126d7122867352074fea50ac21a136f2fe5c416b96ecc/django-meio-easytags-0.4.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "23f53e9b739dacd4309f791835e6ace0", "sha256": "1c6ef1e46445069fb1f3b701c541a08d0f76a1a5afbd144bf6127b9a41018d35" }, "downloads": -1, "filename": "django-meio-easytags-0.5.tar.gz", "has_sig": false, "md5_digest": "23f53e9b739dacd4309f791835e6ace0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6159, "upload_time": "2011-03-26T07:26:11", "url": "https://files.pythonhosted.org/packages/66/04/91f48dc786b4d3f5db8bcc99462ba92a334008655d6e102c31ffc37b5707/django-meio-easytags-0.5.tar.gz" } ], "0.6": [ { "comment_text": "", "digests": { "md5": "61742f1308b6a2402c8aedf218feb3a4", "sha256": "0770f3ed8e09e6dbe7fb42895961f7046c789bd05cc00c3c936ddf9ffe10f2fc" }, "downloads": -1, "filename": "django-meio-easytags-0.6.tar.gz", "has_sig": false, "md5_digest": "61742f1308b6a2402c8aedf218feb3a4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6257, "upload_time": "2011-06-29T00:05:30", "url": "https://files.pythonhosted.org/packages/dc/88/c1178f13793ee77c91608abc5cb13cfac3bcd14b14e43ff4c55a64edc67a/django-meio-easytags-0.6.tar.gz" } ], "0.7": [ { "comment_text": "", "digests": { "md5": "f904ab047c18384a6beee226ceb31b90", "sha256": "a130837eeaebb56355920b9708357c9b5a72f8e73855e830ac9e8dc0f7cf763f" }, "downloads": -1, "filename": "django-meio-easytags-0.7.tar.gz", "has_sig": false, "md5_digest": "f904ab047c18384a6beee226ceb31b90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6510, "upload_time": "2011-06-29T00:10:15", "url": "https://files.pythonhosted.org/packages/6b/54/4c8c8dcc2f4b7650d3a5e8704867406d38bdca833d1e7e061c375f3abdd2/django-meio-easytags-0.7.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "f904ab047c18384a6beee226ceb31b90", "sha256": "a130837eeaebb56355920b9708357c9b5a72f8e73855e830ac9e8dc0f7cf763f" }, "downloads": -1, "filename": "django-meio-easytags-0.7.tar.gz", "has_sig": false, "md5_digest": "f904ab047c18384a6beee226ceb31b90", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6510, "upload_time": "2011-06-29T00:10:15", "url": "https://files.pythonhosted.org/packages/6b/54/4c8c8dcc2f4b7650d3a5e8704867406d38bdca833d1e7e061c375f3abdd2/django-meio-easytags-0.7.tar.gz" } ] }