Are you planning to put lazy_import on conda-forge? I would like to use it in my operational library, but conda-forge does not handle pip install with setuptools.
I'd like to encourage this! We're currently discussing implementing lazy_import over at hyperspy, but we'd need this to be installable over conda in order to use it.
The process is relatively straightforward, with a full explanation here.
Are you planning to put
lazy_import
onconda-forge
? I would like to use it in my operational library, butconda-forge
does not handlepip install
withsetuptools
.