mirror of
https://github.com/LukeHagar/pypistats.dev.git
synced 2025-12-06 04:21:09 +00:00
* update ignore files * setup poetry * add db seeds * black * set up compose * backfill script * add makefile, update readme * update poetry * readme * Fixes * cleanup and rate limit changes * poetry 1.0.5 * some more cleanup * k8s * k8s * update yml * cleanup and admin * deploy
27 lines
641 B
ReStructuredText
27 lines
641 B
ReStructuredText
PyPI Stats
|
|
==========
|
|
|
|
A simple analytics dashboard for aggregate data on PyPI downloads. PyPI Stats is built using Flask with plotly.js.
|
|
|
|
`PyPI Stats <https://pypistats.org/>`_
|
|
|
|
GitHub OAuth
|
|
------------
|
|
|
|
PyPI Stats has an integration with GitHub so you can track install data on the packages you maintain.
|
|
|
|
`User page <https://pypistats.org/user>`_
|
|
|
|
JSON API
|
|
--------
|
|
|
|
PyPI Stats provides a simple JSON API to retrieve aggregate download stats and time histories of pypi packages.
|
|
|
|
`JSON API <https://pypistats.org/api>`_
|
|
|
|
Development
|
|
-----------
|
|
|
|
Run ``make pypistats`` to launch a complete development environment using docker-compose.
|
|
|