You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2024. It is now read-only.
packaging supports a few environment markers that are not currently in PEP 508:
os.name,sys.platform,platform.version,platform.machine, andplatform.python_implementationfrom PEP 345; andpython_implementationfrom setuptools.Given the goal of backwards compatibility, we probably need these redundant duplicates included.
python_implementationespecially is widely relied on.