Metadata-Version: 2.4
Name: simplebench
Version: 0.4.0
Summary: A simple suite for benchmarking
Project-URL: Homepage, https://github.com/JerilynFranz/python-simplebench
Project-URL: Documentation, https://python-simplebench.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/JerilynFranz/python-simplebench.git
Project-URL: Issues, https://github.com/JerilynFranz/python-simplebench/issues
Project-URL: Changelog, https://github.com/JerilynFranz/python-simplebench/blob/main/CHANGELOG.md
Author-email: Jerilyn Franz <opensource@snowhare.com>
Maintainer-email: Jerilyn Franz <opensource@snowhare.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: benchmark,performance
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: System :: Benchmark
Requires-Python: >=3.10
Requires-Dist: dulwich>=0.24.10
Requires-Dist: matplotlib>=3.10.6
Requires-Dist: pandas>=2.3.2
Requires-Dist: py-cpuinfo>=9.0.0
Requires-Dist: rich>=14.1.0
Requires-Dist: seaborn>=0.13.2
Provides-Extra: dev
Description-Content-Type: text/markdown

# simplebench

## Name

simplebench

## Description

Benchmarking suite (WIP, pre-alpha)

This is **IN DEVELOPMENT** benchmarking suite. The APIs and commandline interfaces are still
subject to radical change without any notice until it reaches the first alpha release.

If you want to play with it, feel free - but this is absolutely not yet ready for production use yet.

I'm hoping to reach the first alpha release around the third week of November, 2025.

## Installation

### Via PyPI

```shell
pip3 install simplebench
```

### From source

```shell
git clone https://github.com/JerilynFranz/python-simplebench
cd python-simplebench
pip3 install .
```

## Usage

## Authors and acknowledgments

- Jerilyn Franz

## Inspiration

"Simple things should be simple and complex things should be possible." *Alan Kay*

"... with proper design, the features come cheaply. This approach is arduous,
but continues to succeed."  *Dennis Ritchie*

## Copyright

Copyright 2025 by Jerilyn Franz

## License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0)

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
