Metadata-Version: 2.4
Name: petsc4py-stubs
Version: 0.1.7
Summary: Type stubs for petsc4py
Project-URL: Homepage, https://github.com/TMYTiMidlY/petsc4py-stubs
Project-URL: Repository, https://github.com/TMYTiMidlY/petsc4py-stubs
License-Expression: MIT
License-File: LICENSE
Keywords: petsc,petsc4py,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
Description-Content-Type: text/markdown

# petsc4py-stubs

Type stubs for [petsc4py](https://petsc.org/release/petsc4py/).

## Installation

```bash
pip install petsc4py-stubs
```

## Usage

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