Articles by Tag #pypi

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

A surprising thing about PyPI's BigQuery data

Moved to https://hugovk.dev/blog/2024/a-surprising-thing-about-pypis-bigquery-data/ You...

Learn More 2 0Nov 24 '24

[GitHub Actions] Automate Build and Deployment of Your Python Package to PyPI and GitHub Releases 🐍📦

When releasing a custom library, it can be tedious to manually build it locally, upload it to...

Learn More 2 0Aug 10 '24

Identifying Abandoned PyPI Packages

Relying on abandoned and deprecated packages in our applications is generally something we want to...

Learn More 0 0Aug 23 '24

Cloudflare PyPI Mirror

Pyodide is a library that runs Python in WebAssembly, using Micropip to install packages from PyPI....

Learn More 0 0Dec 27 '24

Automatically Publish a Repo as a PyPI Library with GitHub Actions

Introduction Last year I had the opportunity to turn my company's API into a JavaScript...

Learn More 0 0Dec 29 '24

Publishing a LitePolis package to PyPI using Github Actions

The Python Package Index (PyPI) is the standard repository for distributing Python packages, enabling...

Learn More 0 0Apr 17