yeonjae-universal-data-storage 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.
@@ -15,12 +15,12 @@ from sqlalchemy.ext.asyncio import AsyncSession
15
15
  from sqlalchemy.orm import Session, selectinload
16
16
  from sqlalchemy.future import select
17
17
 
18
- from modules.data_storage.models import (
18
+ from yeonjae_universal_data_storage.models import (
19
19
  Event, CommitRecord, DiffRecord,
20
20
  CommitData, DiffData, StorageResult, StorageStatus,
21
21
  CommitSummary, DiffSummary, CommitWithDiffs, BatchStorageResult
22
22
  )
23
- from universal_git_data_parser.models import DiffData as GitDiffData
23
+ from yeonjae_universal_git_data_parser.models import DiffData as GitDiffData
24
24
  # Database configuration - standalone implementation
25
25
  from sqlalchemy import create_engine
26
26
  from sqlalchemy.orm import sessionmaker, declarative_base
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeonjae-universal-data-storage
3
- Version: 1.0.2
3
+ Version: 1.0.5
4
4
  Summary: Universal data storage module for persisting development data
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-data-storage
38
+ pip install yeonjae-universal-data-storage
39
39
  ```
@@ -0,0 +1,8 @@
1
+ yeonjae_universal_data_storage/__init__.py,sha256=UsZXoMuNKys3sVZ9sd3GVOldeKh3XT-DVOLZ6AlRp0w,153
2
+ yeonjae_universal_data_storage/exceptions.py,sha256=G4NwCx4bnXqLlIdMPPl0uYlSMZNKWg9M2Nh4ouUujMY,2921
3
+ yeonjae_universal_data_storage/models.py,sha256=01YUrSmihBJI60lQYjV7wQRKZA_UlvH6FXNT5xuHAhc,7342
4
+ yeonjae_universal_data_storage/service.py,sha256=z9D9hTjZjoFVU3vU8ikPjueKpkzev8AYqNYXOnvF5ho,18204
5
+ yeonjae_universal_data_storage-1.0.5.dist-info/METADATA,sha256=aYMva4ZaZgo78oYGsLz8MwfL6LCGmdiqFWPMWNPhLPY,1392
6
+ yeonjae_universal_data_storage-1.0.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
+ yeonjae_universal_data_storage-1.0.5.dist-info/top_level.txt,sha256=H7YLfA9GOLEir5ZDujeh-muDHJL-e1gP5LcnrtRCnPE,31
8
+ yeonjae_universal_data_storage-1.0.5.dist-info/RECORD,,
@@ -0,0 +1 @@
1
+ yeonjae_universal_data_storage
@@ -1,8 +0,0 @@
1
- universal_data_storage/__init__.py,sha256=UsZXoMuNKys3sVZ9sd3GVOldeKh3XT-DVOLZ6AlRp0w,153
2
- universal_data_storage/exceptions.py,sha256=G4NwCx4bnXqLlIdMPPl0uYlSMZNKWg9M2Nh4ouUujMY,2921
3
- universal_data_storage/models.py,sha256=01YUrSmihBJI60lQYjV7wQRKZA_UlvH6FXNT5xuHAhc,7342
4
- universal_data_storage/service.py,sha256=6a7HWrERw1aOis6eckWBCD3K98YuBTqR0sZwGYYHJf4,18186
5
- yeonjae_universal_data_storage-1.0.2.dist-info/METADATA,sha256=uDmiwOO3mzGW4c77gfZNPpnfwNXMjg3go_rFmva8JKo,1464
6
- yeonjae_universal_data_storage-1.0.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
7
- yeonjae_universal_data_storage-1.0.2.dist-info/top_level.txt,sha256=hFqUnzMmajixJKMqk83wkf8FTh9ofHDMRpxpXgJYKpY,23
8
- yeonjae_universal_data_storage-1.0.2.dist-info/RECORD,,
@@ -1 +0,0 @@
1
- universal_data_storage