This repository was archived by the owner on Dec 1, 2021. It is now read-only.
This repository was archived by the owner on Dec 1, 2021. It is now read-only.
Support wrapper field in Installer data parsed from User Agent #50
Open
Description
As mentioned by @ncoghlan in pypa/pip#5424 (comment):
submit a PR to update
linehaul
'sUserAgent
schema to include an extra optionalwrapper = pyrsistent.field(type=Installer, factory=Installer.create)
field
The motivation is to allow wrappers, like pipenv, to measure adoption of their tools.
The project has since switched to attrs, but the idea is the same. The change should be somewhere around here.
Metadata
Metadata
Assignees
Labels
No labels