Metadata-Version: 2.2
Name: qkrylov
Version: 0.0.0
Summary: Python interface for qkrylov
Author: qkrylov contributors
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
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 :: Scientific/Engineering :: Physics
Project-URL: Homepage, https://github.com/sjp95/qkrylov
Project-URL: Documentation, https://sjp95.github.io/qkrylov/
Project-URL: Issues, https://github.com/sjp95/qkrylov/issues
Requires-Python: >=3.11
Requires-Dist: numpy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
Description-Content-Type: text/markdown

# qkrylov Python Package

This directory is reserved for the Python interface and PyPI packaging.

Current status: scaffold only. The package currently contains no C++ extension module.

Expected future contents:

- `pybind11` or `nanobind` bindings for the C++ core.
- Python-friendly wrappers around the low-level C++ API.
- Python tests and examples.
- Wheel build configuration for PyPI releases.

