DAEpy is a Python library for solving boundary value problems of differential algebraic equations with advanced and retarded (forward and backward) delays. It also contains routines for parameter continuation. The numerical method is based on collocation. This library was developed in the Laboratory for Computation and Visualization in Mathematics and Mechanics at EPFL.
DAEpy can be installed using pip
pip install daepy
It is recommended, but not necessary, to also install scikit-umfpack which contains a routine for solving sparse linear systems.
pip install scikit-umfpack
Documentation is available online, including basic usage and some examples.