PEP 610: Provisional Acceptance (#1330)

This commit is contained in:
Pradyun Gedam 2020-03-14 02:06:46 +05:30 committed by GitHub
parent 16ca065396
commit 135fd37789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 4 deletions

View File

@ -2,12 +2,14 @@ PEP: 610
Title: Recording the Direct URL Origin of installed distributions
Author: Stéphane Bidoul <stephane.bidoul@gmail.com>, Chris Jerdonek <chris.jerdonek@gmail.com>
Sponsor: Nick Coghlan <ncoghlan@gmail.com>
BDFL-Delegate: Pradyun Gedam <pradyunsg@gmail.com>
Discussions-To: https://discuss.python.org/t/recording-the-source-url-of-an-installed-distribution/1535
Status: Draft
Status: Provisional
Type: Standards Track
Content-Type: text/x-rst
Created: 21-Apr-2019
Post-History:
Resolution: https://discuss.python.org/t/1535/56
Abstract
========
@ -23,6 +25,16 @@ additional metadata, to be added to the installed distribution by the
installation front end, which records the Direct URL Origin for use by
consumers which introspect the database of installed packages (see PEP 376).
Provisional acceptance
======================
In accordance with the PyPA's specification process, this PEP has been
`provisionally accepted <https://www.pypa.io/en/latest/specifications/#provisional-acceptance>`_
for initial implementation in ``pip`` and other PyPA tools.
During this time, the specification is still subject to revision based
on real world experience with those initial implementations.
Motivation
==========