{ "info": { "author": "Fantomas42", "author_email": "fantomas42@gmail.com", "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", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "==========================\ndjango-emoticons |mrgreen|\n==========================\n\n|travis-develop| |coverage-develop|\n\nDjango-emoticons is a django application providing utilities to add\n*emoticons* in your templates. Pretty incredible no?\n\n.. contents::\n\nInstall\n=======\n\nOnce you have installed the package in your *PYTHON_PATH*, register the\n**emoticons** and **django.contrib.staticfiles** apps in your\n*INSTALLED_APPS* project's section. ::\n\n INSTALLED_APPS = (\n ...\n 'django.contrib.staticfiles',\n 'emoticons',\n ...\n )\n\nUsage\n=====\n\nFilter Usage\n------------\n\nFor our example we will make a template who display the field *content* of\na model, this field has this value: ::\n\n Coding is fun and sexy :D\n\nSo in our templates we will load the **emoticons_tags** library and use the\n**emoticons** filter: ::\n\n {% load emoticons_tags %}\n\n {{ object.content|emoticons }}\n\nWhich will render:\n\n Coding is fun and sexy |smile|\n\nTag Usage\n---------\n\nThe emoticons app also provides a tag named **emoticons** for converting raw\ntext. ::\n\n {% load emoticons_tags %}\n {% emoticons %}\n Documenting is boring but usefull :p\n {% endemoticons %}\n\nWhich will render :\n\n Documenting is boring but usefull |razz|\n\nIndex\n-----\n\nIf you want to retrieve a list of all availables emoticons you can use the\n**emoticons_index** tag. ::\n\n {% load emoticons_tags %}\n {% emoticons_index as emoticons_list %}\n {% for emoticons in emoticons_list %}\n
{{ emoticons.0|emoticons }}: {{ emoticons|join:\" \" }}
\n {% endfor %}\n\nSettings\n========\n\nYou can use differents settings for customizing the application:\n\n* EMOTICONS_DIRECTORY\n\n The directory where the emoticons files are located, use ``'emoticons'``\n as default.\n\n* EMOTICONS_LIST\n\n The list of the emoticons used by the application, something like this: ::\n\n (('(devil)', 'devil.gif'),\n ('(angel)', 'angel.gif'),\n ((':)', ':-)', ':=)', '(smile)'), 'smile.gif'),\n ((':(', ':-(', ':=(', '(sad)'), 'sadsmile.gif'),\n )\n\nIf the HTML code of the emoticons does not fit to your needs, you can\noverride the ``'emoticons/emoticon.html'`` template to adjust it.\n\n.. |razz| image:: http://fantomas.willbreak.it/static/emoticons/tongueout.gif\n.. |smile| image:: http://fantomas.willbreak.it/static/emoticons/bigsmile.gif\n.. |mrgreen| image:: http://fantomas.willbreak.it/static/emoticons/cool.gif\n.. |travis-develop| image:: https://travis-ci.org/Fantomas42/django-emoticons.png?branch=develop\n :alt: Build Status - develop branch\n :target: http://travis-ci.org/Fantomas42/django-emoticons\n.. |coverage-develop| image:: https://coveralls.io/repos/Fantomas42/django-emoticons/badge.png?branch=develop\n :alt: Coverage of the code\n :target: https://coveralls.io/r/Fantomas42/django-emoticons", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Fantomas42/django-emoticons", "keywords": "django,emoticons,smiley", "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-emoticons", "package_url": "https://pypi.org/project/django-emoticons/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-emoticons/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/Fantomas42/django-emoticons" }, "release_url": "https://pypi.org/project/django-emoticons/1.2/", "requires_dist": null, "requires_python": null, "summary": "A usefull and incredible Django application that allow you to use emoticons in your templates :)", "version": "1.2" }, "last_serial": 2166783, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "9366b07e19c3afa611a9a8dbd6c94c78", "sha256": "bada7ed66294ff2079ab0b72490f4a1d80b92ff66f1fc354273f0cb8336f8ea2" }, "downloads": -1, "filename": "django-emoticons-0.1.1.tar.gz", "has_sig": false, "md5_digest": "9366b07e19c3afa611a9a8dbd6c94c78", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3839, "upload_time": "2013-10-27T12:52:34", "url": "https://files.pythonhosted.org/packages/e3/a1/8ff242c9f5271d7443cbb44d337bc13db9b2668aad23802c36cd0f49bd66/django-emoticons-0.1.1.tar.gz" } ], "1.0": [ { "comment_text": "", "digests": { "md5": "0127935f07faa68821f4bb20f1bd6634", "sha256": "d23ab9878bfe71a68a8a973fa2159b2d9f4168365bb15a4592a4f584b3b34966" }, "downloads": -1, "filename": "django-emoticons-1.0.tar.gz", "has_sig": false, "md5_digest": "0127935f07faa68821f4bb20f1bd6634", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116791, "upload_time": "2013-11-05T20:53:06", "url": "https://files.pythonhosted.org/packages/9d/dd/b1417733b6da360afae9981541d1b3814a746b52b0d352c1fb33a49aca5a/django-emoticons-1.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "5ed33fadfb02da0299f7dbf4466665c8", "sha256": "7f2f6a8028dce7646f643c380d3a133b191372b5785954c2c27e1955afd3fcd7" }, "downloads": -1, "filename": "django_emoticons-1.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5ed33fadfb02da0299f7dbf4466665c8", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 141372, "upload_time": "2014-02-13T19:00:49", "url": "https://files.pythonhosted.org/packages/02/b3/c60495e200ef6d534cf7d95b336accdae19529971fae35a4c48283c06c0e/django_emoticons-1.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5bdd203249bc78bd93e79d6a66ad4d86", "sha256": "eb81bbbc0752c3eb8ab7593adb6b481c2e945999eb8205bf915973de4865fb05" }, "downloads": -1, "filename": "django-emoticons-1.0.1.tar.gz", "has_sig": false, "md5_digest": "5bdd203249bc78bd93e79d6a66ad4d86", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 116773, "upload_time": "2014-02-13T18:57:41", "url": "https://files.pythonhosted.org/packages/cd/70/4eafa837043142b201ae9ccb3a0c2de78c9b1b4cda6828428717308cabb8/django-emoticons-1.0.1.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "cc049c80296fb1051db175818dc7f73e", "sha256": "67ecc79ff92dbf5299243c07fdb442a7821f2564b8e1cedc4b71a9755fd3fd68" }, "downloads": -1, "filename": "django_emoticons-1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "cc049c80296fb1051db175818dc7f73e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 142404, "upload_time": "2014-04-29T15:30:55", "url": "https://files.pythonhosted.org/packages/f9/93/18157712bbdcb661ca3ec7a59388a67dc21c402589a4dacc1fcc97031f7e/django_emoticons-1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4cbf2171a8526551d16d7bc704698a0f", "sha256": "353de2ccd65fb631028438520bced066e3b3efd64fc7b3a1fe85f10194077800" }, "downloads": -1, "filename": "django-emoticons-1.1.tar.gz", "has_sig": false, "md5_digest": "4cbf2171a8526551d16d7bc704698a0f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117836, "upload_time": "2014-04-29T15:28:58", "url": "https://files.pythonhosted.org/packages/87/d5/7b6b37ef6c26368607555e2107ac05f710f5eda8ccd8d5b28b70f7bd3170/django-emoticons-1.1.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "783bc69867ab3ba4ef7a4e695a44eb0d", "sha256": "9e8b2f01fc77e89ecb276167d9c43c543bf374ad0294b0a73cd2115760ad028c" }, "downloads": -1, "filename": "django_emoticons-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "783bc69867ab3ba4ef7a4e695a44eb0d", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 142455, "upload_time": "2014-05-02T13:21:12", "url": "https://files.pythonhosted.org/packages/f6/2a/af0883e63ceee4ce3693a8e3028044b4db475de261752513d9c9cb70b4e4/django_emoticons-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4505948a0c33be6254f78dbee801d2e6", "sha256": "f045e2074b9a79a6d742e6fe09ba97f28be177f9a8f4cc2cb4a15cf8d9c91dc3" }, "downloads": -1, "filename": "django-emoticons-1.1.1.tar.gz", "has_sig": false, "md5_digest": "4505948a0c33be6254f78dbee801d2e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 117867, "upload_time": "2014-05-02T13:21:08", "url": "https://files.pythonhosted.org/packages/0c/42/8cb8c141a5495715149b97b3235ff55dd8de5b08a1d2b456abb85b969bf1/django-emoticons-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "c1112485684d18663d72039f8b53b056", "sha256": "6f3be23f1b8bf0ed0dd0c9b68bbf687f688ae3376952c452f4e231002fbeb6f8" }, "downloads": -1, "filename": "django_emoticons-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "c1112485684d18663d72039f8b53b056", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 142613, "upload_time": "2014-05-04T10:07:36", "url": "https://files.pythonhosted.org/packages/4b/e4/4b5ba8a205287fd15343155c1f72f7804390bfa8f357185f3e6d9558bdbf/django_emoticons-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "639daa49d2242a8a2b75a74054974a28", "sha256": "1fd8cbf36eed13410341d230d0a28358dfe3ede6966bd4d01c1edfd0a1bca134" }, "downloads": -1, "filename": "django-emoticons-1.1.2.tar.gz", "has_sig": false, "md5_digest": "639daa49d2242a8a2b75a74054974a28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 118012, "upload_time": "2014-05-04T10:07:32", "url": "https://files.pythonhosted.org/packages/a9/f2/22c37d962b754e2e69bd08e2e72a64c6394d900ab12ff8b3b500104467f1/django-emoticons-1.1.2.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "dd21395a17d70995f4c76efddf288763", "sha256": "6b09d9d882236960c5778710f85d3921a2cf533d82dffdeb8fef4de1fa8f3338" }, "downloads": -1, "filename": "django_emoticons-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dd21395a17d70995f4c76efddf288763", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 142737, "upload_time": "2016-06-14T15:15:34", "url": "https://files.pythonhosted.org/packages/f2/f8/5f92cdfc0da7014b46dfb3b700a7fb272c9b7621a46559073686103da78e/django_emoticons-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b55d9174da75980bfe7a9f3597f89e1", "sha256": "dc6cfbe53158bc5ec96fdc4b76d2d342145831e71efda7fa73a53d3f5deee3ab" }, "downloads": -1, "filename": "django-emoticons-1.2.tar.gz", "has_sig": false, "md5_digest": "7b55d9174da75980bfe7a9f3597f89e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119163, "upload_time": "2016-06-14T15:15:01", "url": "https://files.pythonhosted.org/packages/c3/07/d5cfcacfee8284fba9c29e1bcc712edf4488a044ff7ef0b37720c784d144/django-emoticons-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "dd21395a17d70995f4c76efddf288763", "sha256": "6b09d9d882236960c5778710f85d3921a2cf533d82dffdeb8fef4de1fa8f3338" }, "downloads": -1, "filename": "django_emoticons-1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "dd21395a17d70995f4c76efddf288763", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 142737, "upload_time": "2016-06-14T15:15:34", "url": "https://files.pythonhosted.org/packages/f2/f8/5f92cdfc0da7014b46dfb3b700a7fb272c9b7621a46559073686103da78e/django_emoticons-1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b55d9174da75980bfe7a9f3597f89e1", "sha256": "dc6cfbe53158bc5ec96fdc4b76d2d342145831e71efda7fa73a53d3f5deee3ab" }, "downloads": -1, "filename": "django-emoticons-1.2.tar.gz", "has_sig": false, "md5_digest": "7b55d9174da75980bfe7a9f3597f89e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 119163, "upload_time": "2016-06-14T15:15:01", "url": "https://files.pythonhosted.org/packages/c3/07/d5cfcacfee8284fba9c29e1bcc712edf4488a044ff7ef0b37720c784d144/django-emoticons-1.2.tar.gz" } ] }