dmarx / not-a-package-manager

utilities to facilitate working with codebases that don't ascribe to normal package management paradigms, e.g. ML research code that can be cloned but not installed.
MIT License
12 stars 0 forks source link

optional namespace override #3

Closed dmarx closed 2 years ago

dmarx commented 2 years ago

specifically thinking about the utils.utils issue pytti had. might already sort of be a thing with the option to specify the package name?

dmarx commented 2 years ago

probably implementable via https://docs.python.org/3/library/pkgutil.html

dmarx commented 2 years ago

having actually used the "env" functionality, I no longer think this is necessary. anything that might cause a namespace collision can just be installed into a subenv.

Close after example added to readme.