Joseph Fox

Results 18 comments of Joseph Fox

@jpadilla, I am the maintainer of https://github.com/joseph-fox/python-bloomfilter. I have used your package in a few projects, and I am happy to help to maintain your package.

Is this repo abandoned by the original maintainers?

Is repo abandoned by its maintainers?

It should have no problem when installing from `pip3`. I just tried it out, it worksfor me. @chrislinan, why don't you try: ``` pip3 install pybloom_live ``` ?

@HOuaghad @leopeng1995 [Pickle](https://docs.python.org/2/library/pickle.html) is likely to be the good choice for this purpose but there are two ready-to-use methods come along with the package. ``` python sbf = ScalableBloomFilter(mode=ScalableBloomFilter.SMALL_SET_GROWTH) with...

Is this repo orphaned?

@nirizr Yes, I have been trying my best to keep the forked repository active. It is available in [pypi](https://pypi.python.org/pypi/pybloom_live/).

@varunkumar @RoyZhang7 please make a PR, I will review and merge it.

You need to change the (test) file name on https://github.com/joseph-fox/python-bloomfilter/blob/master/tox.ini#L5 too.

I made a PR months ago, and there has never been a reply or a comment. I am wondering if you are happy to make a PR against my master,...