Skip to main content

SMS helper and tool

Project description

Build Status Coverage Status

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

danxexe/sms-counter

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.3.tar.gz (3.5 kB view hashes)

Uploaded source

Built Distribution

smshelper-0.1.3-py2-none-any.whl (4.3 kB view hashes)

Uploaded py2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page