OpenQuizz
Une application de gestion des contenus pédagogiques
|
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 | |
This command checks the meta-data of the package.
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.
def check_restructuredtext | ( | self | ) |
Checks if the long string fields are reST-compliant.
def finalize_options | ( | self | ) |
def initialize_options | ( | self | ) |
Sets default values for options.
def run | ( | self | ) |
Runs the command.
def warn | ( | self, | |
msg | |||
) |
Counts the number of warnings that occurs.
|
static |
|
static |
metadata |
restructuredtext |
strict |
|
static |