Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Classes | Functions
pip._internal.network.lazy_wheel Namespace Reference

Classes

class  HTTPRangeRequestUnsupported
 
class  LazyZipOverHTTP
 

Functions

BaseDistribution dist_from_wheel_url (str name, str url, PipSession session)
 

Detailed Description

Lazy ZIP over HTTP

Function Documentation

◆ dist_from_wheel_url()

BaseDistribution pip._internal.network.lazy_wheel.dist_from_wheel_url ( str  name,
str  url,
PipSession  session 
)
Return a distribution object from the given wheel URL.

This uses HTTP range requests to only fetch the portion of the wheel
containing metadata, just enough for the object to be constructed.
If such requests are not supported, HTTPRangeRequestUnsupported
is raised.