{ "info": { "author": "Hacking Studio", "author_email": "hello@hacking.studio", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 2.0", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-emoji-picker\nDjango app providing text input and textarea widgets with emoji picker.\nIt's based on [emoji-mart](https://github.com/missive/emoji-mart).\n\n## Screenshot\n![Screenshot](https://user-images.githubusercontent.com/3945220/40110572-9c6be100-5900-11e8-85a1-63bf21a9a646.png)\n\n## Usage\nThis package contains a Django app that provides two widgets:\n\n- `EmojiPickerTextInput`\n- `EmojiPickerTextarea`\n\n### Example\n\n#### Installation\n```bash\n$ pip install django-emoji-picker\n```\n\nor\n\n```bash\n$ pipenv install django-emoji-picker\n```\n\n#### `settings.py`\n```python\nINSTALLED_APPS = [\n ...,\n 'emoji_picker',\n]\n```\n\n#### `/admin/.py` (for use with Django Admin)\n```python\nfrom emoji_picker.widgets import EmojiPickerTextInputAdmin, EmojiPickerTextareaAdmin\n\n\nclass YourModelForm(forms.ModelForm):\n short_text = forms.CharField(widget=EmojiPickerTextInputAdmin)\n long_text = forms.CharField(widget=EmojiPickerTextareaAdmin)\n```\n\n### Building from source\n```bash\n$ yarn\n$ yarn build\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wdr-data/django-emoji-picker", "keywords": "django emoji widget", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-emoji-picker", "package_url": "https://pypi.org/project/django-emoji-picker/", "platform": "", "project_url": "https://pypi.org/project/django-emoji-picker/", "project_urls": { "Homepage": "https://github.com/wdr-data/django-emoji-picker" }, "release_url": "https://pypi.org/project/django-emoji-picker/0.0.5/", "requires_dist": [ "django (<3,>=2)" ], "requires_python": "", "summary": "Django app providing text input and textarea widgets with emoji picker", "version": "0.0.5" }, "last_serial": 5872317, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "bed889cc2e12cf18cd403e8e8b27a197", "sha256": "9e5ce5eae5089fbb0e0ff077ac455c6845f9e37267715227e23f28843de0ab7a" }, "downloads": -1, "filename": "django_emoji_picker-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "bed889cc2e12cf18cd403e8e8b27a197", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 250632, "upload_time": "2018-05-16T10:14:22", "url": "https://files.pythonhosted.org/packages/5e/fa/4671cf56f761fb326b14fff445a5b5900bef1eab62d93fcdf272d50db584/django_emoji_picker-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f9de5839dbf1a7961702d9bd734efb43", "sha256": "d5835e4642afd8b7a0f0b3008e715e7ddd4dd3176db42d0ed0bb63c88186bba8" }, "downloads": -1, "filename": "django-emoji-picker-0.0.1.tar.gz", "has_sig": false, "md5_digest": "f9de5839dbf1a7961702d9bd734efb43", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3114, "upload_time": "2018-05-16T10:14:23", "url": "https://files.pythonhosted.org/packages/d8/43/35f1ec45d3b924fa9f19bf8841b5d89fa08c95e0993a7ec02982c5fc84a0/django-emoji-picker-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8e8745155d97b015fc210ebc8274cf99", "sha256": "a20f6d440bc585dd79891fc3e6e8763476b6ca150bd840cf29282b201c5b1494" }, "downloads": -1, "filename": "django_emoji_picker-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8e8745155d97b015fc210ebc8274cf99", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 250642, "upload_time": "2018-05-16T10:20:19", "url": "https://files.pythonhosted.org/packages/e8/62/cb1a5ab1c3eccd742af29ef4a8c884ac32cadcca6cfa5d2322bbe3825909/django_emoji_picker-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88429657b3b5a513ec268843eec51933", "sha256": "e252db95f63b241c3548020942c7ae63ad88270a2fbdeecb87cef84cccdaec0c" }, "downloads": -1, "filename": "django-emoji-picker-0.0.2.tar.gz", "has_sig": false, "md5_digest": "88429657b3b5a513ec268843eec51933", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3116, "upload_time": "2018-05-16T10:20:21", "url": "https://files.pythonhosted.org/packages/b4/2b/3b2db7f9c7d8c68d471bc22584731c683127061f35860e6761ccbe2259d5/django-emoji-picker-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "97ee41451e8cde31aaf8a4e3dfee3cdc", "sha256": "191c2d21d95bc60090d128753cafd657d9f58323671f6c50d017c9f4a0d8424c" }, "downloads": -1, "filename": "django_emoji_picker-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "97ee41451e8cde31aaf8a4e3dfee3cdc", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 248647, "upload_time": "2018-09-05T17:19:13", "url": "https://files.pythonhosted.org/packages/aa/91/b1ca72e50aa8ee9cbf1299022ebe18313aa414197e5f12946cace7fccf81/django_emoji_picker-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "07613d76959b2897de8e3c9b234a4539", "sha256": "4411500bd7fedd57897f455a209688dc1fde0f67d079611d9c665038093599e2" }, "downloads": -1, "filename": "django-emoji-picker-0.0.3.tar.gz", "has_sig": false, "md5_digest": "07613d76959b2897de8e3c9b234a4539", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3113, "upload_time": "2018-09-05T17:19:15", "url": "https://files.pythonhosted.org/packages/c9/a0/d13fc49ed3ddf47331ab18b6337dbb2611b93e06329739b15df571886f29/django-emoji-picker-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "589be612cbc166a82723decf8bd15524", "sha256": "c8e3b89ee941ae849de6a677efbe2e1c329ee2d2e2afba66d947194ca53eedaa" }, "downloads": -1, "filename": "django_emoji_picker-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "589be612cbc166a82723decf8bd15524", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 248707, "upload_time": "2018-11-15T09:47:50", "url": "https://files.pythonhosted.org/packages/7e/d5/e5b1e062a4793ffd187cd4b430fc68cd446f03df6bcad73f94989148c67d/django_emoji_picker-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0723f1d2bc3df8733c503b7eb5c54264", "sha256": "634a58344e2d70d02b591b09f01af157e9abe8808dd86c882b2c8be5ee262882" }, "downloads": -1, "filename": "django-emoji-picker-0.0.4.tar.gz", "has_sig": false, "md5_digest": "0723f1d2bc3df8733c503b7eb5c54264", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3125, "upload_time": "2018-11-15T09:47:52", "url": "https://files.pythonhosted.org/packages/2d/bf/5a06544e31308952d2bffbc4503524654aafb9e1d7dc57bcd924c78ae46e/django-emoji-picker-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "ab44ed77ef641478985f6953cd2fe622", "sha256": "232552a3e73e668af482563a9f2b04d9e93cc51deeae21b81365731a6cfec02d" }, "downloads": -1, "filename": "django_emoji_picker-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ab44ed77ef641478985f6953cd2fe622", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 274483, "upload_time": "2019-09-23T08:58:57", "url": "https://files.pythonhosted.org/packages/86/26/85385cfacec9698f3d282a53fb5c7f38f39f344f044eaa479892cc78237a/django_emoji_picker-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a60fe3902328f81afc086f2b01a5cd02", "sha256": "f9ad6268d317ff596b5e62bb651a5d059dbb49e36b0df9b2e13356a5a4fada76" }, "downloads": -1, "filename": "django-emoji-picker-0.0.5.tar.gz", "has_sig": false, "md5_digest": "a60fe3902328f81afc086f2b01a5cd02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3202, "upload_time": "2019-09-23T08:58:59", "url": "https://files.pythonhosted.org/packages/e0/29/b5823367978676f840a2bf68e5ec2900ddb77dcf9cd7a3e64488ca6dcd30/django-emoji-picker-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ab44ed77ef641478985f6953cd2fe622", "sha256": "232552a3e73e668af482563a9f2b04d9e93cc51deeae21b81365731a6cfec02d" }, "downloads": -1, "filename": "django_emoji_picker-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "ab44ed77ef641478985f6953cd2fe622", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 274483, "upload_time": "2019-09-23T08:58:57", "url": "https://files.pythonhosted.org/packages/86/26/85385cfacec9698f3d282a53fb5c7f38f39f344f044eaa479892cc78237a/django_emoji_picker-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a60fe3902328f81afc086f2b01a5cd02", "sha256": "f9ad6268d317ff596b5e62bb651a5d059dbb49e36b0df9b2e13356a5a4fada76" }, "downloads": -1, "filename": "django-emoji-picker-0.0.5.tar.gz", "has_sig": false, "md5_digest": "a60fe3902328f81afc086f2b01a5cd02", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3202, "upload_time": "2019-09-23T08:58:59", "url": "https://files.pythonhosted.org/packages/e0/29/b5823367978676f840a2bf68e5ec2900ddb77dcf9cd7a3e64488ca6dcd30/django-emoji-picker-0.0.5.tar.gz" } ] }