LICENSE
MANIFEST.in
README.md
setup.py
tests/__init__.py
tests/test_code_applier.py
tests/test_css_validator.py
tests/test_html_linter.py
tests/test_python_linter.py
tests/test_repo_map.py
tests/test_requests.py
tinycoder/__init__.py
tinycoder/app.py
tinycoder/ask.py
tinycoder/chat_history.py
tinycoder/code_applier.py
tinycoder/command_handler.py
tinycoder/coverage_tool.py
tinycoder/edit_parser.py
tinycoder/editor.py
tinycoder/file_manager.py
tinycoder/git_manager.py
tinycoder/input_preprocessor.py
tinycoder/local_import.py
tinycoder/preferences.py
tinycoder/prompt_builder.py
tinycoder/prompts.py
tinycoder/repo_map.py
tinycoder/requests.py
tinycoder/rule_manager.py
tinycoder/shell_executor.py
tinycoder/test_runner.py
tinycoder.egg-info/PKG-INFO
tinycoder.egg-info/SOURCES.txt
tinycoder.egg-info/dependency_links.txt
tinycoder.egg-info/entry_points.txt
tinycoder.egg-info/top_level.txt
tinycoder/linters/__init__.py
tinycoder/linters/css_validator.py
tinycoder/linters/html_linter.py
tinycoder/linters/python_linter.py
tinycoder/llms/__init__.py
tinycoder/llms/anthropic.py
tinycoder/llms/base.py
tinycoder/llms/deepseek.py
tinycoder/llms/gemini.py
tinycoder/llms/ollama.py
tinycoder/llms/together_ai.py
tinycoder/rules/__init__.py
tinycoder/rules/foundation_css_with_vanilla_js.md
tinycoder/rules/llm_prompting_guide.md
tinycoder/rules/python_logging.md
tinycoder/rules/python_security.md
tinycoder/rules/python_style_guide.md
tinycoder/rules/python_unittest_best_practices.md
tinycoder/rules/web_accessibility_a11y_guide.md
tinycoder/ui/__init__.py
tinycoder/ui/command_completer.py
tinycoder/ui/console_interface.py
tinycoder/ui/log_formatter.py
tinycoder/ui/spinner.py