[00:10:12] <abn> Does anyone here know of a library that can translate PEP 425 to PEP 508 environment markers? Or atleast a comprehensive mapping? Most of what I found has been scattered either in pip, packaging and distlib.
[08:38:44] <pradyunsg> Ah, converting compatibility tags into environment markers. I don't see if there's any dedicated logic for this in pip or packaging. Not sure about distlib.
[09:09:55] <abn> pradyunsg: Yeah. Could not find anything other than parsing and generation of those. Nothing that definitively talks about how they could map to each other.