Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
packaging.py File Reference

Go to the source code of this file.

Namespaces

namespace  pip
 
namespace  pip._internal
 
namespace  pip._internal.utils
 
namespace  pip._internal.utils.packaging
 

Functions

bool check_requires_python (Optional[str] requires_python, Tuple[int,...] version_info)
 
Requirement get_requirement (str req_string)
 
NormalizedExtra safe_extra (str extra)
 

Variables

 NormalizedExtra = NewType("NormalizedExtra", str)
 
 logger = logging.getLogger(__name__)