:py:mod:`gwss.resolver` ======================= .. py:module:: gwss.resolver Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: gwss.resolver.resolve_pkg gwss.resolver.resolve_links .. py:function:: resolve_pkg(package: str) -> dict[Any, Any] .. py:function:: resolve_links(package, version: str, s_or_s: str, dir_: os.PathLike, links: dict) Returns the full url for the unpkg files in 'links' :param package: name of package :type package: str :param version: the computed version of the package :type version: str :param s_or_s: literal text of 'script' or 'style' :type s_or_s: str :param dir_: first child directory the files is in, relative to root of package :type dir_: PathLike :param links: A list of files to resolve :type links: dict :rtype: urls for individual files