project_meta.project_info_pkg

Project information based on the <project>.egg-info/PKG-INFO.

class project_meta.project_info_pkg.ProjectInfoPkg(*_, **__)

Bases: _ProjectInfoBase

Project information based on the <project>.egg-info/PKG-INFO.

To access most of the information, the <project>.egg-info/PKG-INFO must be generated e.g. by installing project package via pip.

Initialize the project information.

get_author()

Get the project author.

Returns:

Project author.

Return type:

str

get_description()

Get the project description.

Returns:

Project description.

Return type:

str

get_homepage_url()

Get the project homepage URL.

Returns:

Project homepage URL.

Return type:

str

get_project_name()

Get the project name.

Returns:

Project name.

Return type:

str

get_version()

Get the project version.

Returns:

Project version.

Return type:

str