This is a library for parsing files and functions into a Tree structure.
This library makes it easy to parse folders, files and functions into a tree structure for easier analyzation of your project. It uses python's ast library for its python code parsing
The purpose of this is to make it extremely easy to create a structure for analyzing your code
To install ParseFileLib you'll have to issue 1 command from the terminal
pip install git+git://github.com/rhintz42/parsefilelib.git#egg=parsefilelib
Using this library is extremely easy, all you need to do is import the library to the file you want to use it in, then create an object and you're ready to go