jantman / pypi-download-stats

ABANDONED - Calculate detailed download stats and generate HTML and badges for PyPI packages
GNU Affero General Public License v3.0
24 stars 10 forks source link

Cache max date/time from table #9

Closed jantman closed 8 years ago

jantman commented 8 years ago

When we run a query, cache the maximum date/time from the newest table. Then we should have an "as-of" date for the data.

Expose that all the way out to the output generator, so our "as of" date is more accurate.