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

Replace micropip by a pure-js implementation #63

Open
Tracked by #64
CNSeniorious000 opened this issue Sep 1, 2024 · 1 comment
Open
Tracked by #64

Replace micropip by a pure-js implementation #63

CNSeniorious000 opened this issue Sep 1, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@CNSeniorious000
Copy link
Member

Functionality

  1. Building dependency tree
    • support backtracking by default
    • support locking (flattening)
    • support ~=, ^= and ==
  2. Support specifying target path

Step 1 is about resolving and step 2 is about downloading and installing.
So maybe there should be 3 separated APIs and even 3 packages.
This repo may become a monorepo.

Motivations

@CNSeniorious000 CNSeniorious000 added the enhancement New feature or request label Sep 1, 2024
@CNSeniorious000 CNSeniorious000 added this to the Refinements milestone Sep 1, 2024
@CNSeniorious000 CNSeniorious000 self-assigned this Sep 1, 2024
@CNSeniorious000 CNSeniorious000 mentioned this issue Sep 2, 2024
15 tasks
@CNSeniorious000
Copy link
Member Author

One possible approach: transform resolvelib into JavaScript

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant