Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
packaging.metadata.RawMetadata Class Reference
Inheritance diagram for packaging.metadata.RawMetadata:
Inheritance graph
[legend]
Collaboration diagram for packaging.metadata.RawMetadata:
Collaboration graph
[legend]

Static Public Attributes

str metadata_version
 
str name
 
str version
 
list platforms [str]
 
str summary
 
str description
 
list keywords [str]
 
str home_page
 
str author
 
str author_email
 
str license
 
list supported_platforms [str]
 
str download_url
 
list classifiers [str]
 
list requires [str]
 
list provides [str]
 
list obsoletes [str]
 
str maintainer
 
str maintainer_email
 
list requires_dist [str]
 
list provides_dist [str]
 
list obsoletes_dist [str]
 
str requires_python
 
list requires_external [str]
 
dict project_urls [str, str]
 
str description_content_type
 
list provides_extra [str]
 
list dynamic [str]
 
str license_expression
 
list license_files [str]
 

Detailed Description

A dictionary of raw core metadata.

Each field in core metadata maps to a key of this dictionary (when data is
provided). The key is lower-case and underscores are used instead of dashes
compared to the equivalent core metadata field. Any core metadata field that
can be specified multiple times or can hold multiple values in a single
field have a key with a plural name. See :class:`Metadata` whose attributes
match the keys of this dictionary.

Core metadata fields that can be specified multiple times are stored as a
list or dict depending on which is appropriate for the field. Any fields
which hold multiple values in a single field are stored as a list.

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