OpenQuizz
Une application de gestion des contenus pédagogiques
SourceDistribution Class Reference
Inheritance diagram for SourceDistribution:
Collaboration diagram for SourceDistribution:

Public Member Functions

def get_pkg_resources_distribution (self)
 
def prepare_distribution_metadata (self, finder, build_isolation)
 
- Public Member Functions inherited from AbstractDistribution
def __init__ (self, req)
 

Additional Inherited Members

- Data Fields inherited from AbstractDistribution
 req
 

Detailed Description

Represents a source distribution.

The preparation step for these needs metadata for the packages to be
generated, either using PEP 517 or using the legacy `setup.py egg_info`.

Member Function Documentation

◆ get_pkg_resources_distribution()

def get_pkg_resources_distribution (   self)

Reimplemented from AbstractDistribution.

◆ prepare_distribution_metadata()

def prepare_distribution_metadata (   self,
  finder,
  build_isolation 
)

Reimplemented from AbstractDistribution.


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