Metadata-Version: 1.1
Name: drac
Version: 0.1.4
Summary: HyperLogLog cardinality counter
Home-page: https://github.com/scottlittle/drac
Author: Scott Little
Author-email: scott.alan.little@gmail.com
License: LGPL 2.1 or later
Description: 
        Python implementation of the HyperLogLog cardinality estimation (counting 1..2..3, hahaha) with support for intersections.
        
        Originally forked from svpcom/hyperloglog. See these references for math background:
        http://algo.inria.fr/flajolet/Publications/FlFuGaMe07.pdf
        http://research.google.com/pubs/pub40671.html
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
