.gitignore
LICENSE.md
README.md
SECURITY.md
pyproject.toml
requirements.txt
.github/workflows/build_test_publish.yml
.github/workflows/simple_publish.yml
src/easytl/__init__.py
src/easytl/classes.py
src/easytl/decorators.py
src/easytl/easytl.py
src/easytl/exceptions.py
src/easytl/version.py
src/easytl.egg-info/PKG-INFO
src/easytl.egg-info/SOURCES.txt
src/easytl.egg-info/dependency_links.txt
src/easytl.egg-info/requires.txt
src/easytl.egg-info/top_level.txt
src/easytl/services/__init__.py
src/easytl/services/anthropic_service.py
src/easytl/services/azure_service.py
src/easytl/services/deepl_service.py
src/easytl/services/gemini_service.py
src/easytl/services/googletl_service.py
src/easytl/services/openai_service.py
src/easytl/util/__init__.py
src/easytl/util/constants.py
src/easytl/util/llm_util.py
src/easytl/util/util.py
tests/issue_template.py
tests/passing.py
tests/simple_test.py