Calculate the size of PyPI packages and their dependencies.
$ pip install requirements.txt
$ python calculate-size.py <package1> [package2] [...]
It's very much unpolished at the moment, but it works well enough for basic uses.
Licensed under the BSD 3-Clause License.