Metadata-Version: 2.0
Name: text-generator
Version: 0.1.0
Summary: Fast text stream generator. You can set how many different elements will have the stream, how many elements will have the stream and which probability will have each element
Home-page: https://github.com/JordiMontesSanabria/text_generator
Author: Jordi Montes Sanabria
Author-email: jordi.montes.sanabria@gmail.com
License: MIT
Keywords: streams text data generator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Data Generation
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: numpy
Provides-Extra: dev
Requires-Dist: check-manifest; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage; extra == 'test'

Sometimes we need to check some algorithms against great streams. An example could be when you are developing algorithms for data stream such as cardinality estimators or frequency estimators.This project let you the possibility to generate great string to check your code 


