Python standard packaging in track_msg

Posted: October 27th, 2012 | Author: | Tags: , | No Comments »

Over the past month I’ve been working on a python project and I ended up learning about python packaging. Using these standard tools is a very useful way to distribute projects since they can be easily built by anyone or converted to standard packages such as .deb or .rpm.

I’ve now re-organized the code in track_msg so that it can be built and installed using standard python tools like pip. Build and install instructions can be found on the project page.