moolb

Bloom filter for python3 with pluggable hasher backend
git clone git://git.defalsify.org/python-moolb.git
Log | Files | Refs | README | LICENSE

setup.cfg (309B)


      1 [metadata]
      2 classifiers =
      3 	Programming Language :: Python :: 3
      4 	Operating System :: OS Independent
      5 	Development Status :: 3 - Alpha
      6 	Intended Audience :: Developers
      7 	Topic :: Software Development :: Libraries
      8 	License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
      9 license_files =
     10 	LICENSE