LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
code_typer/__init__.py
code_typer/__main__.py
code_typer/_fast_human.c
code_typer/_fast_human.pyx
code_typer/_human_behavior_fast.pyx
code_typer/cli.py
code_typer/code_analyzer.py
code_typer/file_handler.py
code_typer/human_behavior.py
code_typer/py.typed
code_typer/python_simulator.py
code_typer/realistic_python_typer.py
code_typer/smart_python_typer.py
code_typer/typer_engine.py
code_typer/display/__init__.py
code_typer/display/ncurses_display.py
code_typer/syntax/__init__.py
code_typer/syntax/highlighter.py
code_typer/syntax/python.py
code_typer/syntax/sql.py
tests/test_cli.py
tests/test_file_handler.py
tests/test_human_behavior.py
tests/test_realistic_python.py
tests/test_smart_mode_integration.py
tests/test_smart_python.py
tests/test_syntax.py