mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
18 lines
381 B
ReStructuredText
18 lines
381 B
ReStructuredText
PyPI Stats
|
|
==========
|
|
|
|
A simple analytics dashboard for aggregate data on PyPI downloads. PyPI Stats
|
|
is built using Flask with plotly.js and deployed to AWS using Zappa.
|
|
|
|
`PyPI Stats <https://pypistats.org/>`_
|
|
|
|
Commands
|
|
--------
|
|
Beat:
|
|
|
|
pipenv run celery beat -A pypistats.run.celery --loglevel=INFO
|
|
|
|
Celery worker:
|
|
|
|
pipenv run celery -A pypistats.run.celery worker --loglevel=INFO
|