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

Public Member Functions

def initialize_options (self)
 
def finalize_options (self)
 
def warn (self, msg)
 
def run (self)
 
def check_metadata (self)
 
def check_restructuredtext (self)
 

Data Fields

 restructuredtext
 
 metadata
 
 strict
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 

Detailed Description

This command checks the meta-data of the package.

Member Function Documentation

◆ check_metadata()

def check_metadata (   self)
Ensures that all required elements of meta-data are supplied.

Required fields:
    name, version, URL

Recommended fields:
    (author and author_email) or (maintainer and maintainer_email))

Warns if any are missing.

◆ check_restructuredtext()

def check_restructuredtext (   self)
Checks if the long string fields are reST-compliant.

◆ finalize_options()

def finalize_options (   self)

◆ initialize_options()

def initialize_options (   self)
Sets default values for options.

◆ run()

def run (   self)
Runs the command.

◆ warn()

def warn (   self,
  msg 
)
Counts the number of warnings that occurs.

Field Documentation

◆ boolean_options

boolean_options
static

◆ description

description
static

◆ metadata

metadata

◆ restructuredtext

restructuredtext

◆ strict

strict

◆ user_options

user_options
static

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