LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
POP/__init__.py
POP/_version.py
POP/api_registry.py
POP/context.py
POP/embedder.py
POP/env_api_keys.py
POP/models.py
POP/prompt_function.py
POP/stream.py
POP/usage_tracking.py
POP/prompts/__init__.py
POP/prompts/fabric-improve_prompt.md
POP/prompts/json_formatter_prompt.md
POP/prompts/openai-json_schema_generator.md
POP/providers/__init__.py
POP/providers/claude_client.py
POP/providers/deepseek_client.py
POP/providers/doubao_client.py
POP/providers/gemini_client.py
POP/providers/llm_client.py
POP/providers/local_client.py
POP/providers/ollama_client.py
POP/providers/openai_client.py
POP/utils/__init__.py
POP/utils/event_stream.py
POP/utils/http_proxy.py
POP/utils/json_parse.py
POP/utils/overflow.py
POP/utils/sanitize_unicode.py
POP/utils/validation.py
POP/utils/web_snapshot.py
POP/utils/oauth/__init__.py
pop_python.egg-info/PKG-INFO
pop_python.egg-info/SOURCES.txt
pop_python.egg-info/dependency_links.txt
pop_python.egg-info/requires.txt
pop_python.egg-info/top_level.txt
tests/test_api_registry.py
tests/test_claude_client.py
tests/test_context_utils.py
tests/test_embedder.py
tests/test_env_api_keys.py
tests/test_gemini_client.py
tests/test_prompt_function.py
tests/test_stream_usage.py
tests/test_usage_tracking.py
tests/test_web_snapshot.py