pyTRLCConverter.version
This module provides version and author information.
Author: Andreas Merkle (andreas.merkle@newtec.de)
Attributes
Functions
Initialize dunders from importlib.metadata |
|
Initialize dunders from pypackage.toml file |
|
|
Get the absolute path to the resource, works for dev and for PyInstaller |
Module Contents
- pyTRLCConverter.version.init_from_metadata()[source]
Initialize dunders from importlib.metadata Requires that the package was installed.
- Returns:
Tool related information
- Return type:
list
- pyTRLCConverter.version.init_from_toml()[source]
Initialize dunders from pypackage.toml file
Tried if package wasn’t installed.
- Returns:
Tool related information
- Return type:
list
- pyTRLCConverter.version.resource_path(relative_path)[source]
Get the absolute path to the resource, works for dev and for PyInstaller
- pyTRLCConverter.version.__author__ = '???'
- pyTRLCConverter.version.__email__ = '???'
- pyTRLCConverter.version.__license__ = '???'
- pyTRLCConverter.version.__repository__ = '???'
- pyTRLCConverter.version.__version__ = '???'