LICENSE
README.md
pyproject.toml
src/icon_gen/__init__.py
src/icon_gen_ai/__init__.py
src/icon_gen_ai/__main__.py
src/icon_gen_ai/cli.py
src/icon_gen_ai/generator.py
src/icon_gen_ai.egg-info/PKG-INFO
src/icon_gen_ai.egg-info/SOURCES.txt
src/icon_gen_ai.egg-info/dependency_links.txt
src/icon_gen_ai.egg-info/entry_points.txt
src/icon_gen_ai.egg-info/requires.txt
src/icon_gen_ai.egg-info/top_level.txt
src/icon_gen_ai/ai/__init__.py
src/icon_gen_ai/ai/anthropic_provider.py
src/icon_gen_ai/ai/assistant.py
src/icon_gen_ai/ai/base.py
src/icon_gen_ai/ai/openai_provider.py
src/icon_gen_ai/ai/prompts.py
src/icon_gen_ai/animation/__init__.py
src/icon_gen_ai/animation/animator.py
src/icon_gen_ai/animation/webp_exporter.py
tests/test_ai.py
tests/test_ai_assistant.py
tests/test_ai_prompts.py
tests/test_animation.py
tests/test_cli.py
tests/test_cli_advanced.py
tests/test_generator.py
tests/test_generator_advanced.py
tests/test_main.py