whiteprints.package_metadata#

Discover the package’s version number.

Attributes#

__version__

The package version number as found by importlib metadata.

__metadata__

The package metadata.

__license__

The package code license as found by importlib metadata.

__license_file__

A list containing the path to the license(s) of the package code.

Module Contents#

whiteprints.package_metadata.__version__: Final[source]#

The package version number as found by importlib metadata.

whiteprints.package_metadata.__metadata__: Final[source]#

The package metadata.

whiteprints.package_metadata.__license__: Final[source]#

The package code license as found by importlib metadata.

whiteprints.package_metadata.__license_file__: Final[source]#

A list containing the path to the license(s) of the package code.