Hey all, I did this a while back but have only just found this sub-forum.
I was messing around with CloudClient and wrote a simple wrapper in Python to deploy blueprints from a business group..
Not sure if it's going to be of any use to anyone but here it is anyway:
chelnak/cloudclient-wrappers · GitHub
After doing this I went on to create a raw APi client in python - this was quite cool as I was able to get a bit more data back in order to plug in to other processes (vRAAPIClient - vRA API Client In python)
Cheers!