티스토리 수익 글 보기
{{ message }}
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
A simple analytics dashboard for aggregate data on PyPI downloads. PyPI Stats is built using Flask with plotly.js.
PyPI Stats has an integration with GitHub so you can track install data on the packages you maintain.
PyPI Stats provides a simple JSON API to retrieve aggregate download stats and time histories of pypi packages.
Copy
.env.exampleto.envand configure your environment variables:cp .env.example .env # Edit .env with your configurationRun
make pypistatsto launch a complete development environment using docker-compose.