Skip to content

Add missing metadata like homepage, description in DirectoryListedSource #111

Open
@keshav-space

Description

@keshav-space

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.

@classmethod
def get_default_package(cls):
"""Return a Package object populated with default for this data source."""
return Package(
  homepage="",
  description="",
  vcs_url="",
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions