Module debby.meta.meta
Classes
class Meta (name: str, version: str, maintainer: str, description: str, architecture: str, source: Optional[str] = None, section: Optional[str] = None, priority: Optional[str] = None, essential: Optional[Literal['yes', 'no']] = None, homepage: Optional[str] = None, depends: Optional[str] = None, pre_depends: Optional[str] = None, recommends: Optional[str] = None, suggests: Optional[str] = None, enhances: Optional[str] = None, breaks: Optional[str] = None, conflicts: Optional[str] = None)-
Metadata for a Debian package.
Class variables
var architecture : str-
The type of the None singleton.
var breaks : Optional[str]-
The type of the None singleton.
var conflicts : Optional[str]-
The type of the None singleton.
var depends : Optional[str]-
The type of the None singleton.
var description : str-
The type of the None singleton.
var enhances : Optional[str]-
The type of the None singleton.
var essential : Optional[Literal['yes', 'no']]-
The type of the None singleton.
var homepage : Optional[str]-
The type of the None singleton.
var maintainer : str-
The type of the None singleton.
var name : str-
The type of the None singleton.
var pre_depends : Optional[str]-
The type of the None singleton.
var priority : Optional[str]-
The type of the None singleton.
var recommends : Optional[str]-
The type of the None singleton.
var section : Optional[str]-
The type of the None singleton.
var source : Optional[str]-
The type of the None singleton.
var suggests : Optional[str]-
The type of the None singleton.
var version : str-
The type of the None singleton.
Instance variables
prop full_name : str
class MetaVars (*args, **kwargs)-
A dictionary of metadata variables.
Ancestors
- builtins.dict
Class variables
var architecture : str-
The type of the None singleton.
var breaks : str-
The type of the None singleton.
var conflicts : str-
The type of the None singleton.
var depends : str-
The type of the None singleton.
var description : str-
The type of the None singleton.
var enhances : str-
The type of the None singleton.
var essential : Literal['yes', 'no']-
The type of the None singleton.
var homepage : str-
The type of the None singleton.
var maintainer : str-
The type of the None singleton.
var name : str-
The type of the None singleton.
var pre_depends : str-
The type of the None singleton.
var priority : str-
The type of the None singleton.
var recommends : str-
The type of the None singleton.
var section : str-
The type of the None singleton.
var source : str-
The type of the None singleton.
var suggests : str-
The type of the None singleton.
var version : str-
The type of the None singleton.