Metadata-Version: 2.4
Name: koegelbrunf
Version: 0.1.0
Summary: koegelbrunf: integer square with Cython fast path and Python fallback
Author: Johannes
License: MIT
Project-URL: Homepage, https://pypi.org/project/koegelbrunf/
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Cython
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Dynamic: requires-python

# koegelbrunf


A tiny example package that exposes `square(n)` and prefers a Cython fast path
with a pure-Python fallback. Requires Python 3.11+.


## Install
```bash
pip install koegelbrunf
