OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | get_pkg_resources_distribution (self) |
def | prepare_distribution_metadata (self, finder, build_isolation) |
![]() | |
def | __init__ (self, req) |
Additional Inherited Members | |
![]() | |
req | |
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`.
def get_pkg_resources_distribution | ( | self | ) |
Reimplemented from AbstractDistribution.
def prepare_distribution_metadata | ( | self, | |
finder, | |||
build_isolation | |||
) |
Reimplemented from AbstractDistribution.