{ "info": { "author": "Emil Bj\u00f6rklund", "author_email": "bjorklund.emil@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "# django-template-shortcodes\n\nTHIS IS EXPERIMENTAL STUFF. Don't use it. Probably.\n\nThis package provides some [WordPress\nshortcode](http://en.support.wordpress.com/shortcodes/) support for Django\ntemplates. It is heavily based on [AGoodId's version of django-shortcodes](https://github.com/AGoodId/django-shortcodes) (in turn based on https://code.google.com/p/django-shortcodes/), as well as [WP Export Parser](https://github.com/RealGeeks/wp_export_parser) for the regex parts, lifted from WordPress.\n\n## Supported shortcodes (sort of): \n\n* `[caption caption=\"Foo bar\"]\"\"[/caption]`\n* `[caption]\"\" Foo bar[/caption]`\n* `[youtube=https://www.youtube.com/watch?v=dQw4w9WgXcQ]`\n* `[youtube url=\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\"]`\n* `[gmaps url=\"https://www.youtube.com/watch?v=dQw4w9WgXcQ\"]`\n* `[vimeo url=\"https://www.vimeo.com/watch?v=dQw4w9WgXcQ\"]`\n* `[iframe url=\"https://www.vimeo.com/watch?v=dQw4w9WgXcQ\"]`\n\n## Installation\n\nInstall via pip: `pip install django-template-shortcodes`\nOr clone the [Git repository](https://github.com/emilbjorklund/django-shortcodes).\n\n## Usage\n\nParse shortcodes:\n\n {% load shortcodes_filters %}\n {{ text|shortcodes|safe }}\n\nRemove shortcodes (completely, including contents inside):\n \n {% load shortcodes_filters %}\n {{ text|removeshortcodes|safe }}", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/emilbjorklund/django-template-shortcodes/archive/0.0.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/emilbjorklund/django-template-shortcodes", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-template-shortcodes", "package_url": "https://pypi.org/project/django-template-shortcodes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-template-shortcodes/", "project_urls": { "Download": "https://github.com/emilbjorklund/django-template-shortcodes/archive/0.0.3.tar.gz", "Homepage": "https://github.com/emilbjorklund/django-template-shortcodes" }, "release_url": "https://pypi.org/project/django-template-shortcodes/0.0.3/", "requires_dist": null, "requires_python": null, "summary": "Limited WordPress shortcode support for Django", "version": "0.0.3" }, "last_serial": 1130187, "releases": { "0.0.1a": [ { "comment_text": "", "digests": { "md5": "30065ed7f8326c4a703cf039dd840123", "sha256": "124a233964d7ff877a609a0830095aeaddbe0add209c2eb4ebffef55a43a0d85" }, "downloads": -1, "filename": "django_template_shortcodes-0.0.1a-py2-none-any.whl", "has_sig": false, "md5_digest": "30065ed7f8326c4a703cf039dd840123", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9054, "upload_time": "2014-06-18T16:26:03", "url": "https://files.pythonhosted.org/packages/19/34/d0e917ccb2c5676ffe610bf3249f146cabfa689375f4ae5e89548d037ed0/django_template_shortcodes-0.0.1a-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "215cab06ca0d1ca64a03c4c6562792eb", "sha256": "a97e8a6fb99867c7f8ad32772d13392b45afcd2fff26e6a21361224c2bc85897" }, "downloads": -1, "filename": "django-template-shortcodes-0.0.1a.tar.gz", "has_sig": false, "md5_digest": "215cab06ca0d1ca64a03c4c6562792eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5568, "upload_time": "2014-06-18T16:10:48", "url": "https://files.pythonhosted.org/packages/1f/3c/8984482cdba13792aebdb5a2c7faa634df19f08249c5d55b45b81b34faee/django-template-shortcodes-0.0.1a.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "f66e9fe5d1b6e8c29f7d503633a8eab9", "sha256": "68988e91e96604eab02eb2fb8444acf05a1557cd34e63b62ae52d9f6785c6650" }, "downloads": -1, "filename": "django_template_shortcodes-0.0.2-py2-none-any.whl", "has_sig": false, "md5_digest": "f66e9fe5d1b6e8c29f7d503633a8eab9", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9107, "upload_time": "2014-06-19T07:25:20", "url": "https://files.pythonhosted.org/packages/68/44/8bfcd924bb8c35ee0729be6e7f741cc465fe5a3c93cec749c411bad54026/django_template_shortcodes-0.0.2-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "49165c3a73b80a44acbe628a3f59ae91", "sha256": "f26f3ebe95ee3de9ea37fe931d3a1765ee3bfc4d5ceb405aa07c32b7644720e7" }, "downloads": -1, "filename": "django-template-shortcodes-0.0.2.tar.gz", "has_sig": false, "md5_digest": "49165c3a73b80a44acbe628a3f59ae91", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5598, "upload_time": "2014-06-19T07:29:37", "url": "https://files.pythonhosted.org/packages/54/14/743aa4067fe20cd8939f04f1daaa41115b37f507ff9d1f2d554b7ed0f79b/django-template-shortcodes-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "62d005bad89fae3942576fb070f8abf3", "sha256": "cda0bc8b3f8e41517065f4a62ffe0226b1cd09b2ede138c9a4fea82f9d167076" }, "downloads": -1, "filename": "django_template_shortcodes-0.0.3-py2.7.egg", "has_sig": false, "md5_digest": "62d005bad89fae3942576fb070f8abf3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 14597, "upload_time": "2014-06-19T09:28:02", "url": "https://files.pythonhosted.org/packages/c8/77/aa50399493b3ae5ce0ff644e85f438371bb37250bea1e5e55bd249a498a5/django_template_shortcodes-0.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "476e11807ed242e12ccafd360084f982", "sha256": "096670cc2fc01d8b9ac0ed38d9ae30fb9f4d9c820943e2f08d80b116d8524c9b" }, "downloads": -1, "filename": "django_template_shortcodes-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "476e11807ed242e12ccafd360084f982", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9270, "upload_time": "2014-06-19T09:20:22", "url": "https://files.pythonhosted.org/packages/42/75/fb7c5e5c31baa41a70e39a4cababd91f5f35ea148f7c3cd8a9df1cedf719/django_template_shortcodes-0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99307eb255f795425d2fd349826fe694", "sha256": "423ea88fced0e9ddd92adf0ab2e5b1ccebafa6352c0a0e5a2d840d3c04c53959" }, "downloads": -1, "filename": "django-template-shortcodes-0.0.3.tar.gz", "has_sig": false, "md5_digest": "99307eb255f795425d2fd349826fe694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5705, "upload_time": "2014-06-19T09:20:12", "url": "https://files.pythonhosted.org/packages/72/d6/e85665a7af8e2ce9cb8a255b767129df34ce43025bb275e6b6b99e5a53f7/django-template-shortcodes-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "62d005bad89fae3942576fb070f8abf3", "sha256": "cda0bc8b3f8e41517065f4a62ffe0226b1cd09b2ede138c9a4fea82f9d167076" }, "downloads": -1, "filename": "django_template_shortcodes-0.0.3-py2.7.egg", "has_sig": false, "md5_digest": "62d005bad89fae3942576fb070f8abf3", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 14597, "upload_time": "2014-06-19T09:28:02", "url": "https://files.pythonhosted.org/packages/c8/77/aa50399493b3ae5ce0ff644e85f438371bb37250bea1e5e55bd249a498a5/django_template_shortcodes-0.0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "476e11807ed242e12ccafd360084f982", "sha256": "096670cc2fc01d8b9ac0ed38d9ae30fb9f4d9c820943e2f08d80b116d8524c9b" }, "downloads": -1, "filename": "django_template_shortcodes-0.0.3-py2-none-any.whl", "has_sig": false, "md5_digest": "476e11807ed242e12ccafd360084f982", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9270, "upload_time": "2014-06-19T09:20:22", "url": "https://files.pythonhosted.org/packages/42/75/fb7c5e5c31baa41a70e39a4cababd91f5f35ea148f7c3cd8a9df1cedf719/django_template_shortcodes-0.0.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "99307eb255f795425d2fd349826fe694", "sha256": "423ea88fced0e9ddd92adf0ab2e5b1ccebafa6352c0a0e5a2d840d3c04c53959" }, "downloads": -1, "filename": "django-template-shortcodes-0.0.3.tar.gz", "has_sig": false, "md5_digest": "99307eb255f795425d2fd349826fe694", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5705, "upload_time": "2014-06-19T09:20:12", "url": "https://files.pythonhosted.org/packages/72/d6/e85665a7af8e2ce9cb8a255b767129df34ce43025bb275e6b6b99e5a53f7/django-template-shortcodes-0.0.3.tar.gz" } ] }