Metadata-Version: 2.1
Name: paragon
Version: 0.0.4
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!)<br/><br/>
          <img src="https://github.com/terror/paragon/actions/workflows/ci.yml/badge.svg"/>
        </p>
        
        ## Features
        - Statistical analysis
        - Cool progress bars
        - Python library
        - Export results to various file formats (todo)
        
        ## Usage
        
        You can install the command line utility via pip:
        
        ```bash
        $ pip install paragon
        ```
        
        ## Demo
        
        [![asciicast](https://asciinema.org/a/fC4GTTlbRlTSUqAn7qQN20fTE.svg)](https://asciinema.org/a/fC4GTTlbRlTSUqAn7qQN20fTE)
        
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
