generalimport
generalimport copied to clipboard
Handle all your optional dependencies with a single call!
API Docs
As discussed in https://github.com/ManderaGeneral/generalimport/issues/18, we could add auto-generated API docs to this project. As done for Canals, I recommend using MkDocs (the Material theme is especially featureful) and host the...
Cannot cover __setattr__ as it won't allow `import foo.bar`.
It seems like the library does not handle namespace packages (https://packaging.python.org/en/latest/guides/packaging-namespace-packages/) correctly. Even when the package is installed, the library will still return fake modules. A minimal example to reproduce...