:py:mod:`gwss.unpkg` ==================== .. py:module:: gwss.unpkg Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: gwss.unpkg.Unpkg .. py:class:: Unpkg(package: str, version: str, dir_: os.PathLike | None, name: os.PathLike, filename: os.PathLike, s_or_s: str | None) .. py:attribute:: base_url .. py:method:: unpkg_dl(url, dest_file: os.PathLike) -> bool | Any Download the package file from unpkg.com :param url: url to download from :type url: furl | str | None :param dest_file: local file to download to :type dest_file: str | PathLike :returns: * *True if files are successfully downloaded* * *False otherwise* .. py:method:: unpkg_url() -> furl.furl Create a URL using the base URL, package, version, directory, file, and extension. :return: :return: The created URL as a string.