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

here there be dragons #1

Closed dmarx closed 2 years ago

dmarx commented 2 years ago

brainstorming some probably bad/dangerous ways to attach modules (or objects that are mocked/ducktyping as modules) to the global namespace, hopefully, without leaning too much on PYTHONPATH, os.chdir, etc.