{ "info": { "author": "Tacey Wong", "author_email": "xinyong.wang@qq.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Terminals", "Topic :: Text Processing", "Topic :: Utilities" ], "description": "# emojislib\n\nEmojis for Python \ud83d\ude04 \ud83d\udc0d \ud83d\ude0b\n\n## Installation\n\n\nTo install the **emojislib** run:\n\n```shell\npip install emojislib\n```\n\n## Usage\n\n\n``emojis.Emojis`` is a dict which contains all emojis available in **emojislib**.There are two main types of methods in emojislib ,`by_` and `search_by_`.\n\n### `by_`...\n\n\n**by_name**\n\nget one emoji by name\n\n```python\nimport emojislib as emojis\n\nemoji = emojis.by_name('eyes')\n\nprint(\"name:\",emoji.name)\nprint(\"char:\",emoji.char)\nprint(\"category:\",emoji.category)\nprint(\"keywords:\",emoji.keywords)\n```\n\noutput:\n\n```text\nname: eyes\nchar: \ud83d\udc40\ncategory: people\nkeywords: ('look', 'watch', 'stalk', 'peek', 'see')\n```\n\n**by_cate**\n\nget a list of emoji(s) by category.\n\n```python\nemoji = emojis.by_cate('animals_and_nature')\nprint(emoji)\n```\noutput:\n\n```text\nanimals_and_nature [ \ud83d\udc12, \ud83d\udc35, \ud83d\udc2d, \ud83d\udc01, \ud83c\udf44, \ud83c\udf11, \u26a1]\n```\n\n**by_key**\n\nget a list of emoji(s) by keywords.\n\n```python\nemoji = emojis.by_key('winter')\nprint(\"winter:\",emoji)\n```\n\n```text\nwinter: [\u2744\ufe0f, \u26c4, \u2603, \ud83c\udfbf, \u26f7, \ud83c\udfc2, \ud83c\udfd4]\n```\n\n### `search_by_`...\n\nThers are 3 `search_by_...` methods:\n\n+ `search_by_name`\n+ `search_by_key`\n+ `search_by_cate`\n\nJust replace **get emoji(s) by a exact str** with **get emoji(s) by a part of a exact str** compared with `by_...`.\n\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/TaceyWong/emojislib", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "emojislib", "package_url": "https://pypi.org/project/emojislib/", "platform": "", "project_url": "https://pypi.org/project/emojislib/", "project_urls": { "Homepage": "https://github.com/TaceyWong/emojislib" }, "release_url": "https://pypi.org/project/emojislib/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Emojis for Python \ud83d\ude04 \ud83d\udc0d \ud83d\ude0b", "version": "0.0.1" }, "last_serial": 4676367, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "6c5beba1af3e1222b843ac3dc8a63031", "sha256": "0ce1daa09c951cfd5cdfbfac77b30dffe706c28ead812b52eee57dda2446493b" }, "downloads": -1, "filename": "emojislib-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6c5beba1af3e1222b843ac3dc8a63031", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35926, "upload_time": "2019-01-09T11:08:52", "url": "https://files.pythonhosted.org/packages/42/42/7af7d653083579bd59b7a820c8dc0a1f6e199a0680a79dcac10cc6e642aa/emojislib-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b9f25ada630d310da4b2fdce2ea1edc", "sha256": "d04b25a061a9e55e48ae7498f20f5938b291fb5f79c427148d9834e607139182" }, "downloads": -1, "filename": "emojislib-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0b9f25ada630d310da4b2fdce2ea1edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34582, "upload_time": "2019-01-09T11:08:54", "url": "https://files.pythonhosted.org/packages/48/d0/7bb45552a1e4ef8f6294186b2cc59878bb82f288cf1043a9deeaa02997f5/emojislib-0.0.1.tar.gz" } ], "0.0.1.dev": [ { "comment_text": "", "digests": { "md5": "36264d0f6590ced0c53c4748d9825682", "sha256": "c7d5d950bab62e1f6bfb4b412eb590b150eacc2eec37ee6bc423824a951ac704" }, "downloads": -1, "filename": "emojislib-0.0.1.dev0-py3-none-any.whl", "has_sig": false, "md5_digest": "36264d0f6590ced0c53c4748d9825682", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 34430, "upload_time": "2018-12-08T09:47:40", "url": "https://files.pythonhosted.org/packages/e0/60/eaf3d93a7e7e7c5d0898a508b3b1b67d0d1b4c7bb3ba6258f2b4c9a6df61/emojislib-0.0.1.dev0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3febe9331dfbd3831bc7fe2da8733f9e", "sha256": "4565a3e5040b386b9e4471456fe4fd7eb22fdae5b71dc27f31bb703e91f3083b" }, "downloads": -1, "filename": "emojislib-0.0.1.dev.tar.gz", "has_sig": false, "md5_digest": "3febe9331dfbd3831bc7fe2da8733f9e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33528, "upload_time": "2018-12-08T09:47:42", "url": "https://files.pythonhosted.org/packages/22/4e/4807dcbd37810e20c0414ea5cdbd9951ea2f384f04bfcc671f93d6145d07/emojislib-0.0.1.dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6c5beba1af3e1222b843ac3dc8a63031", "sha256": "0ce1daa09c951cfd5cdfbfac77b30dffe706c28ead812b52eee57dda2446493b" }, "downloads": -1, "filename": "emojislib-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6c5beba1af3e1222b843ac3dc8a63031", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 35926, "upload_time": "2019-01-09T11:08:52", "url": "https://files.pythonhosted.org/packages/42/42/7af7d653083579bd59b7a820c8dc0a1f6e199a0680a79dcac10cc6e642aa/emojislib-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0b9f25ada630d310da4b2fdce2ea1edc", "sha256": "d04b25a061a9e55e48ae7498f20f5938b291fb5f79c427148d9834e607139182" }, "downloads": -1, "filename": "emojislib-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0b9f25ada630d310da4b2fdce2ea1edc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 34582, "upload_time": "2019-01-09T11:08:54", "url": "https://files.pythonhosted.org/packages/48/d0/7bb45552a1e4ef8f6294186b2cc59878bb82f288cf1043a9deeaa02997f5/emojislib-0.0.1.tar.gz" } ] }