Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/javrasya/python-indent-parser

python-indent-parser
https://github.com/javrasya/python-indent-parser

Last synced: 6 days ago
JSON representation

python-indent-parser

Awesome Lists containing this project

README

        

python-indent-parser
====================

python-indent-parser

#Usage:

content=......
parser = IndentParser(content)
lines = parser.find_line(['text_in_my_line'])

parser = IndentParser(content,exactmatch=True,ignore_characters=['!'])
lines = parser.find_line(['exact_line_text','exact_sub_line_text'])

childrens = parser.find_children(['exact_line_text','exact_sub_line_text']