Skip to main content

SMS helper and tool

Project description

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

`python >>> from smshelper import SMSHelper >>> sms = SMSHelper('Sample message.') >>> sms.count() 15 >>> sms.parts() 1 >>> sms.detect_encoding() 'GSM_7BIT' `

Original Idea

[danxexe/sms-counter](https://github.com/danxexe/sms-counter)

TODO

  • docs

  • travis

License

MIT licensed. See the bundled [LICENSE](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.2.tar.gz (3.4 kB view hashes)

Uploaded source

Built Distribution

smshelper-0.1.2-py2-none-any.whl (4.2 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