Metadata-Version: 2.1
Name: pyrfdata
Version: 0.0.3
Summary: pyrfdata generates data for performance testing
Home-page: https://github.com/prasanna/pyrfdata
Author: Prasanna Pendse
Author-email: prasanna.pendse@gmail.com
License: UNKNOWN
Description: # pyrfdata
        
        Generate data for performance testing.
        
        ## Installation
        
        `pip3 install pyrfdata`
        
        ## Usage
        
        `pyrfdata [COMMAND] [OPTIONS]`
        
        ### Commands
        
        #### Generate data
        
        `generate`, `gen` or `g` can be used to generate data.
        
        ### Options
        
        #### Number of parallel processes
        
        `l:10` will cause up to 10 parallel processes to spawn to generate data. Defaults to 1 process.
        
        #### Batch size
        
        `s:10000` will cause upto 10000 rows to be generated by a process at a time. Defaults to 1000.
        
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
