LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
cli/__init__.py
cli/main.py
cli/commands/__init__.py
cli/commands/analyze.py
cli/commands/hello.py
cli/commands/translate.py
cli/commands/version.py
cli/commands/export/__init__.py
cli/commands/export/export.py
cli/translations/__init__.py
cli/translations/en.py
cli/translations/fremen.py
cli/translations/pt-br.py
lexers/__init__.py
lexers/token.py
lexers/golang/__init__.py
lexers/golang/golexer.py
lexers/javascript/__init__.py
lexers/javascript/javascriptlexer.py
lexers/python/__init__.py
lexers/python/pythonlexer.py
lexers/ruby/__init__.py
lexers/ruby/rubylexer.py
parser/__init__.py
parser/ast.py
parser/parser.py
spice/__init__.py
spice/analyze.py
spice/analyzers/__init__.py
spice/analyzers/count_comment_lines.py
spice/analyzers/count_comment_ratio.py
spice/analyzers/count_external_dependencies.py
spice/analyzers/count_functions.py
spice/analyzers/count_inline_comments.py
spice/analyzers/count_lines.py
spice/analyzers/count_method_type.py
spice/analyzers/indentation.py
spicecode.egg-info/PKG-INFO
spicecode.egg-info/SOURCES.txt
spicecode.egg-info/dependency_links.txt
spicecode.egg-info/entry_points.txt
spicecode.egg-info/requires.txt
spicecode.egg-info/top_level.txt
tests/__init__.py
tests/cli/__init__.py
tests/cli/commands/__init__.py
tests/cli/commands/test_version.py
tests/lexers/__init__.py
tests/lexers/test_golexer.py
tests/lexers/test_javascriptlexer.py
tests/lexers/test_pythonlexer.py
tests/lexers/test_rubylexer.py
tests/lexers/test_token.py
tests/parser/__init__.py
tests/parser/test_ast.py
tests/spice/__init__.py
tests/spice/analyzers/__init__.py
tests/spice/analyzers/test_count_comment_lines.py
tests/spice/analyzers/test_count_comment_ratio.py
tests/spice/analyzers/test_count_functions.py
tests/spice/analyzers/test_count_inline_comments.py
tests/spice/analyzers/test_count_lines.py
tests/utils/__init__.py
tests/utils/test_get_lang.py
tests/utils/test_get_lexer.py
tests/utils/test_get_translation.py
utils/__init__.py
utils/get_lang.py
utils/get_lexer.py
utils/get_translation.py