generalimport icon indicating copy to clipboard operation
generalimport copied to clipboard

Handle all your optional dependencies with a single call!

Results 13 generalimport issues
Sort by recently updated
recently updated
newest added

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`.

wontfix
unhandled

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...