README.md
pyproject.toml
src/HandyLLM.egg-info/PKG-INFO
src/HandyLLM.egg-info/SOURCES.txt
src/HandyLLM.egg-info/dependency_links.txt
src/HandyLLM.egg-info/entry_points.txt
src/HandyLLM.egg-info/requires.txt
src/HandyLLM.egg-info/top_level.txt
src/handyllm/__init__.py
src/handyllm/__main__.py
src/handyllm/_constants.py
src/handyllm/_str_enum.py
src/handyllm/_utils.py
src/handyllm/cli.py
src/handyllm/endpoint_manager.py
src/handyllm/hprompt.py
src/handyllm/openai_api.py
src/handyllm/openai_client.py
src/handyllm/prompt_converter.py
src/handyllm/requestor.py
src/handyllm/utils.py
src/handyllm/deprecated/api_request.py
src/handyllm/deprecated/openai_api.py
tests/test_azure.py
tests/test_client_async_sync.py
tests/test_endpoint.py
tests/test_hprompt.py
tests/test_prompt.py