File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,3 +24,19 @@ update:
2424 uv lock --upgrade
2525 uv sync
2626 $(MAKE ) export-all-requirements
27+
28+ stats :
29+ @echo " === Total Downloads ==="
30+ @pypistats overall bubble-data-api-client
31+ @echo " \n=== Recent (excludes mirrors) ==="
32+ @pypistats recent bubble-data-api-client
33+ @echo " \n=== By Python Version ==="
34+ @pypistats python_minor bubble-data-api-client
35+ @echo " \n=== By OS ==="
36+ @pypistats system bubble-data-api-client
37+ @echo " \n=== Monthly Downloads ==="
38+ @pypistats overall bubble-data-api-client --monthly --mirrors without
39+ @echo " \n=== Monthly by Python Version ==="
40+ @pypistats python_minor bubble-data-api-client --monthly
41+ @echo " \n=== Monthly by OS ==="
42+ @pypistats system bubble-data-api-client --monthly
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dev = [
2828 " ipython~=9.5" ,
2929 " pre-commit~=4.5" ,
3030 " pyright~=1.1.407" ,
31+ " pypistats~=1.7" ,
3132]
3233
3334# ruff configuration
You can’t perform that action at this time.
0 commit comments