Functions#

The version of the package can be returned as a single string or a dict.

When a string, it comes from the package __version__. When a dict, it also has __version__, as well as versions of other depdency packages.

soakdb3_lib.version.version()[source]#

Version of the soakdb3 package as a string.

Return type:

str

soakdb3_lib.version.meta(given_meta=None)[source]#

Returns version information from the soakdb3 package and its dependencies as a dict. Adds version information to a given meta dict if it was provided.

Parameters:

given_meta (dict | None) –

Return type:

dict