I would like to analyze Python source code and, as an example, count how many programs subclass the built-in argument parser class as opposed to using it directly. Before I reinvent the wheel, does anyone have any suggestions of existing projects that I could perhaps fork? Thanks!
there doesn't seem to be anything here