Metadata-Version: 2.1
Name: indentutils
Version: 1.2
Summary: A package to process indented text
Home-page: UNKNOWN
Author: FranchuFranchu
License: UNKNOWN
Description: # indentutlis
        ## How to use
            >>> import indentutils
            >>> indentutils.process('''
            ... for i in cats:
            ...     print('i')
            ...     if i == '':
            ...         break
            ... ''')
            ['for i in cats:', ['print(i)', "if i == '':", ['break']]]
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
