Skip to content

Add packaging.tags.interpreter_tag #612

Open
@FFY00

Description

Similarly to #610, the following logic could be exposed as public API.

packaging/packaging/tags.py

Lines 501 to 506 in 606c71a

if interp_name == "pp":
interp = "pp3"
elif interp_name == "cp":
interp = "cp" + interpreter_version(warn=warn)
else:
interp = None

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions