Blockstack in Python

Any pointers for starting off on Blockstack using Python ??
I mean, Python Blockstack API ?

I have installed pypi Blockstack on both python3 & python2.

But couldn’t find the much of documentations/data on this

If anyone can help me on this, then it would be of great help.

Hi @rs_muthu.id.blockstack, you can interact with Blockstack via its RESTful API, documented here. I’d recommend using the requests package.