Metadata-Version: 2.4
Name: alphabench
Version: 0.1.0
Summary: A placeholder package to reserve the alphabench name on PyPI
Author-email: alphabench Team <contact@alphabench.in>
License-Expression: MIT
Project-URL: Homepage, https://www.alphabench.in
Project-URL: Repository, https://github.com/alphabench/alphabench
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Alphabench

A placeholder package to reserve the 'alphabench' name on PyPI.

## Installation

```bash
pip install alphabench
```

## Usage

```python
import alphabench
print(alphabench.hello())
```

## Note

This is currently a placeholder package to secure the name 'alphabench' on PyPI. The actual implementation will be added in future versions.

## License

MIT License
