parse-python-indentation

python method to parse the indention of a python-style indented file.


Keywords
parsing, python, development
License
Apache-2.0
Install
pip install parse-python-indentation==0.0.2

Documentation

parse_python_indention.py

python function to parse the indention of a python-style indented file.

To use it, do:

>>> from parse_python_indentation import parse_indentation
>>> parse_indentation(raw_data)