0 purchases
pytl 0.2.4
pytl====[![0.2.4](https://img.shields.io/badge/pypi-0.2.4-brightgreen.svg)](https://pypi.python.org/pypi/pytl/)[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/ryo-ma/pytl/blob/master/LICENSE)## OverviewCommand line tool that parses python file, enumerates classes and methods as a tree structure.## Usage``` bashMissing open brace for subscriptMissing open brace for subscript pytl test.py -d 3: def __init__(self) 6: def walk(self, distance) 9: def stop(self)12: def method1()13: |_def method2()14: |_def method3()15: |_def method4()18: def main()```Show only the class line``` bashYou can't use 'macro parameter character #' in math modeYou can't use 'macro parameter character #' in math mode pip install pytl```## Licence[MIT](https://github.com/ryo-ma/pytl/blob/master/LICENSE)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.