PyTextMagicSMS 0.1
==================

This module provides a convenient interface to the TextMagic HTTPS API to send
SMS messages.

To use the service, you need to create an account at http://www.textmagic.com/
to get a username. Once you are registered, you can retrieve your API password
from https://www.textmagic.com/app/wt/account/api/cmd/password

The TextMagic HTTPS API is described at http://api.textmagic.com/https-api

Documentation is available from the Python prompt:
  >>> help(textmagic)
  >>> help(textmagic.client)
and from the project's website:
  http://code.google.com/p/textmagic-sms-api-python/wiki/UserManual

License
=======

This package is published under a BSD style license, see LICENSE.

Feedback
========

You can send feedback to me at dfstrauss@gmail.com

Dawie Strauss
