刘凡 9ff4d1d109 add S3,archive,truncate | 2 éve | |
---|---|---|
.. | ||
.github | 2 éve | |
src | 2 éve | |
tests | 2 éve | |
.editorconfig | 2 éve | |
.flake8 | 2 éve | |
.gitignore | 2 éve | |
CHANGELOG.md | 2 éve | |
CONTRIBUTING.md | 2 éve | |
LICENSE | 2 éve | |
README.md | 2 éve | |
requirements-dev.txt | 2 éve | |
setup.py | 2 éve | |
tox.ini | 2 éve |
A very simple text truncating function.
pip install elide-text
from elidetext import elide_text
text = elide_text("A brand new tool devoted to complex neuron models", 25)
print(text) #=> A brand new tool devoted…
text = elide_text("🍺📰📚🍮🌵📴🎯🌿👂👓👌", 6)
print(text) #=> 🍺📰📚🍮🌵…
Contributions are always welcome.
See Contributing.
The MIT License (MIT)