Metadata-Version: 1.1
Name: StreamSummaries
Version: 0.1.21
Summary: Algorithms for Stream Summary.
Home-page: https://github.com/cristianomg10/StreamSummaries
Author: Cristiano Garcia
Author-email: cristianooo@gmail.com
License: MIT
Download-URL: https://github.com/cristianomg10/StreamSummaries/archive/refs/tags/v0.1.21.tar.gz
Description: # Stream Summaries
        
        Repository created to test package uploading to PyPi.
        
        ## About the algorithms
        
        1. Space-Saving Algorithm
        
        This code was implemented by myself, but the algorithm was developed by Metwally et al.
        If you use this algorithm, cite:
        
        ```
        @inproceedings{metwally2005efficient,
        title={Efficient Computation of Frequent and Top-k Elements in Data Streams},
        author={Metwally, Ahmed and Agrawal, Divyakant and El Abbadi, Amr},
        booktitle={International Conference on Database Theory},
        pages={398--412},
        year={2005},
        organization={Springer}
        }
        ```
Keywords: stream,summary
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
