| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| conf/ | H | - | - | 2,273 | 1,821 | |
| demo/ | H | - | - | 6,014 | 4,131 | |
| docs/ | H | - | - | 2,525 | 2,004 | |
| src/ | H | - | - | 63,219 | 50,181 | |
| test/ | H | - | - | 9,402 | 7,101 | |
| .cython-lint.toml | H A D | 18-Apr-2024 | 332 | 10 | 9 | |
| .gitignore | H A D | 04-Feb-2026 | 255 | 21 | 18 | |
| .ruff.toml | H A D | 18-Apr-2024 | 661 | 42 | 37 | |
| CHANGES.rst | H A D | 04-Jul-2025 | 6.6 KiB | 328 | 193 | |
| DESCRIPTION.rst | H A D | 24-Oct-2025 | 1.3 KiB | 46 | 32 | |
| LICENSE.rst | H A D | 16-Jan-2025 | 1.4 KiB | 34 | 26 | |
| MANIFEST.in | H A D | 16-Apr-2023 | 643 | 25 | 21 | |
| README.rst | H A D | 26-Sep-2023 | 643 | 31 | 20 | |
| makefile | H A D | 20-Jan-2026 | 4.5 KiB | 166 | 133 | |
| pyproject.toml | H A D | 10-Feb-2026 | 114 | 8 | 7 | |
| setup.cfg | H A D | 18-Apr-2024 | 131 | 13 | 9 | |
| setup.py | H A D | 05-Oct-2025 | 9.4 KiB | 339 | 269 | |
| tox.ini | H A D | 10-Mar-2023 | 665 | 38 | 34 |
README.rst
1================ 2PETSc for Python 3================ 4 5Overview 6-------- 7 8Welcome to PETSc for Python. This package provides Python bindings for 9PETSc_, the *Portable, Extensible Toolkit for Scientific Computation*. 10 11Dependencies 12------------ 13 14* Python_ 2.7, 3.3 or above. 15 16* A recent NumPy_ release. 17 18* A matching version of PETSc_ built with *shared/dynamic libraries*. 19 20* To work with the in-development version, you need Cython_. 21 22.. _Python: https://www.python.org 23.. _NumPy: https://www.numpy.org 24.. _PETSc: https://petsc.org 25.. _Cython: https://www.cython.org 26 27Documentation 28------------- 29 30* https://petsc.org/release/petsc4py/petsc4py/ 31