replit / upm

⠕ Universal Package Manager - Python, Node.js, Ruby, Emacs Lisp.
https://repl.it
Other
1.05k stars 90 forks source link

Ranked packages for python guess #201

Closed blast-hardcheese closed 8 months ago

blast-hardcheese commented 8 months ago

Initial work towards #15

Follow-on work to this as follows: 1) Augment the process that writes internal/nix/python_map.json to also include information about which package roots (the shallowest module in a package with more than one child, to start. There may be some utility in indexing what classes are available as well, but that'll come in the future) 2) Alter UPM to build a bespoke index by walking the $PYTHONPATH to exclude packages from guess that already supply necessary imports.