API ReferencePython APINemo LensLenslens.package_infoAsk a question|Copy page|View as Markdown|More actionsModule Contents Functions NameDescription_source_tree_version- Data MAJOR MINOR PATCH PRE_RELEASE VERSION _BASE_VERSION __contact_emails__ __contact_names__ __description__ __download_url__ __homepage__ __keywords__ __license__ __package_name__ __repository_url__ __shortversion__ __version__ API lens.package_info._source_tree_version() -> str lens.package_info.MAJOR = 0 lens.package_info.MINOR = 2 lens.package_info.PATCH = 0 lens.package_info.PRE_RELEASE = '' lens.package_info.VERSION = (MAJOR, MINOR, PATCH, PRE_RELEASE) lens.package_info._BASE_VERSION = __shortversion__ + ''.join(VERSION[3:]) lens.package_info.__contact_emails__ = 'nemo-toolkit@nvidia.com' lens.package_info.__contact_names__ = 'NVIDIA' lens.package_info.__description__ = 'NeMo Lens' lens.package_info.__download_url__ = 'https://github.com/NVIDIA-NeMo/Lens/releases' lens.package_info.__homepage__ = 'https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/' lens.package_info.__keywords__ = 'deep learning, machine learning, gpu, NLP, NeMo, Lens, nvidia, pytorch, torch, ... lens.package_info.__license__ = 'Apache2' lens.package_info.__package_name__ = 'nemo_lens' lens.package_info.__repository_url__ = 'https://github.com/NVIDIA-NeMo/Lens' lens.package_info.__shortversion__ = '.'.join(map(str, VERSION[:3])) lens.package_info.__version__ = _dist_version('nemo-lens')