Skip to content

Add caching of fetched data when resolving deps #19

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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