python-ssmi
===========

This is a python module implementing TruTeq's SSMI protocol for USSD and SMS.

This was implemented from SSMI version 1.5.9 documentation which is copyright
TruTeq Wireless (Pty) Ltd 2001-2003.

setting up buildout
===================

This module follows the buildout instructions documented at
http://jacobian.org/writing/django-apps-with-buildout/

To initialise buildout run:
$ python bootstrap.py

Then run buildout:
$ ./bin/buildout

generating releases
===================

Create a source tarball:
$ ./bin/buildout setup . sdist

Create an egg:
$ ./bin/buildout setup . bdist_egg
