yeonjae-universal-data-storage 1.0.2__py3-none-any.whl → 1.0.3__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.
- universal_data_storage/service.py +1 -1
- {yeonjae_universal_data_storage-1.0.2.dist-info → yeonjae_universal_data_storage-1.0.3.dist-info}/METADATA +2 -2
- yeonjae_universal_data_storage-1.0.3.dist-info/RECORD +8 -0
- yeonjae_universal_data_storage-1.0.2.dist-info/RECORD +0 -8
- {yeonjae_universal_data_storage-1.0.2.dist-info → yeonjae_universal_data_storage-1.0.3.dist-info}/WHEEL +0 -0
- {yeonjae_universal_data_storage-1.0.2.dist-info → yeonjae_universal_data_storage-1.0.3.dist-info}/top_level.txt +0 -0
@@ -15,7 +15,7 @@ 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
|
18
|
+
from universal_data_storage.models import (
|
19
19
|
Event, CommitRecord, DiffRecord,
|
20
20
|
CommitData, DiffData, StorageResult, StorageStatus,
|
21
21
|
CommitSummary, DiffSummary, CommitWithDiffs, BatchStorageResult
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: yeonjae-universal-data-storage
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.3
|
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 git+https://github.com/yeonjae-work/universal-modules.git#subdirectory=packages/yeonjae-universal-data-storage
|
39
39
|
```
|
@@ -0,0 +1,8 @@
|
|
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=6C2BALv4c2jp6qImLtC_bNjOtrJUcHTSViBqPOtQyWM,18188
|
5
|
+
yeonjae_universal_data_storage-1.0.3.dist-info/METADATA,sha256=PcRVbZA8-yKn55atj8JHNF3UU0smDNWtse72-_6dCbk,1472
|
6
|
+
yeonjae_universal_data_storage-1.0.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeonjae_universal_data_storage-1.0.3.dist-info/top_level.txt,sha256=hFqUnzMmajixJKMqk83wkf8FTh9ofHDMRpxpXgJYKpY,23
|
8
|
+
yeonjae_universal_data_storage-1.0.3.dist-info/RECORD,,
|
@@ -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,,
|
File without changes
|
File without changes
|