Train rides can be good – if not creativity, then at least boredom-induced productivity. I had planned to make a hgapi fork that worked against git instead of Mercurial, and during the ride back from holding a Python workshop in Malmö (a three-hour trip back to Karlskrona; I still have another hour to go…), I finally did. gitapi is born, and even though its in it’s infancy, it supports a large number of common operations. Fair warning – I basically just swiched hg->git and then fixed the test cases that still made sense, so there’s bound to be some kinks left to iron out. Either way, the test suite passes on both Python 2.7 and 3.2, so there’s something.
Creating a one-file Windows service in Python with pywin32 and PyInstaller
I recently set up a brand new Windows service implemented in Python, and although the experience was definitely easier...
0 kommentarer