Python Package Index
@pypi.org
1.5K followers
0 following
17 posts
The Python Package Index (PyPI) is the repository of software for the Python programming language. Pronounced 🥧 🫛 👁️
Posts
Media
Videos
Starter Packs
Reposted by Python Package Index
Python Software Foundation
@python.org
· Aug 26
Python Package Index
@pypi.org
· Aug 18
Preventing Domain Resurrection Attacks - The Python Package Index Blog
PyPI now checks for expired domains to prevent domain resurrection attacks, a type of supply-chain attack where someone buys an expired domain and uses it to take over PyPI accounts through password resets.
blog.pypi.org
Reposted by Python Package Index
Mike Fiedler
@miketheman.com
· Jul 28
Python Package Index
@pypi.org
· Feb 20
Packaging Python Projects - Python Packaging User Guide
This tutorial walks you through how to package a simple Python project. It will
show you how to add the necessary files and structure to create the package, how
to build the package, and how to upload it to the Python Package Index (PyPI).
packaging.python.org
Python Package Index
@pypi.org
· Feb 18
Installing Packages - Python Packaging User Guide
It’s important to note that the term “package” in this context is being used to
describe a bundle of software to be installed (i.e. as a synonym for a
distribution). It does not refer to the kind
of package that you import in your Python source code
(i.e. a container of modules). It is common in the Python community to refer to
a distribution using the term “package”. Using
the term “distribution” is often not preferred, because it can easily be
confused with a Linux distribution, or another larger software distribution
like Python itself.
packaging.python.org
Reposted by Python Package Index
Reposted by Python Package Index