yeonjae-universal-schedule-manager 1.0.2__py3-none-any.whl → 1.0.5__py3-none-any.whl

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.
@@ -8,11 +8,11 @@ from typing import Dict, Any
8
8
 
9
9
  from celery import shared_task
10
10
 
11
- from modules.data_retriever.service import DataRetrieverService
12
- from universal_llm_service import LLMService, LLMInput, LLMProvider, ModelConfig
13
- from modules.data_aggregator.service import DataAggregatorService
14
- from modules.prompt_builder.service import PromptBuilderService
15
- from universal_notification_service import NotificationService
11
+ from yeonjae_universal_data_retriever.service import DataRetrieverService
12
+ from yeonjae_universal_llm_service import LLMService, LLMInput, LLMProvider, ModelConfig
13
+ from yeonjae_universal_data_aggregator.service import DataAggregatorService
14
+ from yeonjae_universal_prompt_builder.service import PromptBuilderService
15
+ from yeonjae_universal_notification_service import NotificationService
16
16
  # Simplified logging for standalone operation
17
17
  def log_module_io(module_name: str, operation: str, data: dict):
18
18
  pass
@@ -81,7 +81,7 @@ def daily_summary_task() -> Dict[str, Any]:
81
81
  logger.info("🔢 DataAggregator: Starting data aggregation")
82
82
 
83
83
  # 데이터를 AggregationInput 형태로 변환
84
- from modules.data_aggregator.models import AggregationInput, CommitData, DiffInfo, DateRange
84
+ from yeonjae_universal_data_aggregator.models import AggregationInput, CommitData, DiffInfo, DateRange
85
85
 
86
86
  commits = []
87
87
  for commit_info in retrieved_data.commits:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeonjae-universal-schedule-manager
3
- Version: 1.0.2
3
+ Version: 1.0.5
4
4
  Summary: Universal schedule manager module for job scheduling and execution
5
5
  Author-email: Yeonjae <dev@example.com>
6
6
  License: MIT
@@ -35,5 +35,5 @@ Requires-Dist: mypy>=1.0.0; extra == "dev"
35
35
  ## 설치
36
36
 
37
37
  ```bash
38
- pip install git+https://github.com/yeonjae-work/universal-modules.git#subdirectory=packages/universal-schedule-manager
38
+ pip install yeonjae-universal-schedule-manager
39
39
  ```
@@ -0,0 +1,9 @@
1
+ yeonjae_universal_schedule_manager/__init__.py,sha256=d1asEdvyEKLqcPgRKWG602TWPjGjZK8_UOX21tfDhiE,147
2
+ yeonjae_universal_schedule_manager/exceptions.py,sha256=ZIUxSMdHeSt0QI5UCzpYESnffgLHulPvAacKOtyY8oQ,2356
3
+ yeonjae_universal_schedule_manager/models.py,sha256=nvxvh05gRPCzYrNu6mTe0hSPK4WJp1nQwkGAU55jP2U,6464
4
+ yeonjae_universal_schedule_manager/service.py,sha256=egt94nxGvTyDNuqcNxnu3bDWye7SDXohdaiKzdw28ZA,12571
5
+ yeonjae_universal_schedule_manager/tasks.py,sha256=HuSj5HHs9aakmO5aA7Xoem6MXzAkLq0_vYVUVPvIuyg,13862
6
+ yeonjae_universal_schedule_manager-1.0.5.dist-info/METADATA,sha256=gV_V-Njbr0KazD4svl3MZJyzeOK4poFODwVEVyP7BkE,1411
7
+ yeonjae_universal_schedule_manager-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
+ yeonjae_universal_schedule_manager-1.0.5.dist-info/top_level.txt,sha256=mXcbVQSlLjiFLyrTyokkGLkIJYT_JGEjsE9ukGwyFso,35
9
+ yeonjae_universal_schedule_manager-1.0.5.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ yeonjae_universal_schedule_manager
@@ -1,9 +0,0 @@
1
- universal_schedule_manager/__init__.py,sha256=d1asEdvyEKLqcPgRKWG602TWPjGjZK8_UOX21tfDhiE,147
2
- universal_schedule_manager/exceptions.py,sha256=ZIUxSMdHeSt0QI5UCzpYESnffgLHulPvAacKOtyY8oQ,2356
3
- universal_schedule_manager/models.py,sha256=nvxvh05gRPCzYrNu6mTe0hSPK4WJp1nQwkGAU55jP2U,6464
4
- universal_schedule_manager/service.py,sha256=egt94nxGvTyDNuqcNxnu3bDWye7SDXohdaiKzdw28ZA,12571
5
- universal_schedule_manager/tasks.py,sha256=iKP_m4F2SM0r7eU2KI-J2KKhCkoeiPEVNTN7oSo2WHU,13806
6
- yeonjae_universal_schedule_manager-1.0.2.dist-info/METADATA,sha256=AcmP6wqRfzLaCgD3gf4MxDkxPqLUVoFIvyqdbQ3VLh8,1483
7
- yeonjae_universal_schedule_manager-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
8
- yeonjae_universal_schedule_manager-1.0.2.dist-info/top_level.txt,sha256=IvPXSrhGzvT4LCf911hF8U9bUTkrR__hgi45sLP5vvA,27
9
- yeonjae_universal_schedule_manager-1.0.2.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- universal_schedule_manager