guydav / minsketch

Several implementations of count-min sketches and variants thereof.
http://minsketch.readthedocs.io/en/latest/
3 stars 1 forks source link

PyPi packaging #1

Open philip-sterne opened 7 years ago

philip-sterne commented 7 years ago

This would be much easier to use if the code adopted the standard python packaging structure: http://python-packaging.readthedocs.io/en/latest/minimal.html

Basically, stick all the meaningful code inside another "minsketch" directory and add a pretty minimal setup.py file (as shown in the link).

guydav commented 7 years ago

After the next commit, this will mostly be complete, aside from an issue in the interplay between read the docs and python dependencies. As I'm not quite sure how to resolve it, I opened an issue against RTD to clarify how it should be done:

https://github.com/rtfd/readthedocs.org/issues/2549