Metadata-Version: 2.4
Name: hakari-bench
Version: 0.0.1
Summary: Early preview command line entry point for hakari-bench.
Author: Yuichi Tateno
Author-email: Yuichi Tateno <hotchpotch@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# hakari-bench

`hakari-bench` is an early preview package for future benchmark tooling.

The initial release intentionally exposes a minimal importable package and a
small CLI so the PyPI project name can be established before the full
implementation is ready.

```bash
uvx hakari-bench
uvx hakari-bench --version
```
