LICENSE
README.md
pyproject.toml
src/codetext/__init__.py
src/codetext/__main__.py
src/codetext/codetext_cli.py
src/codetext.egg-info/PKG-INFO
src/codetext.egg-info/SOURCES.txt
src/codetext.egg-info/dependency_links.txt
src/codetext.egg-info/entry_points.txt
src/codetext.egg-info/requires.txt
src/codetext.egg-info/top_level.txt
src/codetext/clean/__init__.py
src/codetext/clean/noise_removal.py
src/codetext/parser/__init__.py
src/codetext/parser/c_sharp_parser.py
src/codetext/parser/cpp_parser.py
src/codetext/parser/go_parser.py
src/codetext/parser/java_parser.py
src/codetext/parser/javascript_parser.py
src/codetext/parser/language_parser.py
src/codetext/parser/php_parser.py
src/codetext/parser/python_parser.py
src/codetext/parser/ruby_parser.py
src/codetext/parser/rust_parser.py
src/codetext/tree-sitter/tree-sitter-python/examples/compound-statement-without-trailing-newline.py
src/codetext/tree-sitter/tree-sitter-python/examples/crlf-line-endings.py
src/codetext/tree-sitter/tree-sitter-python/examples/mixed-spaces-tabs.py
src/codetext/tree-sitter/tree-sitter-python/examples/multiple-newlines.py
src/codetext/tree-sitter/tree-sitter-python/examples/python2-grammar-crlf.py
src/codetext/tree-sitter/tree-sitter-python/examples/python2-grammar.py
src/codetext/tree-sitter/tree-sitter-python/examples/python3-grammar-crlf.py
src/codetext/tree-sitter/tree-sitter-python/examples/python3-grammar.py
src/codetext/tree-sitter/tree-sitter-python/examples/python3.8_grammar.py
src/codetext/tree-sitter/tree-sitter-python/examples/simple-statements-without-trailing-newline.py
src/codetext/tree-sitter/tree-sitter-python/examples/tabs.py
src/codetext/tree-sitter/tree-sitter-python/examples/trailing-whitespace.py
src/codetext/tree-sitter/tree-sitter-python/test/highlight/keywords.py
src/codetext/tree-sitter/tree-sitter-python/test/highlight/parameters.py
src/codetext/tree-sitter/tree-sitter-python/test/highlight/pattern_matching.py
src/codetext/utils/__init__.py
src/codetext/utils/imports.py
src/codetext/utils/utils.py