Personal tools
Skip to content. | Skip to navigation
MSProject XML parser which just chunks the uninteresting stuff
MSProject XML parser which converts an entire project into pythonesque structures. The parser recognises 2003, 2007, and 2010 MSProject formats.
polib is a library to manipulate, create, modify gettext files (pot, po and mo files). You can load existing files, iterate through it’s entries, add, modify entries, comments or metadata, etc… or create new po files from scratch. polib supports out of the box any version of python ranging from 2.4 to latest 3.X version. polib is pretty stable now and is used by many opensource projects. The project code and bugtracker is hosted on Bitbucket. polib is generously documented, you can browse the documentation online, a good start is to read the quickstart guide.
posix_ipc is a Python module (written in C) that permits creation and manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting POSIX Realtime Extensions, POSIX 1003.1b-1993.