gwss.unpkg¶
Module Contents¶
Classes¶
- class gwss.unpkg.Unpkg(package: str, version: str, dir_: os.PathLike | None, name: os.PathLike, filename: os.PathLike, s_or_s: str | None)[source]¶
-
- unpkg_dl(url, dest_file: os.PathLike) bool | Any[source]¶
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