Metadata-Version: 2.4
Name: slepc4py-stubs
Version: 0.1.1
Summary: Type stubs for slepc4py
Project-URL: Homepage, https://github.com/TMYTiMidlY/slepc4py-stubs
Project-URL: Repository, https://github.com/TMYTiMidlY/slepc4py-stubs
License-Expression: MIT
License-File: LICENSE
Keywords: slepc,slepc4py,stubs,type-stubs,typing
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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: Typing :: Stubs Only
Requires-Python: >=3.9
Requires-Dist: petsc4py-stubs>=0.1.7
Description-Content-Type: text/markdown

# slepc4py-stubs

Type stubs for [slepc4py](https://slepc.upv.es/release/slepc4py/).

## Installation

```bash
pip install slepc4py-stubs
```

## Usage

After installation, type checkers like Pylance/Pyright and mypy will automatically use these stubs for `slepc4py`.