pythonwheels
pythonwheels copied to clipboard
Adoption analysis of Python Wheels: https://pythonwheels.com/
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.7.0. Release notes Sourced from pre-commit's releases. pre-commit v3.7.0 Features Use a tty for docker and docker_image hooks when --color is specified. #3122 PR by...
Bumps [pytz](https://github.com/stub42/pytz) from 2023.3.post1 to 2024.1. Commits fb43f95 Github releases 3680953 Bump version numbers to 2024.1 / 2024a 8cde178 IANA 2024a e22640e Squashed 'tz/' changes from cc48c2dfa..beeb53a3d ebee1ae Stop building...
We're currently at 357/360: * Let's skip [bs4](https://pypi.org/project/bs4/): it's a wrapper around [beautifulsoup4](https://pypi.org/project/beautifulsoup4/), which has wheels. That takes us to 358/360. The remaining two: * future: issue requesting a wheel...
This is based on the dark mode (https://github.com/hugovk/drop-python/pull/42) I added to https://hugovk.github.io/drop-python/, which was originally based on this repo. Preview:
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Hi, Is there a way to recognise if a wheel is a pure Python one or contains C/Native extensions?
Docs: https://pypistats.org/api/ It might also be worth having a look at [getting this data directly from BigQuery](https://packaging.python.org/en/latest/guides/analyzing-pypi-package-downloads/).
My first take on my promise to help manylinux2
Struggling with the questions: "When do I dare to recommend an update to a newer Python version?" The answer to that depends on not just the most common libs having...
It seem that in the rush to use wheels, many people are now no longer publishing source packages. This causes havoc with new versions of Python which will go way...