A very simple text truncating function
Project description
elide-text
A very simple text truncating function.
Install
pip install elide-text
Usage
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) #=> 🍺📰📚🍮🌵…
Contributing
Contributions are always welcome.
See Contributing.
Developer
License
The MIT License (MIT)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
elide-text-0.0.1.tar.gz
(2.1 kB
view details)
Built Distribution
File details
Details for the file elide-text-0.0.1.tar.gz
.
File metadata
- Download URL: elide-text-0.0.1.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 569c645d2a27f8e33d24f2a563b3e13c6e0e668a95911b05f1ab3802a4e2426e |
|
MD5 | f98dbfaf97978afa0aff24aeeb77f2c5 |
|
BLAKE2b-256 | 2a3fc082578ef61ed180030ec1e2e1cdebc75d616510af7fdbbcb6215181f064 |
File details
Details for the file elide_text-0.0.1-py2-none-any.whl
.
File metadata
- Download URL: elide_text-0.0.1-py2-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/2.7.15
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 083ac89044ada180a95ed0387042014f788a1679b0fdbe8905b047a643af5344 |
|
MD5 | 926121c62fe4cad2c8ee14d973e30e63 |
|
BLAKE2b-256 | 3bfe8843de9af1d7ea560999d77bd1aae40325c3e3c3c1642551a082c7282574 |