Metadata-Version: 2.1
Name: functionvis
Version: 0.1.1
Summary: Visualize all functions and classes in a directory
Home-page: https://github.com/SubhadityaMukherjee/functionFinder
Author: Subhaditya Mukherjee
Author-email: msubhaditya@gmail.com
License: MIT
Description: # Function Finder
        
        Have a complex library? 
        Want to either understand someone elses or make your library easier to understand? 
        
        What if you could generate a detailed graph of all the functions and classes in your package. Including links between common functions in multiple files. Now you can
        
        # Outputs
        
        - functions.pdf
        - classes.pdf
        - Extension can be configured
        
        # How to use?
        
        - cd to any directory you want
        - python
        ```py
        import functionfinder
        functionfinder.runner()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
