Skip to content

Conversation

RulerOfCakes
Copy link
Contributor

  • ported list into PackageManager, and moved the implementation of list to a new file under micropip/list.py.
  • ported commands listed in micropip/_commands/mock_package.py.

Copy link
Member

@ryanking13 ryanking13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @RulerOfCakes!

@@ -1,58 +1,8 @@
import importlib.metadata
from micropip.list import list_installed_packages
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from micropip.list import list_installed_packages
from ..list import list_installed_packages

@ryanking13 ryanking13 marked this pull request as ready for review July 4, 2024 08:35
@ryanking13
Copy link
Member

Thanks!

@ryanking13 ryanking13 merged commit f9ec77e into pyodide:main Jul 4, 2024
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 this pull request may close these issues.

2 participants