
Security News
Official Go SDK for MCP in Development, Stable Release Expected in August
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
|Latest Version| |Build Status| |Python Versions|
Substitutes emoji aliases to emoji raw characters. Simple but sweet :smile:
::
$ pip install pyemojify
CLI
Use ``pyemojify -t text``, for example:
::
$ pyemojify -t "Life is short :smile: , use :sparkles: Python :sparkles:"
Life is short 😄 , use ✨ Python ✨.
Pyemojify also support pipeline, for example:
::
$ echo "Life is short :smile: , use :sparkles: Python :sparkles:" | pyemojify
Life is short 😄 , use ✨ Python ✨.
This one is very useful for git commit messages, use the following one
and you'll see you emoji friends again!
::
$ git log --oneline --color | pyemojify | less
API
::
>>> from pyemojify import emojify
>>> text = emojify("Life is short :smile: , use :sparkles: Python :sparkles:")
>>> print(text)
Life is short 😄 , use ✨ Python ✨.
It's a python port of the original
emojify <https://github.com/mrowa44/emojify>
, all the glories should
belong to mrowa44 <https://github.com/mrowa44>
.
MIT
.. |Latest Version| image:: http://img.shields.io/pypi/v/pyemojify.svg :target: https://pypi.python.org/pypi/pyemojify .. |Build Status| image:: https://travis-ci.org/lord63/pyemojify.svg :target: https://travis-ci.org/lord63/pyemojify .. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pyemojify.svg :target: https://pypi.python.org/pypi/pyemojify
FAQs
Substitutes emoji aliases (like :sparkling_heart:) to emoji raw characters.
We found that pyemojify demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.
Security News
New research reveals that LLMs often fake understanding, passing benchmarks but failing to apply concepts or stay internally consistent.
Security News
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.