Skip to content

Add caching of fetched data when resolving deps #19

@pombredanne

Description

@pombredanne

We fetch several data and package files when resolving deps.
It could be useful to cache these to speed up the whole process.

  • we could cache these during a single CLI run to ensure we do not download twice the same file
  • we could cache these across CLI runs though it may be of less value especially since the PyPI indexes used may change across calls and the tool may run in a transient container with no caching capabilities.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions