Python Packaging Authority

Results 42 repositories owned by Python Packaging Authority

advisory-database

236
Stars
51
Forks
Watchers

Advisory database for Python packages published on pypi.org

auditwheel

407
Stars
140
Forks
Watchers

Auditing and relabeling cross-distribution Linux wheels.

build

642
Stars
107
Forks
Watchers

A simple, correct Python build frontend

flit

2.1k
Stars
130
Forks
Watchers

Simplified packaging of Python modules

get-pip

676
Stars
277
Forks
Watchers

Helper scripts to install pip, in a Python installation that doesn't have it.

manylinux

1.3k
Stars
207
Forks
Watchers

Python wheels that work on any linux (almost)

installer

114
Stars
51
Forks
Watchers

A low-level library for installing from a Python wheel distribution.

pyproject-hooks

117
Stars
46
Forks
Watchers

A low-level library for calling build-backends in `pyproject.toml`-based project

distlib

44
Stars
34
Forks
Watchers

A low-level library which implements some Python packaging standards (PEPs) and which could be used by third-party packaging tools to achieve interoperability.

distutils

43
Stars
58
Forks
Watchers

distutils as found in cpython