Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency to import name(s) mapping from local environment: a roadmap #142

Closed
4 tasks done
Nour-Mws opened this issue Feb 14, 2023 · 0 comments · Fixed by #219
Closed
4 tasks done

Dependency to import name(s) mapping from local environment: a roadmap #142

Nour-Mws opened this issue Feb 14, 2023 · 0 comments · Fixed by #219
Assignees

Comments

@Nour-Mws
Copy link
Collaborator

Nour-Mws commented Feb 14, 2023

Dependency to import mapping

Comparison module

  • Agree on what to do when packages corresponding to parsed dependencies are not found in the environment (we're not contacting PyPI for the immediate next release): INTERTWINED WITH 2ND
    • use a fallback strategy (e.g. to identity mapping)?
    • declare dependencies as missing and tell the user they were not found and they have to be installed?
    • other?
  • Keep the possibility to do a simple identity mapping in the comparison module?

CLI

  • Related to the last point above, if identity mapping is not completely replaced, we should add the option to choose the type of mapping and default to dep->import mapping from local installation.
  • Add optional arg to point towards the environment path (if not defined, what to default to?)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants