diff --git a/.gitignore b/.gitignore index 3febfce..dfa83b9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,6 @@ node_modules/ coverage/ .DS_Store .superpowers/ +__pycache__/ +*.egg-info/ +*.pyc diff --git a/workers/tests/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 56301f9..0000000 Binary files a/workers/tests/__pycache__/conftest.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_boss.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_boss.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 5808b6a..0000000 Binary files a/workers/tests/__pycache__/test_boss.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_echo.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_echo.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 166b12c..0000000 Binary files a/workers/tests/__pycache__/test_echo.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_image.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_image.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 36dd6a1..0000000 Binary files a/workers/tests/__pycache__/test_image.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_model.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_model.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 3cf8951..0000000 Binary files a/workers/tests/__pycache__/test_model.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_pdf.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_pdf.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index c6a3baf..0000000 Binary files a/workers/tests/__pycache__/test_pdf.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_safe_fetch.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_safe_fetch.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index ffce1f2..0000000 Binary files a/workers/tests/__pycache__/test_safe_fetch.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_sourcedoc.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_sourcedoc.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index 3c5b031..0000000 Binary files a/workers/tests/__pycache__/test_sourcedoc.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/tests/__pycache__/test_video.cpython-312-pytest-9.0.3.pyc b/workers/tests/__pycache__/test_video.cpython-312-pytest-9.0.3.pyc deleted file mode 100644 index fd39ddd..0000000 Binary files a/workers/tests/__pycache__/test_video.cpython-312-pytest-9.0.3.pyc and /dev/null differ diff --git a/workers/void_workers.egg-info/PKG-INFO b/workers/void_workers.egg-info/PKG-INFO deleted file mode 100644 index d3a8b1a..0000000 --- a/workers/void_workers.egg-info/PKG-INFO +++ /dev/null @@ -1,21 +0,0 @@ -Metadata-Version: 2.4 -Name: void-workers -Version: 0.1.0 -Requires-Python: >=3.12 -Requires-Dist: psycopg[binary,pool]>=3.2 -Requires-Dist: structlog>=24.1 -Provides-Extra: pdf -Requires-Dist: pdfplumber>=0.11; extra == "pdf" -Requires-Dist: pytesseract>=0.3.13; extra == "pdf" -Requires-Dist: pillow>=10.3; extra == "pdf" -Provides-Extra: image -Requires-Dist: pytesseract>=0.3.13; extra == "image" -Requires-Dist: pillow>=10.3; extra == "image" -Provides-Extra: video -Requires-Dist: yt-dlp>=2024.10.0; extra == "video" -Requires-Dist: faster-whisper>=1.0.3; extra == "video" -Provides-Extra: test -Requires-Dist: pytest>=8.0; extra == "test" -Requires-Dist: pytest-asyncio>=0.23; extra == "test" -Provides-Extra: all -Requires-Dist: void-workers[image,pdf,test,video]; extra == "all" diff --git a/workers/void_workers.egg-info/SOURCES.txt b/workers/void_workers.egg-info/SOURCES.txt deleted file mode 100644 index 0fa37a1..0000000 --- a/workers/void_workers.egg-info/SOURCES.txt +++ /dev/null @@ -1,10 +0,0 @@ -README.md -pyproject.toml -void_workers/__init__.py -void_workers/config.py -void_workers/log.py -void_workers.egg-info/PKG-INFO -void_workers.egg-info/SOURCES.txt -void_workers.egg-info/dependency_links.txt -void_workers.egg-info/requires.txt -void_workers.egg-info/top_level.txt \ No newline at end of file diff --git a/workers/void_workers.egg-info/dependency_links.txt b/workers/void_workers.egg-info/dependency_links.txt deleted file mode 100644 index 8b13789..0000000 --- a/workers/void_workers.egg-info/dependency_links.txt +++ /dev/null @@ -1 +0,0 @@ - diff --git a/workers/void_workers.egg-info/requires.txt b/workers/void_workers.egg-info/requires.txt deleted file mode 100644 index 654ca3f..0000000 --- a/workers/void_workers.egg-info/requires.txt +++ /dev/null @@ -1,22 +0,0 @@ -psycopg[binary,pool]>=3.2 -structlog>=24.1 - -[all] -void-workers[image,pdf,test,video] - -[image] -pytesseract>=0.3.13 -pillow>=10.3 - -[pdf] -pdfplumber>=0.11 -pytesseract>=0.3.13 -pillow>=10.3 - -[test] -pytest>=8.0 -pytest-asyncio>=0.23 - -[video] -yt-dlp>=2024.10.0 -faster-whisper>=1.0.3 diff --git a/workers/void_workers.egg-info/top_level.txt b/workers/void_workers.egg-info/top_level.txt deleted file mode 100644 index 8ed1607..0000000 --- a/workers/void_workers.egg-info/top_level.txt +++ /dev/null @@ -1 +0,0 @@ -void_workers diff --git a/workers/void_workers/__pycache__/__init__.cpython-312.pyc b/workers/void_workers/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index f6ad124..0000000 Binary files a/workers/void_workers/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/__pycache__/boss.cpython-312.pyc b/workers/void_workers/__pycache__/boss.cpython-312.pyc deleted file mode 100644 index 364e9c1..0000000 Binary files a/workers/void_workers/__pycache__/boss.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/__pycache__/config.cpython-312.pyc b/workers/void_workers/__pycache__/config.cpython-312.pyc deleted file mode 100644 index f5125a9..0000000 Binary files a/workers/void_workers/__pycache__/config.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/__pycache__/log.cpython-312.pyc b/workers/void_workers/__pycache__/log.cpython-312.pyc deleted file mode 100644 index cdcabc5..0000000 Binary files a/workers/void_workers/__pycache__/log.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/__pycache__/model.cpython-312.pyc b/workers/void_workers/__pycache__/model.cpython-312.pyc deleted file mode 100644 index 61d8a17..0000000 Binary files a/workers/void_workers/__pycache__/model.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/__pycache__/repo.cpython-312.pyc b/workers/void_workers/__pycache__/repo.cpython-312.pyc deleted file mode 100644 index 4bc64a8..0000000 Binary files a/workers/void_workers/__pycache__/repo.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/__pycache__/runner.cpython-312.pyc b/workers/void_workers/__pycache__/runner.cpython-312.pyc deleted file mode 100644 index 9b59c5e..0000000 Binary files a/workers/void_workers/__pycache__/runner.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/__pycache__/safe_fetch.cpython-312.pyc b/workers/void_workers/__pycache__/safe_fetch.cpython-312.pyc deleted file mode 100644 index 0938edf..0000000 Binary files a/workers/void_workers/__pycache__/safe_fetch.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/handlers/__pycache__/__init__.cpython-312.pyc b/workers/void_workers/handlers/__pycache__/__init__.cpython-312.pyc deleted file mode 100644 index c288857..0000000 Binary files a/workers/void_workers/handlers/__pycache__/__init__.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/handlers/__pycache__/echo.cpython-312.pyc b/workers/void_workers/handlers/__pycache__/echo.cpython-312.pyc deleted file mode 100644 index 24674b1..0000000 Binary files a/workers/void_workers/handlers/__pycache__/echo.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/handlers/__pycache__/image.cpython-312.pyc b/workers/void_workers/handlers/__pycache__/image.cpython-312.pyc deleted file mode 100644 index 136ae11..0000000 Binary files a/workers/void_workers/handlers/__pycache__/image.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/handlers/__pycache__/pdf.cpython-312.pyc b/workers/void_workers/handlers/__pycache__/pdf.cpython-312.pyc deleted file mode 100644 index 16f9c93..0000000 Binary files a/workers/void_workers/handlers/__pycache__/pdf.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/handlers/__pycache__/sourcedoc.cpython-312.pyc b/workers/void_workers/handlers/__pycache__/sourcedoc.cpython-312.pyc deleted file mode 100644 index 96d1617..0000000 Binary files a/workers/void_workers/handlers/__pycache__/sourcedoc.cpython-312.pyc and /dev/null differ diff --git a/workers/void_workers/handlers/__pycache__/video.cpython-312.pyc b/workers/void_workers/handlers/__pycache__/video.cpython-312.pyc deleted file mode 100644 index cd7a7ef..0000000 Binary files a/workers/void_workers/handlers/__pycache__/video.cpython-312.pyc and /dev/null differ