Last month we started to work on support for Python projects in gemnasium.com. The goal is simple: being able to track the dependencies of any Python project, like we do with Ruby and Node.js ones. This is just yet another packaging system, right? Well, not quite. There are some gotchas. And there’s a story to tell. Early days: Distutils Distutils is the first well-established distribution system
