![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
github-download-counts
Advanced tools
a simple Python wrapper around the GitHub REST API to get download counts for release assets and ghcr.io image pulls for organizations' repositories
usage: github_download_counts.py <arguments>
Display download statistics from GitHub repositories
* Access to the GitHub API is done using your personal access token (PAT).
See https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens
for information about PATs.
options:
--verbose, -v Increase verbosity (e.g., -v, -vv, etc.)
-t <str>, --token <str>
GitHub API token
--token-file <str> GitHub API token (read from filename)
-r [REPOS ...], --repo [REPOS ...]
One or more GitHub repository/repositories (e.g., org/repo)
--date-from <str> Human readable date expression for beginning of search time frame (default: Jan 1 1970)
--date-to <str> Human readable date expression for ending of search time frame (default: now)
--release [RELEASEREGEXES ...]
List of regular expressions against which to match releases (e.g., ^v24\.10)
-a [ASSETREGEXES ...], --asset [ASSETREGEXES ...]
List of regular expressions against which to match release assets (e.g., ^\w+.+\.iso\.01$, ^foobar_.*\.tar\.gz$
-i [IMAGEREGEXES ...], --image [IMAGEREGEXES ...]
List of regular expressions against which to match container images (e.g., ^foobar/barbaz$)
--image-tag [IMAGETAGREGEXES ...]
List of regular expressions against which to match container image tags (e.g., ^24\.10)
Using pip
, to install the latest release from PyPI:
python3 -m pip install -U github-download-counts
Or to install directly from GitHub:
python3 -m pip install -U 'git+https://github.com/mmguero/github-download-counts'
github-download-counts requires:
If you'd like to help improve github-download-counts, pull requests will be welcomed!
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
a simple Python wrapper around the GitHub REST API to get download counts for release assets and ghcr.io image pulls for organizations' repositories
We found that github-download-counts demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.