pypinfo
pypinfo copied to clipboard
Easily view PyPI download statistics via Google's BigQuery.
I would like to use the data to correlate with openSUSE package names, which use the 'real' name supplied in setup.py, i.e. not-normalised. I've been doing a bit of research...
Hello, It would be great to be able to tell project tendencies. E.g are my monthly usage going up or down? This is already possible with playing around the start...
Whilst making https://github.com/ofek/pypinfo/pull/29 I got this: ``` raise exceptions.from_http_response(response) google.api_core.exceptions.Forbidden: 403 GET https://www.googleapis.com/bigquery/v2/projects/pypinfo-hugovk/queries/?maxResults=0&timeoutMs=10000: Quota exceeded: Your project exceeded quota for free query bytes scanned. For more information, see https://cloud.google.com/bigquery/troubleshooting-errors ```...
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 3 to 4 Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as...
This might help to get some useful statics for projects when using a specific order column (e.g. libc-version, pyversion, ...) The idea comes from https://github.com/mayeut/manylinux-timeline/issues/529#issuecomment-1925926002
I know this project focuses on "downloads", but I wonder if the Bigtable also has info on when a package was last uploaded. I'd like to be able to query...
Here's how to run a dry-run query to see how much data would be processed by a given command's query, by adding `dry_run=True, use_query_cache=False` to the config: https://cloud.google.com/bigquery/docs/samples/bigquery-query-dry-run#bigquery_query_dry_run-python Let's expose...
As for the title, I would like to distinguish between downloads of the source distribution of a package and it's wheel. Is there a way to do it? I believe...
Bumps the actions group with 1 update: [codecov/codecov-action](https://github.com/codecov/codecov-action). Updates `codecov/codecov-action` from 3 to 5 Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will...
The last release went out fine with Trusted Publishing: https://pypi.org/project/pypinfo/23.0.0/ But there are some warnings: https://github.com/ofek/pypinfo/actions/runs/18529492397 Opening this issue as a reminder to update later, should be straightforward. ``` UNSUPPORTED...