simple-module-background-tasks 0.0.1__tar.gz → 0.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/.gitignore +4 -0
  2. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/PKG-INFO +4 -4
  3. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/pyproject.toml +4 -4
  4. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/tests/test_signals.py +1 -1
  5. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/LICENSE +0 -0
  6. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/README.md +0 -0
  7. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/__init__.py +0 -0
  8. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/_signal_support.py +0 -0
  9. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/celery_app.py +0 -0
  10. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/constants.py +0 -0
  11. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/contracts/__init__.py +0 -0
  12. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/contracts/events.py +0 -0
  13. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/contracts/schemas.py +0 -0
  14. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/deps.py +0 -0
  15. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/endpoints/__init__.py +0 -0
  16. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/endpoints/api_admin.py +0 -0
  17. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/endpoints/views.py +0 -0
  18. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/locales/en.json +0 -0
  19. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/models.py +0 -0
  20. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/module.py +0 -0
  21. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/pages/Detail.tsx +0 -0
  22. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/pages/Index.tsx +0 -0
  23. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/pages/components/ExecutionRow.tsx +0 -0
  24. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/pages/components/RetryConfirmDialog.tsx +0 -0
  25. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/pages/constants.ts +0 -0
  26. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/pages/retry.ts +0 -0
  27. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/py.typed +0 -0
  28. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/service.py +0 -0
  29. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/services.py +0 -0
  30. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/settings.py +0 -0
  31. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/signals.py +0 -0
  32. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/sync_db.py +0 -0
  33. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/background_tasks/tasks.py +0 -0
  34. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/package.json +0 -0
  35. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/tests/test_admin_api.py +0 -0
  36. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/tests/test_bg_service.py +0 -0
  37. {simple_module_background_tasks-0.0.1 → simple_module_background_tasks-0.0.3}/tsconfig.json +0 -0
@@ -36,6 +36,10 @@ uploads/
36
36
  # Vite
37
37
  host/static/dist/
38
38
 
39
+ # VitePress (docs)
40
+ docs/.vitepress/cache/
41
+ docs/.vitepress/dist/
42
+
39
43
  # Auto-generated frontend module manifest (regenerated by the host at boot
40
44
  # or via `make gen-pages`).
41
45
  host/client_app/modules.manifest.json
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: simple_module_background_tasks
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: Celery + Redis task queue with admin UI for monitoring and retrying failed/stuck tasks
5
5
  Project-URL: Homepage, https://github.com/antosubash/simple_module_python
6
6
  Project-URL: Repository, https://github.com/antosubash/simple_module_python
@@ -23,9 +23,9 @@ Classifier: Typing :: Typed
23
23
  Requires-Python: >=3.12
24
24
  Requires-Dist: celery[redis]>=5.4
25
25
  Requires-Dist: redis>=5
26
- Requires-Dist: simple-module-core==0.0.1
27
- Requires-Dist: simple-module-db==0.0.1
28
- Requires-Dist: simple-module-hosting==0.0.1
26
+ Requires-Dist: simple-module-core==0.0.3
27
+ Requires-Dist: simple-module-db==0.0.3
28
+ Requires-Dist: simple-module-hosting==0.0.3
29
29
  Description-Content-Type: text/markdown
30
30
 
31
31
  # simple_module_background_tasks
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "simple_module_background_tasks"
3
- version = "0.0.1"
3
+ version = "0.0.3"
4
4
  description = "Celery + Redis task queue with admin UI for monitoring and retrying failed/stuck tasks"
5
5
  readme = "README.md"
6
6
  license = "MIT"
@@ -21,9 +21,9 @@ classifiers = [
21
21
  "Typing :: Typed",
22
22
  ]
23
23
  dependencies = [
24
- "simple_module_core==0.0.1",
25
- "simple_module_db==0.0.1",
26
- "simple_module_hosting==0.0.1",
24
+ "simple_module_core==0.0.3",
25
+ "simple_module_db==0.0.3",
26
+ "simple_module_hosting==0.0.3",
27
27
  "celery[redis]>=5.4",
28
28
  "redis>=5",
29
29
  ]
@@ -29,7 +29,7 @@ from background_tasks.signals import (
29
29
  on_task_success,
30
30
  unbind_event_bus,
31
31
  )
32
- from simple_module_testing import FakeEventBus
32
+ from simple_module_test import FakeEventBus
33
33
  from sqlalchemy import select
34
34
 
35
35