
In this case, the installer downloads whatever is specified by the URL
#Findiheart direct url install

They are also capable of downloadingĪnd installing source code from requirements specifying arbitrary URLs of Python installers such as pip are capable of downloading and installingĭistributions from package indexes. Thread on about the best course of action to implement improving the behavior of pip freeze in the presence of distributions Specifically, the PEP originated from the desire to address pip issue #609: Operation allowing a Python environment to be recreated to work in a broader The original motivation of this PEP was to permit tools with a “freeze” Installation front end, which records the Direct URL Origin for use byĬonsumers which introspect the database of installed packages (see PEP 376). Version, or a direct URL reference (see PEP440 Direct References).Īfter installation, the name and version are captured in the project metadata,īut currently there is no way to obtain details of the URL used when theĭistribution was identified by a direct URL reference.Īdditional metadata, to be added to the installed distribution by the Abstractįollowing PEP 440, a distribution can be identified by a name and either a
#Findiheart direct url how to
See the PyPA specification update process for how to propose changes.

The up-to-date, canonical spec, Recording the Direct URL Origin of installed distributions, is maintained on the PyPA specs page.

Example pip commands and their effect on direct_url.json.Additional origin metadata available for VCS URLs.The importance of installing from (VCS) URLs for application integrators.Installation from direct URL references.Toggle light / dark / auto colour theme PEP 610 – Recording the Direct URL Origin of installed distributions Author : Stéphane Bidoul, Chris Jerdonek Sponsor : Nick Coghlan BDFL-Delegate : Pradyun Gedam Discussions-To : Discourse thread Status : Final Type : Standards Track Topic : Packaging Created : 2 Post-History : PEP 610 – Recording the Direct URL Origin of installed distributions | Following system colour scheme Selected dark colour scheme Selected light colour scheme Python Enhancement Proposals
