Metadata-Version: 2.4
Name: accurate-benchmark
Version: 4.0.0
Summary: A python package for accurate benchmarking and speed comparisons
Author: JetVolcano
Maintainer: JetVolcano
License: # Nice Product License
        
        **Copyright &copy; 2026 JetVolcano**
        
        ## 1. Definitions
        
        - **Owner:**\
        &emsp;The owner(s) of the product.
        - **Software:**\
        &emsp;The product.
        - **Dependent:**\
        &emsp; Any product that depends on the Software.
        
        ## 2. Terms
        
        ### What's allowed
        
        - Using/Modifying the Software for private use.
        - Modifying the Software to contribute to the Software
        - Using the Software as a dependency (if applicable)
        
        ### What isn't allowed
        
        - Publishing/Distrubuting a copy of the Software without proof of the Owner's permission is prohibited.
        - Selling the product or it's Dependent is prohibited
        - Modifying the Software with malicious intent is prohibited.
        
Project-URL: Source, https://github.com/JetVolcano/accurate-benchmark
Project-URL: Issues, https://github.com/JetVolcano/accurate-benchmark/issues
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: matplotlib>=3.10.8
Requires-Dist: numpy>=2.4.2
Requires-Dist: rich>=14.3.3
Requires-Dist: scipy>=1.17.1
Dynamic: license-file

# Accurate Benchmark

A python package for accurate benchmarking and speed comparisons

## Features

- Asynchronous Benchmarking
- Comparing asynchronous functions with synchronous ones
- Applying a decorator to any function to allow it to be benchmarked without creating a different variable for the function
- A tool for visualizing the benchmark results

## Requirements / Dependencies

- Python **3.13 or higher**
- [matplotlib>=3.10.8](https://pypi.org/project/matplotlib/)
- [numpy>=2.4.2](https://pypi.org/project/numpy/)
- [rich>=14.3.2](https://pypi.org/project/rich/)
- [scipy>=1.17.0](https://pypi.org/project/scipy/)
