SuiteCRM V8 API Wrapper in Python

SuiteCRM V8 API Wrapper in Python

I have started to work on a SuiteCRM V8 API Wrapper written in Python. In the past I have always used a direct database access to get the data from SuiteCRM. But given the table structure the queries could get quite long and also not very easy to read. Hence I decided to move to the API of SuiteCRM. I mean, if it's there, why not use it.

The repository for the SuiteCRM V8 API Wrapper written in Python can be found here: https://github.com/terencejackson8000/SuiteCRM-V8-API

I am looking for collaborators who can help me evolve this, especially because I am not a Python expert (yet) :)