scientific-python/lazy-loader

Create package on pypi

stefanv opened this issue · 1 comments

I wasn't sure whether to go with lazy-loader or lazy_loader. What is the convention, @tupui?

tupui commented

I think it should be lazy-loader for the public name (website, communication, etc.) and the import should do lazy_loader. It's a bit confusing for users: ex. pip install scikit-learn and import sklearn. But it's a very common pattern.