Ucplib status update

I'm currently working on a cleaner API for ucplib. I got some pretty good ideas and started merging my work with another library which is doing basically the same. The current code can be found at launchpad.net

ucplib now at launchpad

I finally put ucplib up at launchpad. It is still experimental and some changes are likely to happen! But some people asked me if they can have a look at the code so I decided to put this early version up!

You can find it under: https://launchpad.net/ucplib/

If you have ideas for improvement or [...]

New ucplib for Python

As part of my work refactoring PySMS I decided to abstract some parts into separate libraries. The first victim of this is the UCP message parser and creator.

Until now it was a bit of a bricolage. The functionality it had was very specific to the SMS Server and it was not easy to [...]