Metadata-Version: 2.1
Name: paragon
Version: 0.0.1
Summary: A tiny command line benchmarking utility
Home-page: http://packages.python.org/paragon
Author: Liam Scalzulli
Author-email: liamscalzulli@gmail.com
License: BSD
Project-URL: Source Code, https://github.com/terror/paragon
Description: ## <p align='center'>paragon</p>
        
        <p align='center'>
          A tiny command line benchmarking utility (and a python library!)
        </p>
        
        ## Features [WIP]
        - Statistical analysis
        - Cool progress bars
        - Python library
        - Export results to various file formats
        
        ## Usage
        
        You can install the command line utility via pip:
        
        ```bash
        $ pip install paragon
        ```
        
Keywords: benchmark,benchmarking
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.7
Description-Content-Type: text/markdown
