@treyhunner @pganssle It goes back six months. You'll need to use BigQuery to go back further, or something like https://clickpy.clickhouse.com/dashboard/pytz
There's also monthly data at data/pytz-* in https://github.com/hugovk/pypi-tools
Remember line goes up, so you'd have to try and normalise against the "normal" exponential growth.
@hugovk @treyhunner Though also I suspect that this whole line of thinking doesn't really answer my original question that well, which is, "How relevant is pytz today?" When I first gave my time zones talk it was the dominant package and I could say, "Don't directly attach pytz zones to your datetimes" and 5 people would run off to fix production bugs.
These days there are more pytz downloads than ever but I think a big part of that is that it is still a dependency of pandas and cryptography, which might not mean anything about whether most programs today actually use pytz directly.