pYNAB
is a read-only YNAB4 budget file reader for Python, with support for Python 2.7 and 3.2+
YNAB reports are OK, to give you a quick overview of your spending but outside that you'll need to export your information and put it into Excel or another application to manually work through. Python has amazing libraries like Pandas available to really chew through data, so the library was designed to scratch these itches.
pYNAB is a standard Python package, installation can be done via setup.py
At the moment only very limited module documentation exists, in the near future we'll have some Sphinx documentation
We have extremely basic testing at the moment, which can be executed via setup.py
using python setup.py test