kaizendorks/pymongo_inmemory

[Question] the downloader of the mongo version in the new realiaze is realy necessary?

leonardoleanodev opened this issue · 2 comments

It is a good practice to download into the init some packages to make the libary work it sould not be bether to put it into the all package? Why did you (@ekarademir) put that into the init?

The downloader has been refactored recently, previously it was just a file, and now it's a module. I had to refactor other parts into some decent shape and simply didn't have time to refactor everything. It looks strange but the reason is, basically, historic.

I think the question is answered. At this point I think module level implementation has some merits.