OpenQuizz
Une application de gestion des contenus pédagogiques
Wheel Class Reference

Public Member Functions

def __init__ (self, filename)
 
def tags (self)
 
def is_compatible (self)
 
def egg_name (self)
 
def get_dist_info (self, zf)
 
def install_as_egg (self, destination_eggdir)
 

Data Fields

 filename
 
 platform
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  filename 
)

Member Function Documentation

◆ egg_name()

def egg_name (   self)

◆ get_dist_info()

def get_dist_info (   self,
  zf 
)

◆ install_as_egg()

def install_as_egg (   self,
  destination_eggdir 
)
Install wheel as an egg directory.

◆ is_compatible()

def is_compatible (   self)
Is the wheel is compatible with the current platform?

◆ tags()

def tags (   self)
List tags (py_version, abi, platform) supported by this wheel.

Field Documentation

◆ filename

filename

◆ platform

platform

The documentation for this class was generated from the following file: