Metadata-Version: 2.1
Name: languagetools
Version: 0.1.2
Summary: Tools for language models
License: All Rights Reserved
Author: Open Interpreter Inc.
Requires-Python: >=3.12,<3.13
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: html2image (>=2.0.5,<3.0.0)
Requires-Dist: html2text (>=2024.2.26,<2025.0.0)
Requires-Dist: ipython (>=8.27.0,<9.0.0)
Requires-Dist: openai (>=1.46.0,<2.0.0)
Requires-Dist: pandas (>=2.2.3,<3.0.0)
Requires-Dist: pdf2image (>=1.17.0,<2.0.0)
Requires-Dist: pdftotext (>=3.0.0,<4.0.0)
Requires-Dist: pillow (>=10.3.0,<11.0.0)
Requires-Dist: pyautogui (>=0.9.54,<0.10.0)
Requires-Dist: pyobjc (>=10.3.2,<11.0.0) ; sys_platform == "darwin"
Requires-Dist: pypdf2 (>=3.0.1,<4.0.0)
Requires-Dist: pyperclip (>=1.9.0,<2.0.0)
Requires-Dist: pytz (>=2024.2,<2025.0)
Requires-Dist: requests (>=2.32.3,<3.0.0)
Requires-Dist: typer (>=0.15.1,<0.16.0)
Requires-Dist: weasyprint (>=63.1,<64.0)
Requires-Dist: webdriver-manager (>=4.0.2,<5.0.0)
Requires-Dist: yt-dlp[default] (>=2024.11.4,<2025.0.0)
Description-Content-Type: text/markdown

All rights reserved, Open Interpreter Inc.

# Linux

```
sudo apt-get install poppler-utils wkhtmltopdf
```

# MacOS

```
brew install poppler wkhtmltopdf
```

I had to change permissions on the project dir (`sudo chown -R killianlucas:staff /Users/killianlucas/Documents/GitHub/languagetools/`) and my poetry cache (`sudo chown -R killianlucas:staff ~/Library/Caches/pypoetry/`) for poppler to work.
