Naming conflict with python-magic
Hello,
I'm the maintainer of the python-magic binding for libmagic. I've had a number of recent bug reports that seem to be due to users accidentally installing python-libmagic instead of python-magic. These packages are not compatible, but both use the magic module name, so their software breaks.
I realize this is a backwards-incompatible change but would you consider changing the name of the module shipped in your package? python-libmagic is widely used, and I'm already trying to work through a similar module naming conflict with the upstream libmagic distribution (apparently the magic name is too nice to pass up!). Thanks,
Adam
Confirming that it creates some issues -_-
Searching "libmagic" in google gives this repo as second link, while the much more popular python interface to libmagic https://github.com/ahupp/python-magic is not visible at all. Actually this looks more like a google fail.