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