Tag

pypi

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 13, 2025 · Backend Development

How to Package and Publish a Python Project to PyPI

This tutorial explains why Python projects need packaging, introduces essential tools like setuptools, wheel, and twine, shows the recommended project layout, walks through creating a setup.py file, building distribution files, testing locally, uploading to PyPI, and handling version updates and common questions.

PythonSetuptoolspackaging
0 likes · 8 min read
How to Package and Publish a Python Project to PyPI
Python Programming Learning Circle
Python Programming Learning Circle
Oct 30, 2024 · Backend Development

Top Python Packages on PyPI: Boto3, urllib3, Botocore, aiobotocore, and Requests

This article examines the current top Python packages on PyPI, revealing that AWS‑related libraries such as Boto3, urllib3, Botocore, aiobotocore, and Requests lead the rankings, and provides installation commands, usage notes, and environment‑variable setup details.

AWSRequestsboto3
0 likes · 7 min read
Top Python Packages on PyPI: Boto3, urllib3, Botocore, aiobotocore, and Requests
Python Programming Learning Circle
Python Programming Learning Circle
Sep 18, 2024 · Operations

Managing and Switching PyPI Mirrors with the Oh My Zsh pypi Plugin

This guide explains how to use the Oh My Zsh pypi plugin to list, switch, and test various PyPI mirror sources, improving package download speeds for developers, especially those in mainland China, by providing simple CLI commands and connectivity checks.

DevOpsPythoncli
0 likes · 6 min read
Managing and Switching PyPI Mirrors with the Oh My Zsh pypi Plugin
Python Programming Learning Circle
Python Programming Learning Circle
Aug 14, 2024 · Fundamentals

Top Downloaded Python Packages on PyPI in the Past Year

This article reviews the most downloaded Python packages on PyPI over the last year, explaining each library's purpose, key features, usage examples, and why they are popular among developers, covering tools for HTTP, compatibility, AWS, data handling, security, and more.

AWSData SerializationPython
0 likes · 16 min read
Top Downloaded Python Packages on PyPI in the Past Year
Python Programming Learning Circle
Python Programming Learning Circle
Aug 13, 2024 · Fundamentals

Top 22 Most Downloaded Python Packages on PyPI and Their Uses

This article lists the 22 most downloaded Python packages on PyPI over the past year, explains their functionality, interrelationships, and provides code examples, highlighting why they are popular and offering guidance on their usage and alternatives.

LibrariesPythonpopular packages
0 likes · 20 min read
Top 22 Most Downloaded Python Packages on PyPI and Their Uses
Python Programming Learning Circle
Python Programming Learning Circle
May 21, 2024 · Fundamentals

Top 22 Most Downloaded Python Packages and Their Uses

This article surveys the 22 most downloaded Python packages on PyPI, explains their primary functions, shows typical usage examples, and highlights why they are popular across various development domains, providing practical insights for Python developers.

Librariespackagesprogramming
0 likes · 19 min read
Top 22 Most Downloaded Python Packages and Their Uses
Python Programming Learning Circle
Python Programming Learning Circle
May 16, 2024 · Fundamentals

Top Downloaded Python Packages on PyPI in the Past Year

This article reviews the most downloaded Python packages on PyPI over the past year, detailing their functions, popularity rankings, key features, and example usage, covering tools such as urllib3, six, botocore, pip, requests, certifi, RSA, and more.

LibrariesPythondevelopment
0 likes · 16 min read
Top Downloaded Python Packages on PyPI in the Past Year
Python Programming Learning Circle
Python Programming Learning Circle
Mar 22, 2024 · Fundamentals

Top 15 Most Downloaded Python Packages on PyPI and Their Uses

This article reviews the fifteen most downloaded Python packages on PyPI, explaining each library's purpose, key features, typical use cases, and providing code examples to illustrate how they simplify tasks such as HTTP requests, compatibility, AWS interaction, date handling, security, and data processing.

LibrariesPythonpopular packages
0 likes · 15 min read
Top 15 Most Downloaded Python Packages on PyPI and Their Uses
Python Programming Learning Circle
Python Programming Learning Circle
Jan 6, 2024 · Fundamentals

Top Downloaded Python Packages on PyPI in the Past Year and Their Uses

