adapya, the Adabas database API for Python, was published here some time ago. In the meantime it has evolved.
It now supports both Python2 and Python3.
The new adapya is split up in different packages, each relating to the product that it works with. We have:
- adapya-adabas - Adabas database API
- adapya-entirex - Peristent messaging with webMethods EntireX
- adapya-era - Processing messages from the Adabas Event Replication
- adapya-base - Common adapya functions
In order to install a package, e.g. adapya-adabas, from the Python Package Index type-in:
> pip install adapya-adabas
For further details, please see Software AG’s github pages Software AG · GitHub