A Python 3 utility library for working with Lightweight Directory Access Protocol (LDAP) filters. This project is a Python port of the node-ldap-filters project. The filters produced by the library ...
python-cuckoo is an implementation of a Cuckoo filter in python 3. Cuckoo filters serve as a drop-in replacement for Bloom filters. Just like Bloom filters, we can add items to the filter and then ask ...