This article reviews the most downloaded Python packages on PyPI over the last year, explaining each library's purpose, key features, and example code snippets, while highlighting their popularity and relationships within the Python ecosystem.

AWSRequestspackages
0 likes · 15 min read
Top Downloaded Python Packages on PyPI in the Past Year and Their Uses
Python Programming Learning Circle
Python Programming Learning Circle
Jan 4, 2024 · Fundamentals

Top 15 Most Downloaded Python Packages on PyPI and Their Uses

This article reviews the fifteen Python packages with the highest download counts on PyPI over the past year, explaining each library's purpose, key features, typical use‑cases, and providing code snippets to illustrate how they are used in real projects.

AWSRequestspopular packages
0 likes · 16 min read
Top 15 Most Downloaded Python Packages on PyPI and Their Uses
DevOps Engineer
DevOps Engineer
Dec 4, 2023 · Information Security

Applying the SLSA Framework to Build, Sign, Publish, and Verify Python Packages on GitHub

This article demonstrates how to apply the SLSA (Supply chain Levels for Software Artifacts) framework to the Python ecosystem by building clean packages, generating provenance statements, uploading them to PyPI, and verifying the package origin using GitHub Actions and the slsa‑verifier tool.

GitHub ActionsProvenancePython
0 likes · 10 min read
Applying the SLSA Framework to Build, Sign, Publish, and Verify Python Packages on GitHub
Test Development Learning Exchange
Test Development Learning Exchange
Jun 24, 2023 · Fundamentals

Overview of Python Package Management Systems

This article provides a comprehensive overview of Python package management tools—including PyPI, setuptools, pip, virtualenv, and conda—explaining their purposes, core features, and basic usage commands for creating, sharing, and managing Python packages and environments.

CondaPackage ManagementPython
0 likes · 5 min read
Overview of Python Package Management Systems
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2023 · Fundamentals

Top 15 Most Downloaded Python Packages on PyPI and Their Uses

This article reviews the fifteen Python packages with the highest download counts on PyPI over the past year, explaining each library's purpose, key features, typical use‑cases, and providing code examples to illustrate how they simplify tasks such as HTTP requests, compatibility, cloud interaction, configuration, security, and data handling.

PythonRequestscloud
0 likes · 15 min read
Top 15 Most Downloaded Python Packages on PyPI and Their Uses
Python Programming Learning Circle
Python Programming Learning Circle
Apr 18, 2023 · Fundamentals

Top Downloaded Python Packages on PyPI and Their Uses

This article lists the most downloaded Python packages on PyPI over the past year, explains each library’s main features, typical use cases, and why they are popular, and includes code snippets demonstrating common operations such as HTTP requests, date parsing, and RSA encryption.

PythonRequestspip
0 likes · 15 min read
Top Downloaded Python Packages on PyPI and Their Uses
Python Programming Learning Circle
Python Programming Learning Circle
Nov 16, 2021 · Backend Development

Using Twine to Publish Python Packages: Installation, Features, Commands, and Configuration

This article explains how to install Twine, create source and wheel distributions, upload packages securely to PyPI or TestPyPI, use signing with GPG, configure authentication via .pypirc or environment variables, and provides examples of common Twine sub‑commands and a custom upload command.

Pythoncliconfiguration
0 likes · 7 min read
Using Twine to Publish Python Packages: Installation, Features, Commands, and Configuration
Python Programming Learning Circle
Python Programming Learning Circle
Nov 1, 2021 · Fundamentals

Python Packaging: History, Tools, and Best Practices with Poetry and Setuptools

This article explains the evolution of Python packaging, compares legacy tools like distutils and setuptools with modern solutions such as Poetry, details how to create and configure pyproject.toml, setup.py, and requirements files, and provides practical guidance on building wheels, eggs, and publishing packages to PyPI.

PoetryPythonSetuptools
0 likes · 14 min read
Python Packaging: History, Tools, and Best Practices with Poetry and Setuptools
Python Programming Learning Circle
Python Programming Learning Circle
Jun 18, 2020 · Fundamentals

The 22 Most Used Python Packages in the World

This article surveys the 22 most downloaded Python packages on PyPI, explains their primary functions, shows typical usage examples, and discusses why they are so popular across various development scenarios, providing practical insights for Python developers.

LibrariesOpen-sourcedevelopment
0 likes · 20 min read
The 22 Most Used Python Packages in the World