Git Product home page Git Product logo

Comments (3)

tuukka avatar tuukka commented on July 20, 2024 1

Thank you for the helpful information! I looked too quickly and was confused between pypistats and pypistats.org first. There's now a new issue at crflynn/pypistats.org#37

from pypistats.

hugovk avatar hugovk commented on July 20, 2024

Hi! Not right now. This project is a client for the API at https://pypistats.org/api/ = https://github.com/crflynn/pypistats.org which doesn't have that sort of data available. You could ask there?

That project gets data from PyPI's Google BigQuery.

https://github.com/ofek/pypinfo is another project to query the BigQuery more directly. You need to set up some Google credentials and get monthly free quota. Having said that, I don't think pypinfo exposes sdist/wheel stats separately, so you'd probably need to query BigQuery directly.

More info:

I clicked through to the schema and it does save the filename. For example:

SELECT file.filename FROM `bigquery-public-data.pypi.file_downloads` WHERE DATE(timestamp) = "2021-05-17" LIMIT 10
Row filename  
1 boto3-1.17.59-py2.py3-none-any.whl  
2 wheel-0.9-py27-none-any.whl  
3 tr0nz0d-0.0.3.tar.gz  
4 argcomplete-1.12.3-py2.py3-none-any.whl  
5 Flask-2.0.0-py3-none-any.whl  
6 kafka_python-2.0.2-py2.py3-none-any.whl  
7 cramjam-2.3.1-cp39-cp39-manylinux1_x86_64.whl  
8 tensorflow_text_nightly-2.6.0.dev20210516-cp36-cp36m-macosx_10_9_x86_64.whl  
9 wheel-0.29.0-py2.py3-none-any.whl  
10 pip-19.0-py2.py3-none-any.whl

from pypistats.

hugovk avatar hugovk commented on July 20, 2024

Closing this as it's not available via the API, but can re-open if it's added in the future 👍

from pypistats.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.