PEP 610: Provisional Acceptance (#1330)
This commit is contained in:
parent
16ca065396
commit
135fd37789
14
pep-0610.rst
14
pep-0610.rst
|
@ -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
|
||||
==========
|
||||
|
||||
|
|
Loading…
Reference in New Issue