1 private link
Free Analytics service for Python package downloads, powered by ClickHouse
This lesson plan on Python packaging is excellent! It's by the author of Level Up Your Python.
PyPI now supports marking projects as archived. Project owners can now archive their project to let users know that the project is not expected to receive any more updates. Project archival is a single piece in a larger supply-chain security puzzle: by exposing archival statuses, PyPI enables downstream consumers to make more…
✨ Huzzah! This is very welcome news indeed!
Produce Debian packages from Python packages.
Learn how to securely upload Python packages to PyPI from GitLab CI/CD pipelines using a “Trusted Publisher” (and without API tokens). Continuously test the release process with TestPyPI on every push. Use GitLab (deploy) environments as an additional...
DNS validation allows for certificate issuance requests to be verified using DNS records, rather than by serving content over HTTP. The acme-dns-certbot tool…
This project makes it easy to analyze the Python ecosystem by providing of all the code ever published to PyPI via git, parquet datasets with file metadata, and a set of tools to help analyze the data.
Thanks to the power of git the contents of PyPI takes up only 439.4 GB on disk, and thanks to tools like libcst every Python file can be analysed on a consumer-grade laptop in a few hours.
Python Module for Tabular Datasets in XLS, CSV, JSON, YAML, &c. - jazzband/tablib
OpenSSF Working Group on Securing Software Repositories - ossf/wg-securing-software-repos
A look back at the past year as the first Safety & Security Engineer for the Python Package Index.
Govee API to control LED light strips and bulbs with LaggAt/python-govee-api
/Applications/Python\ 3.11/Install\ Certificates.command
alternately:
uv pip install --system --upgrade certifi
As we get closer to Debian Bookworm's release, I thought I'd share one change in Python 3.11 that will surely affect many people.
Python 3.11 implements the new PEP 668, Marking Python base environments as “externally managed”<sup id="fnref:kudos"><a class="footnote-ref" href="https://veronneau.org/python-311-pip-and-breaking-system-packages.html#fn:kudos">1</a></sup>.
Installing software can become overwhelming, requiring hours of research and painstaking attention to detail. However, there’s a tool that can make this process not only easier, but also enjoyable. In this article, we will guide you through installing Ansible, a powerful automation tool.
uv run --python 3.12 --with pandas python
LdapNightmare is a PoC tool that tests a vulnerable Windows Server against CVE-2024-49113 - SafeBreach-Labs/CVE-2024-49113