Ahoy! I have two new projects up on github.
- oplogutils - A set of utilities for manipulating the MongoDB oplog.
- etsy-python - A Python library for using the Etsy API.
The python library is pretty trivial and self-explanatory, but I realized that I had copied it into enough projects that it deserved to be in setuptools.
The rationale for oplogutils is a little involved. Basically, this is what you need in some worst-case recovery scenarios. Those scenarios will be explained in more detail by John Allspaw and myself in upcoming posts on Code as Craft.