packaging icon indicating copy to clipboard operation
packaging copied to clipboard

Provide a way to get just pure Python tags

Open brettcannon opened this issue 1 year ago • 0 comments

packaging.tags.compatible_tags() doesn't provide a way to ignore the platform argument such that you only get py*-none-any tags. Probably need a pure_python_tags(), python_only_tags(), or something.

brettcannon avatar Feb 20 '24 02:02 brettcannon