SMS helper and tool
Project description
SMS Helper
SMS tool that can help you properly count the length of an SMS, calculate the part and what encoding it is.
Installation
$ pip install smshelper
Supports
- Python 2
Requirements
- None
Usage
>>> from smshelper import SMSHelper
>>> sms = SMSHelper('Sample message.')
>>> sms.count()
15
>>> sms.parts()
1
>>> sms.detect_encoding()
'GSM_7BIT'
Original Idea
License
MIT licensed. See the bundled LICENSE file for more details.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
smshelper-0.1.5.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file smshelper-0.1.5.tar.gz
.
File metadata
- Download URL: smshelper-0.1.5.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 856e1c015be663893da114a368246f420f0ec20439b0abb651a7131b401ae7e6 |
|
MD5 | 1b82df9b025787ff18473d2ffc1869aa |
|
BLAKE2b-256 | 74493158623592d98571496b2c33d66503d6f4c0e8cfd545655355280bc801f2 |
File details
Details for the file smshelper-0.1.5-py2-none-any.whl
.
File metadata
- Download URL: smshelper-0.1.5-py2-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a97ef46ac697cc67370968518b7253fb304b426876ff0638d7eab7b2fa156122 |
|
MD5 | 261eed9584d472871313920b76f27074 |
|
BLAKE2b-256 | 349ca80ade814af3bfd13b72785c75702c12d769fad1cebafacd6e31131cb561 |