{"library":"emoji","type":"library","category":null,"description":"The `emoji` library provides comprehensive support for handling Unicode emojis in Python, allowing conversion between emoji characters and their shortcodes (e.g., 👍 to :thumbs_up:). It supports the entire set of Emoji codes defined by the Unicode consortium and various languages. The library is actively maintained, with version 2.15.0 being the latest, and typically releases updates to keep up with Unicode emoji standards.","language":"python","status":"active","version":"2.15.0","tags":["emoji","unicode","text processing","shortcodes"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install emoji","imports":["import emoji","import emoji\ntext_with_emoji = emoji.emojize('Python is :thumbs_up:')","import emoji\ntext_with_shortcodes = emoji.demojize('Python is 👍')","import emoji\nemoji_data = list(emoji.analyze('Python is 👍'))","import emoji\nclean_text = emoji.replace_emoji('Python is 👍', replace='')"]}],"homepage":null,"github":"https://github.com/carpedm20/emoji","docs":null,"changelog":null,"pypi":"https://pypi.org/project/emoji/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.11,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/emoji/compatibility"}}