Provides the initial release of memory-analyzer, which can find the following information about a running Python binary:
1. How many of each object you have in memory
2. The total size of all of these objects
3. The forward references to the objects
4. The backwards references to the objects
5. The difference in size/number of objects over time (through snapshot comparisons)