makefile is simple tool to read varialbe from Makefile
pip install makefilefrom makefile import Makefile
obj = Makefile()
print(obj.read())Contact Kiran Kumar Kotari kirankotari@live.com with any suggestions or comments. If you find any bugs please fix them and send me a pull request.