刘凡 9ff4d1d109 add S3,archive,truncate | il y a 2 ans | |
---|---|---|
.. | ||
.github | il y a 2 ans | |
src | il y a 2 ans | |
tests | il y a 2 ans | |
.editorconfig | il y a 2 ans | |
.flake8 | il y a 2 ans | |
.gitignore | il y a 2 ans | |
CHANGELOG.md | il y a 2 ans | |
CONTRIBUTING.md | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
requirements-dev.txt | il y a 2 ans | |
setup.py | il y a 2 ans | |
tox.ini | il y a 2 ans |
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)