You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add a get_default_package class method with hardcoded metadata in each DirectoryListedSource, and get_package_info should build upon this default data with download_url, released_date, etc.
@classmethoddefget_default_package(cls):
"""Return a Package object populated with default for this data source."""returnPackage(
homepage="",
description="",
vcs_url="",
)
The text was updated successfully, but these errors were encountered:
We should add a
get_default_package
class method with hardcoded metadata in eachDirectoryListedSource
, andget_package_info
should build upon this default data with download_url, released_date, etc.The text was updated successfully, but these errors were encountered: